Commit graph

28 commits

Author SHA1 Message Date
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
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
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
1660f3c7ae chore: upgrade deps 2020-07-16 21:36:25 +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
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
2c5ea45be5 style: install flow-types 2020-07-04 13:28:21 +08:00
Lin Onetwo
758f10e469 feat: use github token to load repo list 2020-07-04 01:10:27 +08:00
Lin Onetwo
1c76e1e88e refactor: use authing.cn to sign-in in a more secure and comfortable way 2020-07-02 23:17:48 +08:00
lin onetwo
7ac4bc3836
Merge pull request #21 from tiddly-gittly/renovate/electron-notarize-1.x
chore(deps): update dependency electron-notarize to v1
2020-06-27 23:29:41 +08:00
Renovate Bot
f51625a4c8
chore(deps): update dependency electron-notarize to v1 2020-06-27 15:07:55 +00:00
Renovate Bot
33c5807ea4
fix(deps): update dependency uuid to v8.2.0 2020-06-27 14:35:04 +00:00
Lin Onetwo
2d53df8791 chore: disable dev eslint check, which blocks develop 2020-06-26 21:30:32 +08:00
Lin Onetwo
098170c546 style: add flow type 2020-06-26 19:44:22 +08:00
Lin Onetwo
8455a7f6f6 style: add lots of eslint plugins 2020-06-26 19:39:23 +08:00
Lin Onetwo
3e5f16efd7 feat: complete dialog to create wiki template 2020-06-25 12:47:50 +08:00
Lin Onetwo
e3d291f39d feat: basic wiki creation panel 2020-06-24 23:53:00 +08:00
Lin Onetwo
8274d0e903 feat: pack template wiki into App Resource 2020-06-23 00:09:18 +08:00
linonetwo
25dd377fd6 chore: install tiddlywiki 2020-06-12 19:20:00 +08:00