Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

61 lines (35 loc) · 3.11 KB

Changelog

All notable changes to Syntax Highlighting will be documented here. You can click on each release number to be directed to a detailed log of all code commits for that particular release. The download links will direct you to the GitHub release page, allowing you to manually install a release if you want.

If you enjoy Syntax Highlighting, please consider supporting my work on Patreon, or by buying me a cup of coffee ☕:

    

❤️ My heartfelt thanks goes out to everyone who has supported this add-on through their tips, contributions, or any other means (you know who you are!). All of this would not have been possible without you. Thank you for being awesome!

2.0.2 - 2018-10-07

Fixed

  • workaround for double-curly-bracket support (which otherwise conflict with Anki's card template system)

2.0.1 - 2018-10-06

Changed

  • case-insensitive lexer sorting

2.0.0 - 2018-02-27

This is the first public release of my fork of Tiago Barroso's Syntax Highlighting for Code add-on. I would like to extend my heartfelt gratitude to all of what he has done for the Anki community over the years.

This update is meant to carry on his legacy by adding Anki 2.1 support, implementing some long-requested features, and refactoring major parts of the codebase. All of this was made possible through the generous support of a fellow Anki user who would like to remain anonymous.

An overview of the most important changes in this release follows below:

Added

  • New: Anki 2.1 compatibility
  • New: Option to apply syntax highlighting via CSS (thanks to Tim Rae!)
  • New: Ability to customize language selection and hotkey
  • New: Ability to customize syntax highlighting theme
  • New: Upgraded pygments from v1.6 to v2.2.0. This is a major jump and should come with a lot of added functionality in terms of supported languages and language features

Fixed

  • Fixed: Position options dialog correctly
  • Fixed: Various improvements and bug fixes (e.g. the ImportErrors and KeyErrors frequently reported in earlier reviews)

2.0.0-beta - 2018-02-27

See version notes above.


The format of this file is based on Keep a Changelog, and this project adheres to Semantic Versioning.