Commit graph

201 commits

Author SHA1 Message Date
tiddlygit-test
bb1d6f6591 chore: update atomery to webcatalog 2020-10-17 15:34:41 +08:00
tiddlygit-test
0e2c138e96 Revert "chore: upgrade to electron v11 beta"
This reverts commit f9651bc031.
2020-10-17 13:11:07 +08:00
tiddlygit-test
f9651bc031 chore: upgrade to electron v11 beta 2020-10-17 11:53:56 +08:00
lin onetwo
83b14c3732 Update package.json 2020-10-15 22:35:56 +08:00
lin onetwo
68bca89946 chore: update script so it run in the windows 2020-10-15 22:08:36 +08:00
tiddlygit-test
457cc2d681 v0.3.3 2020-10-11 19:31:50 +08:00
tiddlygit-test
04152eaabb chore: upgrade tiddlywiki 2020-10-11 18:42:16 +08:00
tiddlygit-test
1d49362093 fix: try to prevent https://github.com/electron/electron/issues/23315, but seems not working at all 2020-10-11 18:02:32 +08:00
tiddlygit-test
317ad97a4a chore: upgrade deps 2020-10-09 23:31:57 +08:00
tiddlygit-test
5c0af4e6c5 chore: upgrade deps 2020-10-03 15:45:13 +08:00
tiddlygit-test
10175be4bb chore: upgrade tiddlywiki version 2020-10-03 12:02:46 +08:00
tiddlygit-test
786c137d20 V0.3.2 2020-09-13 17:59:37 +08:00
tiddlygit-test
674d95d836 fix: use cross-platform rimraf in npm script 2020-09-12 22:23:51 +08:00
tiddlygit-test
992f912960 chore: upgrade deps 2020-09-12 20:20:51 +08:00
tiddlygit-test
7f84e70d16 v0.3.1 2020-08-29 20:02:40 +08:00
tiddlygit-test
ca2b69e5c4 chore: upgrade electron to v10 2020-08-29 19:27:01 +08:00
tiddlygit-test
d381e3ad70 chore: upgrade tiddlywiki 2020-08-29 10:24:35 +08:00
tiddlygit-test
6dcb471bf4 V0.3.0 2020-08-22 19:29:45 +08:00
tiddlygit-test
e10a3b5a8b chore: upgrade deps 2020-08-16 16:15:39 +08:00
tiddlygit-test
efc122857d chore: upgrade tiddlywiki 2020-08-15 16:04:48 +08:00
tiddlygit-test
d84fa80ccc 0.2.1 Performance Hot Fix 2020-08-15 11:55:44 +08:00
tiddlygit-test
a1ad727730 chore: upgrade to 5.1.23-prerelease.20200815 2020-08-15 11:29:26 +08:00
tiddlygit-test
bcaad5e81c fix: remove eslint dep 2020-08-08 22:38:01 +08:00
tiddlygit-test
bfe1e5fc56 chore: 0.2.0 2020-08-08 22:22:43 +08:00
tiddlygit-test
e975d758d2 refactor: move frontend related dependences out, to minimize asar file size
As Quang Lam said:

when you compile the app, all dependencies in dependencies would be kept, and all deps in devDependencies  would be removed in the final package

the frontend code is already compiled in build, so actually you don't need to keep frontend-related packages in the app package

=> frontend packages should stay in devDependencies

your app right now is about 155 MB. You can actually bring it down to around 60-70 MB
2020-08-04 22:58:29 +08:00
tiddlygit-test
25af011e06 feat: add translations to dialog 2020-08-02 23:02:54 +08:00
tiddlygit-test
6b898ec72a chore: upgrade deps 2020-08-01 12:41:08 +08:00
tiddlygit-test
bf8c9080f8 feat: add i18n, this requires contextIsolation 2020-07-28 21:24:02 +08:00
tiddlygit-test
8396bbc3ac refactor: remove unused code, add flow type annotation 2020-07-24 14:09:24 +08:00
tiddlygit-test
40c43a6e8d 0.1.1 First Alpha Release (Fix of Fix) 2020-07-20 02:34:52 +08:00
tiddlygit-test
c360fb288c 0.1.0 First Alpha Release (fixed) 2020-07-20 01:27:04 +08:00
tiddlygit-test
943704175a fix: scripts in worker_thread can't require module in asar
https://github.com/electron/electron/issues/18540#issuecomment-660679649
2020-07-20 01:26:22 +08:00
tiddlygit-test
d85969c219 . 2020-07-19 23:34:23 +08:00
tiddlygit-test
833935cd93 0.1.0 First Alpha Release
Seems 0.a.1 is not allowed

```
npm ERR! Invalid version: "0.a.1"
```
fix: bad ico


chore: try to solve issue


chore: try skip auth


chore: try skip auth


chore: sign


fix: Error: Failed to upload app to Apple's notarization servers


chore: skip
2020-07-19 20:24:53 +08:00
tiddlygit-test
567a5b2069 0.a.1 First Alpha Release 2020-07-19 17:11:32 +08:00
tiddlygit-test
32faa5b9e6 feat: add git repo sync message popup to tiddlywiki 2020-07-19 03:36:35 +08:00
tiddlygit-test
28cca1c129 chore: upgrade deps 2020-07-18 21:49:22 +08:00
tiddlygit-test
d2ced1a96b feat: move wiki watcher to worker thread 2020-07-18 19:46:47 +08:00
tiddlygit-test
efdf4fa370 feat: implement git-sync using dugite
https://github.com/simonthum/git-sync/blob/master/git-sync
2020-07-18 17:55:01 +08:00
Lin Onetwo
53a80e8621 chore: install dugite, we will use it to implement git-sync 2020-07-18 17:55:01 +08:00
Lin Onetwo
fbabdd7bdc Add option to show/hide keyboard shortcut hints on sidebar (#305) 2020-07-15 21:59:41 +08:00
Lin Onetwo
554e2d02d3 feat: progress bar for wiki creation 2020-07-14 01:27:09 +08:00
Lin Onetwo
83923423d2 chore: upgrade @material-ui/pickers 2020-07-13 01:38:44 +08:00
Lin Onetwo
869013b463 chore: remove unused algoliasearch 2020-07-13 00:20:55 +08:00
Lin Onetwo
d3e561771e chore: upgrade to electron v9 2020-07-13 00:17:42 +08:00
Lin Onetwo
c11e8d2488 feat: connect wiki folder to github 2020-07-04 23:57:43 +08:00
Lin Onetwo
b83e15a362 chore: install types after install deps 2020-07-04 13:31:28 +08:00
Lin Onetwo
2c5ea45be5 style: install flow-types 2020-07-04 13:28:21 +08:00
Lin Onetwo
da79a803a6 refactr: extract component to saparate files 2020-07-04 12:02:38 +08:00
Lin Onetwo
758f10e469 feat: use github token to load repo list 2020-07-04 01:10:27 +08:00