Releases: brrd/abricotine
Abricotine 1.1.4
Fix crash when running Abricotine (#318).
Abricotine 1.1.3
Changes in this version
- Fixed error on startup (#318)
- Fixed broken external files and documents
Instructions
Due to a major change in the application build process you may need to manually uninstall previous versions of Abricotine after installing this version.
Abricotine now uses nspell dictionaries. As a consequence previous custom hunspell dictionaries won't work anymore. Read the documentation to know the new method to add custom dictionaries to Abricotine.
Abricotine 1.1.2
Instructions
Due to a major change in the application build process you may need to manually uninstall previous versions of Abricotine after installing this version.
Abricotine now uses nspell dictionaries. As a consequence previous custom hunspell dictionaries won't work anymore. Read the documentation to know the new method to add custom dictionaries to Abricotine.
Changes in this version
- Moved to electron-builder + continuous integration to build the application.
- Moved to nspell because node-spellchecker was a nightmare to build.
- Updated various dependencies.
- Added feature: open local documents by clicking on links (thanks to @slrussel).
- Added language: Chinese (simplified) language (thanks to @jimmypury).
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.
Abricotine 0.7.0
New features and improvements:
- Add support for tasks (#14)
- Add Pandoc task in default config (export to PDF, DOCX, EPUB...)
- Add Auto Save feature (#251)
- Support YAML headers (#142)
- Use the first line of contents as default filename (#231)
- Add support for Sublime-like keymaps and more (#208, #214, #240)
- Indent lists with tabs (#215)
- Wrap lines in lists (#23)
- Change behavior of Copy as HTML and add a new entry in menu for copy as formatting text (#234)
- Add optional last line indicator
- Improve codeblocks and inline code display
- Various themes improvements (#199, #232)
- Change list and hidden chars styles
- Refresh autopreview on scroll
- Delete tmp html files when the application exits
Bug fixes:
- Copy images on HTML export/preview (#49)
- Fix issue when exporting to HTML (#211)
- Fix closing confirmation dialog (#143)
- Fix cursor issues after --reset (#110)
- Fix various spellchecker issues
- Fix system dictionaries not found in some situations
- Fix image insertion (when path specified)
- Fix lists clearing when multiple lines are selected
New translations:
- Add Brazilian Portuguese translation and dictionary
- Add Danish translation and dictionary
- Add Spanish translation
- Add Russian translation
Dependencies upgrades:
WARNING: Abricotine contains a security breach which can be dangerous when working with untrusted documents or domains. All versions are concerned. More information in: #254.
Abricotine 0.6.0
- Full rewrite of cm-extend-markdown functions improving most styles shortcuts (#166).
- Add filename suggestion on save (#164, #184).
- Open links with shift+click (#198, #203).
- New languages: de, it (#175, #190).
- Indent lists with Tab key (#26).
- Move cursor to the bullet when home is pressed in a list.
- Add basic support for codeblock background color (#3).
- Fixed various issues with lists (#43, #162, #93, #171).
- Fix underlined headers style (#57).
- Fix math formatting style (#113).
- Fix an issue with electron-window-state (#163).
- Fix "Save" command broken on OSX (#174).
- Use exact dependencies versions.
Windows 32 bits installer depends on users contributions (please submit binaries in #89).
WARNING: Abricotine contains a security breach which can be dangerous when working with untrusted documents or domains. All versions are concerned. More information in: #254.
Abricotine 0.5.0
- Support translations (English and French available) (#59)
- File change detection (#94, #132)
- Change default paths for Save and Export (#129)
- Add space between brackets in task lists (#122)
- Improve script insertion in templates (#127)
- Add Italian spelling dictionary (#145)
- Change the hotkey for "Quote" (#111)
- Fix "Auto hide menu bar" option (#144)
- Allow headings without space (#126)
- Support non-ASCII characters in images filepath (#156)
- Fix iframe preview broken when content is filtered
- Move templates from brrd/abricotine-templates to the core project
- Upgrade to Electron to v. 1.6.2 (#130)
- Upgrade to CodeMirror to v. 5.24.2
- Update Squirrel.Windows (#152)
Windows 32 bits installer depends on users contributions (please submit binaries in #89).
WARNING: Abricotine contains a security breach which can be dangerous when working with untrusted documents or domains. All versions are concerned. More information in: #254.
Abricotine 0.4.0
- Upgrade to Electron 1.2.3
- Add support for themes (#9)
- Update default theme
- Add dark theme (#81)
- Support Fira Code font in default themes (#61)
- Remove Debug mode and move Developer menu into View menu
- Create Windows installers and Debian packages (#8)
- Fix Close Window menu accelerator (#68)
- Fix search/replace/command dialogs not displayed properly
- Fix issue with trailing symbols (#102)
- Fix system dictionaries not available (#101)
- Windows: Fix ampersand not displayed properly in dialogs
Windows 32 bits installer depends on users contributions (please submit binaries in #89).
WARNING: Abricotine contains a security breach which can be dangerous when working with untrusted documents or domains. All versions are concerned. More information in: #254.
Abricotine 0.3.3
- Improve performances with big documents (#76)
- Allow scrolling past end of file (#71)
- Fix hidden characters option not working
- Fix formatting marks not visible when spellchecker is disabled
- Fix autopreview not working properly when a line contains more than one element to preview (#47 and #77)
- OSX: Fix application menu not working when all windows closed (#32)
- Minor documentation fix (#88)
Thanks to @nloveladyallen for providing the OSX package.
Windows 32 bits package depends on users contributions (see #89).
WARNING: Abricotine contains a security breach which can be dangerous when working with untrusted documents or domains. All versions are concerned. More information in: #254.
Abricotine 0.3.2
Fix an issue with files opened in CLI, which was introduced in 0.3.1 (see #60).
Thanks to @nloveladyallen for providing the OSX package.
WARNING: Abricotine contains a security breach which can be dangerous when working with untrusted documents or domains. All versions are concerned. More information in: #254.