All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2024-09-23
- Added italian translation (contributed by @kenlog, #20)
- Use fieldset in user integrations form (contributed by @kenlog, #20)
0.4.0 - 2023-02-21
StarredProjects now requires Kanboard version 1.2.14 or greater
- Use template hooks instead of overriding template 'dashboard/overview' (contributed by @alfredbuehler, #17)
- Sort starred projects by modification time, recently modified first (contributed by @alfredbuehler, #15)
0.3.0 - 2022-01-20
- Added foreign key constraints on
starred_projects.user_id
andstarred_projects.project_id
0.2.0 - 2020-03-04
- Show starred projects first in project selector
- Add user option to show only starred projects in project selector
- Fix schema for SQLite
- Make it work when URL rewriting is disabled
0.1.1 - 2018-09-28
Initial release