Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 17:06
· 17 commits to main since this release

[2.1.0] - 2025-04-15

🚀 Features

  • (models) Add TogglTracker.description property
  • (models) Add TogglTracker.running_duration property

🐛 Bug Fixes

  • (async-sqlite-cache) Add metadata attribute type to class

🚜 Refactor

  • (async-sqlite-cache) Remove unnecessary E402 noqa code
  • (utils) Add return type to cleanup functionx

📚 Documentation

  • (schema) Add docstring to register_tables function
  • (cache) Add register_tabels function
  • (models) Update as_dict_custom helper function
  • (models) Add as_dict_custom function
  • (utils) Add docstring to module and cleanup function

⚡ Performance

  • (schema) Index all high variance columns

🎨 Styling

  • (schema) Remove unncessary E402 code

⚙️ Miscellaneous Tasks

  • (tox) Add --cov parameter to tests
  • (actions) Run all tests on both os 3.10 configs
  • (tox) Only check coverage on 3.10 tests
  • (coverage) Remove requires option

🧪 Testing

  • (cache) Add small delay on windows