Abricotine Changelog

What's new in Abricotine 1.1.4

Jun 9, 2022
  • Fix crash when running Abricotine (#318).

New in Abricotine 1.1.3 (May 24, 2022)

  • Fixed error on startup (#318)
  • Fixed broken external files and documents

New in Abricotine 1.1.2 (May 23, 2022)

  • 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.
  • Added language: Chinese (simplified) language.

New in Abricotine 1.0.0 (Apr 22, 2020)

  • 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.

New in Abricotine 0.7.0 (Feb 19, 2019)

  • 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:
  • Electron 4.0.4 (#227)
  • Jquery 3.x (#225)
  • Codemirror 5.43
  • Mathjax 2.7.5
  • Mime 1.6.0
  • Deep-extend 0.6.0

New in Abricotine 0.6.0 (Oct 30, 2017)

  • 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).
  • Use exact dependencies versions.

New in Abricotine 0.5.0 (Mar 14, 2017)

  • 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)

New in Abricotine 0.4.0 (Mar 14, 2017)

  • 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

New in Abricotine 0.3.3 (Mar 14, 2017)

  • 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)

New in Abricotine 0.3.2 (May 24, 2016)

  • Fix an issue with files opened in CLI, which was introduced in 0.3.1

New in Abricotine 0.3.1 (May 24, 2016)

  • Add a command and menu to close all the windows and quit the app
  • Use title case in menus
  • Improve icons quality
  • Copy icons into released packages
  • Fix Abricotine asking for configuration update when running for the first time
  • Fix app broken after a configuration update
  • Fix persistent --debug option in config

New in Abricotine 0.3.0 (Mar 11, 2016)

  • Features added:
  • HTML export and browser preview now support custom templates
  • Support more languages for code coloration ("highlight-modes" option)
  • Check config compatibility on startup
  • Optional --reset flag to clear user config
  • Fixed issues and minor improvements: check commit history.

New in Abricotine 0.2.2 (Jan 28, 2016)

  • Fix various bugs when copying files from asar. It used to lead to bad behaviors: missing spelling dictionaries, missing CSS on export...
  • Fix a bug about file management.
  • Improve file extension detection on save.

New in Abricotine 0.2.0 (Jan 28, 2016)

  • Add font-size setting
  • Force single instance and avoid duplicate windows
  • Minor improvements in windows behaviour
  • Fix hunspell dictionaries issues
  • Fix table management

New in Abricotine 0.1.1 (Jan 28, 2016)

  • Fix a bug with paths in Windows
  • Provide packager script and prebuilt binaries