Releases: aaronjanse/snippet-manager
Releases · aaronjanse/snippet-manager
0.2.3
0.2.2
fixes clipboard pasting
0.2.1
The packaged applications (e.g. .exe
, .dmg
, .app
) finally work.
Since I have not spent >$200 on code signing certificates (and don't plan to), you may get a security popup talking about "no digital signature" / "untrusted developer" the first time you run. On mac, you can right click on the app, click "open", then "open" again to run unsigned apps.
experimental-0.2.0
Changes:
- snippets are now stored in electron's data folder (old snippets are moved there on the first run of the source build)
- packaged builds (e.g.
.exe
,.app
, etc.) now work - experimental auto-updating
Note on migrating snippets:
If you have previously run from source, you should do so one more time before using the packaged application.
The extra-cautious may want to backup their snippets (found in src/snippets.json
)
Initial Release
Works as advertised