3d7efbef54
fix(cli): remove dup. message if already enhanced
2024-04-21 17:01:30 +10:00
736292e1b8
chore: update sidebar button styles to match notion
2024-04-21 16:32:26 +10:00
a4b1e6e5f2
feat(cli): repack enhanced sources into app.asar
2024-04-21 15:45:29 +10:00
f61d13ca91
fix(cli): make args["--json"] state available to print funcs
2023-07-31 00:53:30 +10:00
bf07257ae8
wip: migrate db ops to use ipc (nodeintegration is disabled in latest app)
2023-05-07 22:37:56 +10:00
5a91e58104
feat(telemetry): send weekly pings if enabled
2023-03-19 15:02:47 +11: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
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
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
a7861be39a
feat(cli): --quiet flag, split --dev into --json/--debug flags
...
+ added %PROGRAMW6432%/Notion/resources to potential resource paths (#779 )
+ clearer separation of programmatic enhancement and cli interface
+ dep on vercel/arg for improved arg parsing
2022-12-06 15:37:21 +11:00
3e7b6dd6f8
chore: organise folders
2022-11-25 16:00:54 +11:00
207757644a
update README with link to new website
2021-12-28 16:25:30 +11:00
4f0204aee3
make --patch available, remove cli sign
2021-12-28 02:31:44 +11:00
34189f6a41
mark bin.mjs as executable
2021-12-14 21:13:13 +11:00
b8647deede
sign cli cmd (macos), bugfix error printing, fs dep on __enhancerElectronApi, actually apply systemMenu patch
2021-12-13 13:36:06 +11:00
1f0a738610
esbuild mjs api -> cjs, simplify env folder to dep. fully on __enhancerElectronApi
2021-12-07 23:18:25 +11:00
d8cec4368d
patch scheme, init client, cjs api, env storage
...
hidden --dev-patch apply opt
2021-11-07 16:10:42 +11:00
affa314f08
new cli
2021-11-06 14:26:35 +11:00