This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Abricotine 1.0.0
Major change
Abricotine package name is now abricotine
(in full lowercase).
Improvements
- Abricotine 1.0.0 now uses Electron 6.1.
- Some other libraries were upgraded (see package.json).
- Improved performances.
- Add final newline when writing to files.
- New language: nl.
- Improved build scripts for Windows and Linux.
Bug fixes
- Improve security by filtering content-type in received headers (#254).
- Avoid files to be opened twice (#258).
- Fix default markdown export with Pandoc.
- Improve Table of contents generation (skip YAML-block, ignore horizontal rules).
- Remove codeblock background-color, which caused performance issues.
- Fix OpenLinkHandler.
Know issues
OS X binary
Due to this issue with Electron we can't provide a binary for OS X yet. You can still run Abricotine on OS X by building it, or use the previous version binary for OS X.
Contributions are welcome if you want to help fixing this.
For Linux Users
If you encounter issue when running the app on Linux, try running this in the terminal:
sudo sysctl kernel.unprivileged_userns_clone=1
An alternative workaround is to run Abricotine with the --no-sandbox
parameter.
More information about this issue here.