Skip to content

Latest commit

 

History

History
175 lines (121 loc) · 7.13 KB

CHANGELOG.md

File metadata and controls

175 lines (121 loc) · 7.13 KB

Changelog for "Note Size" Anki addon

v2.3.0 - 2024-09-06

  1. [FEATURE] New note size details dialog
  2. [FEATURE] Speed up cache initialization
  3. [DOCS] Extract developer manual
  4. [DOCS] Setup auto rendering of table of content in MarkDown
  5. [MISC] Migrate to bump-my-version

v2.2.0 - 2024-08-11

  1. [FEATURE] Display "Unused" and "Trash" collection sizes in Deck Browser
  2. [FEATURE] Show cache initialization progress dialog
  3. [FEATURE] Add "Info" menu item
  4. [FEATURE] Refresh note sizes that were modified during media sync
  5. [FEATURE] Display collection size after cache initialization
  6. [FEATURE] Set 0 precision for collection size
  7. [FEATURE] Refresh note sizes only after media sync finished
  8. [FEATURE] Delete cache file after reading on startup
  9. [BUG] Ignore cache file reading errors
  10. [BUG] Incorrect storing boolean settings
  11. [BUG] Reading partially invalid cache file
  12. [BUG] Ignore error on saving cache file
  13. [DOCS] Migrate from git-changelog to manual changelog updates
  14. [DOCS] Simplify changelog structure
  15. [DOCS] Update documentation
  16. [MISC] Set DEBUG default log level
  17. [MISC] Reduce size of some long log entries

v2.1.0 - 2024-07-29

  1. [FEATURE] Update cache when other addons update notes
  2. [FEATURE] Store cache on disk on exit

v2.0.0 - 2024-07-26

  1. [FEATURE] GUI for configuration
  2. [MISC] Migrate from UnitTest to PyTest

v1.15.0 - 2024-07-15

  1. [FEATURE] Background color of Size button depends on note size
  2. [BUG] Fix updating Size button when Add Editor is open
  3. [MISC] Add space before size units
  4. [MISC] Align size in Browser cells by center
  5. [MISC] Install from file to the same folder as from addons catalog

v1.14.0 - 2024-07-11

  1. [MISC] Remove prefix "Size:" from the Size button
  2. [MISC] Use default font for Browser cells

v1.13.0 - 2024-07-09

  1. [FEATURE] Add "Deck Browser - Show Full Collection Size" config property
  2. [FEATURE] Add "Size Button - Enabled" config property

v1.12.0 - 2024-07-08

  1. [FEATURE] Display Collection size in Deck Browser
  2. [DOCS] Split description in several pages
  3. [MISC] Upgrade to Anki 24.6.3

v1.11.0 - 2024-06-23

  1. [FEATURE] Add "Logger Level" config property
  2. [BUG] Fix failed to create log dir #2
  3. [DOCS] Add "Configuration" page

v1.10.0 - 2024-06-23

  1. [FEATURE] Add changelog
  2. [FEATURE] Limit number of files shown in Details window
  3. [BUG] Reading config failure after addon updates
  4. [BUG] Add "alt" attribute to "img" tags on Details window
  5. [BUG] Add "use_cache" parameter to SizeCalculator#()
  6. [BUG] Log file cannot be deleted during addon deletion on Windows
  7. [MISC] Log response from web.eval

v1.9.1 - 2024-06-22

  1. [BUG] Fix displaying details about files without extension
  2. [MISC] Refactor unit-tests

v1.9.0 - 2024-06-19

  1. [FEATURE] Add Size (texts) and Size (files) columns
  2. [FEATURE] Add addon config
  3. [FEATURE] Add config parameter "Warmup Enabled"
  4. [FEATURE] Include version to name
  5. [MISC] Cache file sizes in media folder
  6. [MISC] Improve ItemId cache
  7. [MISC] Synchronize cache functions
  8. [MISC] Refactor unit-tests

v1.8.0 - 2024-06-16

  1. [FEATURE] Add icons for file types on details window
  2. [MISC] Do not add handler to root logger

v1.7.0 - 2024-06-16

  1. [FEATURE] Use "Consolas" font on Windows #1
  2. [BUG] Exclude meta.json from distribution
  3. [DOCS] Add link to Anki forum support page
  4. [MISC] Add manifest.json

v1.6.0 - 2024-06-13

  1. [DOCS] Update addon description

v1.5.0 - 2024-06-11

  1. [FEATURE] Update Size Button by typing timer
  2. [BUG] Calculate text size in UTF-8
  3. [MISC] Refactoring

v1.4.0 - 2024-06-11

  1. [FEATURE] Show note size during adding new note
  2. [FEATURE] Details window works during adding note
  3. [DOCS] Add UML class diagram
  4. [MISC] Add deploy_locally.sh
  5. [MISC] Refactoring

v1.3.1 - 2024-06-09

  1. [BUG] Inactivate the Size Button when adding new note

v1.3.0 - 2024-06-09

  1. [MISC] Refactoring

v1.2.0 - 2024-06-09

  1. [FEATURE] Add note size caching
  2. [FEATURE] Configure cache warmup on startup

v1.1.0 - 2024-06-08

  1. [FEATURE] Format size as <code>
  2. [BUG] Fix size button in adding editor mode

v1.0.5 - 2024-06-08

  1. [DOCS] Improve documentation
  2. [MISC] Refactoring

v1.0.4 - 2024-06-07

  1. [FEATURE] Show no files in the details window
  2. [FEATURE] Sort descending by default
  3. [BUG] Exclude "pycache" from distribution
  4. [DOCS] Improve description.md
  5. [MISC] Rename log file

v1.0.3 - 2024-06-07

  1. [BUG] Fix imports

v1.0.2 - 2024-06-07

  1. [BUG] Give .ankiaddon extension to distribution
  2. [DOCS] Add addon description
  3. [MISC] Store version in version.txt

v1.0.1 - 2024-06-07

  1. [MISC] Configure bumpversion

v1.0.0 - 2024-06-07

  1. [FEATURE] Implemented size column, size button and details window
  2. [MISC] Running unit-tests with Tox