Commit graph

48 commits

Author SHA1 Message Date
Christopher Willis-Ford
a013abd925 3.6.0-rc.2 2019-09-05 13:10:17 -07:00
Christopher Willis-Ford
e80b6a27a5 3.6.0-rc.1 2019-08-29 12:45:10 -07:00
Christopher Willis-Ford
d121556de0 update dependencies 2019-08-29 12:43:38 -07:00
Christopher Willis-Ford
5c1e85044d 3.5.2 2019-08-28 12:26:10 -07:00
Christopher Willis-Ford
ddd1156dea update dependencies to fix eslint exception 2019-08-05 15:39:33 -07:00
Christopher Willis-Ford
8b2cdb0086 3.5.1 2019-07-31 13:25:05 -07:00
Christopher Willis-Ford
1b8d9796c9 3.5.0 2019-07-29 12:28:05 -07:00
Christopher Willis-Ford
43e4946365 3.5.0-rc.2 2019-07-28 18:41:43 -07:00
Christopher Willis-Ford
7121d0980f 3.5.0-rc.1 2019-07-27 14:55:06 -07:00
Christopher Willis-Ford
00175f521d set project title from save file name 2019-07-18 14:45:01 -07:00
Christopher Willis-Ford
5b028a1d3d correctly format code metadata in telemetry events 2019-07-17 17:01:10 -07:00
Christopher Willis-Ford
bfb4710212 Update dependencies including Electron 4.2.0 -> 4.2.6 2019-07-09 16:31:44 -07:00
Christopher Willis-Ford
723e70104e 3.4.0 2019-06-25 13:27:45 -07:00
Christopher Willis-Ford
cdfdbbfba4 3.4.0-rc.3 2019-06-24 14:28:46 -07:00
Christopher Willis-Ford
25597be1f8 3.4.0-rc.2 2019-06-24 11:45:54 -07:00
Christopher Willis-Ford
48964e616e 3.4.0-rc.1 2019-06-09 22:28:37 -07:00
Christopher Willis-Ford
a8cbb48599 3.3.0 2019-05-22 18:51:23 -07:00
Christopher Willis-Ford
59288c1660 3.3.0-rc.2 2019-05-16 20:23:47 -07:00
Christopher Willis-Ford
e389901997 3.3.0-rc.1 2019-05-16 12:52:19 -07:00
Christopher Willis-Ford
b597ce1cd6 update dependencies 2019-05-13 17:31:26 -07:00
Christopher Willis-Ford
96cd6d5490 1.2.1 2019-01-10 20:29:28 -08:00
Christopher Willis-Ford
521c32dd5d npm upgrade 2019-01-08 15:24:12 -08:00
Christopher Willis-Ford
bd76e54643 1.2.0 2018-12-28 04:47:06 -08:00
Christopher Willis-Ford
eea135e52b npm upgrade 2018-12-28 00:48:29 -08:00
Christopher Willis-Ford
9560798c8d Specify scratch-desktop branch of scratch-gui
This should go back to a version number once we merge the GUI's
scratch-desktop branch into its develop branch.
2018-12-27 11:05:14 -08:00
Christopher Willis-Ford
a866327656 1.1.1 2018-12-21 12:51:44 -08:00
Christopher Willis-Ford
f46fd1d7e3 npm install -D electron-store 2018-12-21 11:31:02 -08:00
Christopher Willis-Ford
66a664b243 npm install -D nets uuid 2018-12-21 11:27:57 -08:00
Christopher Willis-Ford
0f9a52f34d 1.0.3 2018-12-14 15:05:43 -08:00
Christopher Willis-Ford
1145c44915 1.0.2 2018-12-14 11:01:22 -08:00
Christopher Willis-Ford
f90534e09c 1.0.1 2018-12-14 00:44:45 -08:00
Christopher Willis-Ford
2068dc50bb Update package name and version 2018-12-13 12:01:08 -08:00
Christopher Willis-Ford
c9bcd14015 Add source-map-loader 2018-12-12 09:05:19 -08:00
Christopher Willis-Ford
69f48aefb8 npm upgrade 2018-12-04 23:00:21 -08:00
Christopher Willis-Ford
d2d6704360 Let npm reformat package-lock.json
Recent versions of `npm` record sub-dependency version ranges
differently, though the actual modules installed have not changed. I'm
separating this into its own commit so it doesn't make other changes
harder to see.
2018-12-03 15:39:42 -08:00
Christopher Willis-Ford
d1acf29f51 Merge branch 'electron-webpack' into develop 2018-10-31 14:52:34 -07:00
Christopher Willis-Ford
53e8723086 Fix build with/without npm ln, match scratch-gui
Match the versions of Webpack, Babel, and related plugins as used in
scratch-gui. That plus a few other tweaks means that this repository
builds the same with or without `npm ln scratch-gui`, and also means
that all syntax used in scratch-gui should build the same here.
2018-10-24 09:47:52 -07:00
Christopher Willis-Ford
42cba6414e Add media library assets, fetch script 2018-10-19 15:19:41 -07:00
Christopher Willis-Ford
25c0954b94 Update electron-webpack and webpack
The old version of webpack takes a long time and then runs out of memory
when I add media library assets in `src/static`. The new version handles
it OK.
2018-10-17 17:22:48 -07:00
Christopher Willis-Ford
606f28ae43 Upgrade to electron@^3.0.2 2018-09-27 14:43:04 -07:00
Christopher Willis-Ford
4a8bac49dd Copy static assets from GUI, load GUI from dist/ 2018-09-27 14:35:02 -07:00
Christopher Willis-Ford
c6a229f57f Webpack config fixups including react-intl 2018-09-27 14:32:25 -07:00
Christopher Willis-Ford
3785f7070e Get scratch-gui working, kinda, sorta...
CSS isn't loaded and it takes a LONG time to compile, but it does load
the GUI. It also requires using `npm ln` for `scratch-gui`.
2018-09-27 14:32:22 -07:00
Christopher Willis-Ford
6adb950ef6 Add React, Redux, and related deps 2018-09-27 14:29:56 -07:00
Christopher Willis-Ford
13391df515 Use eslint-config-scratch 2018-09-27 14:28:23 -07:00
Christopher Willis-Ford
6145b0b9a1 Convert to use npm instead of yarn, rename app 2018-09-27 14:26:51 -07:00
Christopher Willis-Ford
0c8a186455 Add electron and stub start script 2018-09-06 11:45:37 -07:00
Christopher Willis-Ford
876f185f53 Initial commit 2018-09-06 11:20:27 -07:00