Commit Graph

15 Commits

Author SHA1 Message Date
dae9700b0b
chore: add directoryMode flag to enhanceApp for notion-repackaged 2024-11-19 21:48:56 +11:00
a4b1e6e5f2
feat(cli): repack enhanced sources into app.asar 2024-04-21 15:45:29 +10:00
a88c45cc80
chore: update to support notion 2.2.4 (bundled webpack build) 2023-10-29 20:16:56 +11:00
bf07257ae8
wip: migrate db ops to use ipc (nodeintegration is disabled in latest app) 2023-05-07 22:37:56 +10:00
f999969c13
chore!: store config in electron-defined userData folder instead of home folder
- cli can no longer detect where config will be, so config-related cli prompts have been removed
- should avoid file conflicts and enable portable builds
- users can export their data in the more readable .json format from the profiles section of the menu and no longer require direct access to the config file
2023-01-29 16:07:26 +11:00
b442e40446
feat: trigger menu from browser extension icon 2022-12-30 16:38:30 +11:00
c37877c6da
feat: load api/styles into menu, chore: separate mod types into folders 2022-12-30 15:19:47 +11:00
a81a4dda6f
refactor: platform-agnostic modloading 2022-12-15 01:04:56 +11:00
d304f698a8
refactor: simplifications
- remove registry validation
- separate core from mods
- use __enhancerApi global for consistent api access
- use key-based namespacing instead of nested objects
2022-12-14 23:15:32 +11:00
44702af188
feat(desktop): use sqlite3 db
should fix the occasional db resets on concurrent read/write ops experienced with the json db
2022-12-13 13:34:24 +11:00
73e3c7c3a9
chore: update deps, add vendor script 2022-12-08 15:48:47 +11:00
dc0916ddda
chore: move extension manifest to src/, add build script 2022-12-07 19:56:31 +11:00
b1087a6187
feat(cli): port across apply & remove to updated cli 2022-12-07 19:04:21 +11:00
979616e032
feat(cli): safer patch process to avoid repeat-patching 2022-12-06 23:23:43 +11:00
ebf15dbfb9
feat(cli): ported remove cmd to new cli
+ more detailed error messages inc. alternative instructions for removal if not backup is found
2022-12-06 20:37:39 +11:00