Commit graph

1344 commits

Author SHA1 Message Date
林一二
a9fab9cd6f chore: remove tiddlymap configs 2021-08-08 21:53:25 +08:00
林一二
ddd47df20e feat: we use git, so don't need trash bin 2021-08-08 21:51:33 +08:00
林一二
459f90b136 chore: delete unused drag&drop plugin, they exist nodejs version in plugin folder 2021-08-08 21:50:06 +08:00
林一二
6496c30748 chore: upgrade scm 2021-08-08 21:42:33 +08:00
林一二
a6d2965e4f chore: upgrade git-sync 2021-08-08 21:39:50 +08:00
林一二
6c23f21139 fix: don't loop because git is very slow now 2021-08-08 21:26:44 +08:00
林一二
1d44d4a0b7 fix: upgrade scm plugin to adapt latest tg API 2021-08-08 21:15:14 +08:00
林一二
9a1f10e43f feat: upgrade git-sync to use vm2 version 2021-08-08 20:57:17 +08:00
林一二
2fa184423e fix: git not found in dev 2021-08-08 17:29:06 +08:00
林一二
288f186401 fix: retry time runout 2021-08-08 17:21:34 +08:00
林一二
9d1ec46bc5 fix: don't throw error to cause crash 2021-08-08 16:40:44 +08:00
林一二
1eb379110a chore: upgrade git-sync 2021-08-08 16:24:51 +08:00
林一二
f73645a352 feat: make getModifiedFileList async 2021-08-08 16:00:51 +08:00
林一二
4ec209096a fix: object can not be cloned (due to callback bind to wrong this, and pass to the ipc proxy )
(lint previous commit)
2021-08-08 16:00:41 +08:00
林一二
ae0c69e96a fix: object can not be cloned (due to callback bind to wrong this, and pass to the ipc proxy ) 2021-08-08 15:06:29 +08:00
林一二
3e8539ca29 fix: api.github.com cannot load 2021-08-08 14:23:19 +08:00
林一二
b729c5cba7 fix: clearBrowsingDataWithConfirm not working 2021-08-08 14:22:46 +08:00
林一二
ee41eab49a fix: workspace list move to center 2021-08-08 01:34:37 +08:00
林一二
f3870043fd lint: fix warnings 2021-08-08 01:32:29 +08:00
林一二
fb6dbdd0bf lint: auto fix of typescript-sort-keys 2021-08-08 01:22:18 +08:00
林一二
add58fc13b chore: add typescript-sort-keys plugin 2021-08-08 01:12:42 +08:00
林一二
83e11922ef fix: workspace name should have padding between edge 2021-08-08 00:56:05 +08:00
林一二
d08ee636bc v0.4.2-a6 2021-08-08 00:27:02 +08:00
林一二
787c1ab26a chore: upgrade locator 2021-08-08 00:23:41 +08:00
林一二
745ac8fce7 feat: upgrade hotzone 2021-08-08 00:20:20 +08:00
林一二
a2efb03ac4 feat: upgrade tiddlymap 2021-08-08 00:17:41 +08:00
林一二
763712790a feat: upgrade relink plugins 2021-08-08 00:16:46 +08:00
林一二
85aff5dede feat: upgrade tw5-appear
About https://github.com/tobibeer/tw5-appear/issues/5
2021-08-08 00:07:25 +08:00
林一二
2608106877 feat: add notification to tell user restart complete 2021-08-07 23:24:17 +08:00
林一二
c351f4519e v0.4.2-a5 2021-08-07 22:18:36 +08:00
林一二
25c41901e5 chore: upgrade tiddlywiki 2021-08-07 22:08:35 +08:00
林一二
af1bb54868 refactor: use try catch around all webContent.load(url) 2021-08-07 22:00:19 +08:00
林一二
fd72bf5a57 fix: menu label is null when i18n failed to load by other bugs
this fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/75
2021-08-07 21:28:00 +08:00
林一二
c116ea40ea chore: upgrade deps 2021-08-07 21:06:59 +08:00
林一二
43d8e49c3b fix: logic error 2021-08-07 21:05:24 +08:00
林一二
41f064fa9c fix: template literal type is not working properly 2021-08-07 20:44:49 +08:00
林一二
e8b36edd1c fix: Webpack has been initialized using a configuration object that does not match the API schema
An unhandled error has occurred inside Forge:
Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
 - configuration.plugins[6] should be one of these:
   object { apply, … } | function
   -> Plugin of type object or instanceof Function.
   Details:
    * configuration.plugins[6] should be an object:
      object { apply, … }
      -> Plugin instance.
    * configuration.plugins[6] should be an instance of function.
      -> Function acting as plugin.
ValidationError: Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
 - configuration.plugins[6] should be one of these:
   object { apply, … } | function
   -> Plugin of type object or instanceof Function.
   Details:
    * configuration.plugins[6] should be an object:
      object { apply, … }
      -> Plugin instance.
    * configuration.plugins[6] should be an instance of function.
      -> Function acting as plugin.

This is because there is an undefined in the plugins list

exports.renderer [
  DefinePlugin {
    definitions: { 'process.env.NODE_ENV': '"development"' }
  },
  CspHtmlWebpackPlugin {
    cspPluginPolicy: {
      'base-uri': [Array],
      'object-src': [Array],
      'script-src': [Array],
      'style-src': [Array],
      'frame-src': [Array],
      'worker-src': [Array]
    },
    opts: {
      enabled: true,
      hashingMethod: 'sha256',
      hashEnabled: [Object],
      nonceEnabled: [Object],
      processFn: [Function: defaultProcessFn]
    }
  },
  WebpackBarPlugin {
    profile: false,
    handler: [Function (anonymous)],
    modulesCount: 5000,
    dependenciesCount: 10000,
    showEntries: true,
    showModules: true,
    showDependencies: true,
    showActiveModules: true,
    percentBy: undefined,
    options: {
      name: 'webpack',
      color: 'green',
      reporters: [Array],
      reporter: null
    },
    reporters: [ FancyReporter {} ]
  },
  undefined
]
2021-08-07 19:57:26 +08:00
林一二
e583557eac v0.4.2-a4 2021-08-07 18:53:55 +08:00
林一二
8969658db2 lint: auto fix 2021-08-07 18:53:06 +08:00
林一二
7e615fe86c feat: add stats.json to out, and prepare report 2021-08-07 18:36:36 +08:00
林一二
55f0b7b6fc refactor: use afterPack.js to prepare worker dependencies 2021-08-07 18:23:41 +08:00
林一二
34af575f39 chore: disable BundleAnalyzerPlugin 2021-08-07 18:02:25 +08:00
林一二
3193e78379 fix: strangely, app won't build without this module installed 2021-08-07 13:34:00 +08:00
林一二
77b6e84378 refactor: remove unused deps, move things to devDepdency to reduce size 2021-08-07 13:20:27 +08:00
林一二
9a6e7f4557 fix: not ts import plugin @material-ui/icons
this fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/88
2021-08-07 13:04:49 +08:00
林一二
b2185885af feat: add bundle analyzer 2021-08-07 12:24:15 +08:00
林一二
02a0c9aa08 v0.4.2-a3 2021-08-07 11:53:48 +08:00
林一二
2bba4ac83f fix: catch loadURL so it won't throw error while we still have retry times 2021-08-07 11:52:52 +08:00
林一二
04c3273e6c fix: update isLoading to false when load succeed 2021-08-07 10:44:51 +08:00
林一二
f0810fc85f refactor: remove unused chat.google.com 2021-08-07 10:41:08 +08:00