Commit graph

453 commits

Author SHA1 Message Date
tiddlygit-test
2e33070bff chore: replace some text from atomery 2020-07-20 23:08:14 +08:00
tiddlygit-test
ed585d96ef refactor: remove register and license key related code 2020-07-20 23:02:45 +08:00
lin onetwo
4e64f98d1b
Update README.md 2020-07-20 03:03:56 +08:00
lin onetwo
acbbd27e4d
Update README.md 2020-07-20 02:54:38 +08:00
tiddlygit-test
40c43a6e8d 0.1.1 First Alpha Release (Fix of Fix) 2020-07-20 02:34:52 +08:00
tiddlygit-test
5a7ef42fda fix: asarunpack dep of deps
https://github.com/electron/electron/issues/18540#issuecomment-660679649
2020-07-20 02:33:49 +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
9653564d80 fix: uncaughtException: logger.warn is not a function 2020-07-19 23:02:58 +08:00
lin onetwo
ca7579050d
Update README.md 2020-07-19 22:49:52 +08:00
lin onetwo
cdc47e2627
Update README.md 2020-07-19 20:45:42 +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
d2f7807281 feat: loading indicator is working for wiki server now 2020-07-19 17:05:38 +08:00
tiddlygit-test
d856958f14 fix: typo in comment 2020-07-19 16:56:12 +08:00
tiddlygit-test
e862da11cd refactor: remove some unused code which is for singlebox 2020-07-19 16:50:24 +08:00
tiddlygit-test
255c738f09 fix: default-icon not fitting 2020-07-19 16:12:40 +08:00
tiddlygit-test
53112e7ca2 fix: worker_thread should be explicit terminate before app quit
Otherwise there will be an error dialog say it quit unexpectedly.
2020-07-19 16:10:15 +08:00
tiddlygit-test
ebb7105ce4 chore: use TiddlyGit as name and Tiddlywiki Icon as new icon 2020-07-19 15:26:56 +08:00
tiddlygit-test
460e67f4f7 chore: issue template now use my site 2020-07-19 14:53:13 +08:00
tiddlygit-test
32faa5b9e6 feat: add git repo sync message popup to tiddlywiki 2020-07-19 03:36:35 +08:00
tiddlygit-test
ac21143b95 fix: only show port config in main wiki creation 2020-07-19 01:07:02 +08:00
tiddlygit-test
3e19673387 fix: subwiki use same port as main wiki 2020-07-18 22:48:08 +08:00
tiddlygit-test
d87e473b81 fix: git work in dev not in prod 2020-07-18 22:47:35 +08:00
tiddlygit-test
f8d1e1fd66 fix: some feature work in dev but not in prod 2020-07-18 22:47:23 +08:00
tiddlygit-test
28cca1c129 chore: upgrade deps 2020-07-18 21:49:22 +08:00
tiddlygit-test
ce984ba1cc fix: watcher's dep git.js not working in worker_thread 2020-07-18 21:17:54 +08:00
tiddlygit-test
00235abb94 fix: copy workerjs to resource folder when dist 2020-07-18 20:51:03 +08:00
tiddlygit-test
037556b7c2 fix: watcher will watch subfolder and some touched file 2020-07-18 20:33:12 +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
de4d466b79
Merge pull request #24 from tiddly-gittly/dependabot/npm_and_yarn/template/wiki/lodash-4.17.19
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /template/wiki
2020-07-17 01:29:48 +08:00
dependabot[bot]
b38f673c40
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /template/wiki
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 17:25:47 +00:00
Quang Lam
6fa63966a2 Fix window is not set to hidden correctly when in full screen mode (#310) 2020-07-17 01:24:46 +08:00
Quang Lam
e7ba0d1bc9 Fix "type error: cannot convert undefined or null to object" bug (#309) 2020-07-17 01:24:38 +08:00
Lin Onetwo
1660f3c7ae chore: upgrade deps 2020-07-16 21:36:25 +08:00
Lin Onetwo
e6902df4f3 Fix window title is not in synced with workspace (#308) 2020-07-15 22:21:53 +08:00
Quang Lam
51b43e83af Always hide title bar in full screen mode regardless of preference (#307) 2020-07-15 22:09:20 +08:00
Quang Lam
a91fb96257 Fix title bar disappears when side bar is scrollable (#306) 2020-07-15 22:09:14 +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
1162f84ec6 fix: imported wiki don't have git url 2020-07-14 02:14:42 +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
9839c698db style: upgrade flow-typed 2020-07-13 00:17:55 +08:00
Lin Onetwo
d3e561771e chore: upgrade to electron v9 2020-07-13 00:17:42 +08:00
Lin Onetwo
d7d8d96f33 feat: allow open a nodejs wiki folder as workspace 2020-07-12 23:31:21 +08:00
Lin Onetwo
ade57adb69 feat: button to refetch repo list 2020-07-11 21:11:14 +08:00