Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

51 lines (32 loc) · 1.55 KB

Changelog

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

Changed

  • 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

  • Added foreign key constraints on starred_projects.user_id and starred_projects.project_id

0.2.0 - 2020-03-04

Added

  • Show starred projects first in project selector
  • Add user option to show only starred projects in project selector

Fixed

  • Fix schema for SQLite
  • Make it work when URL rewriting is disabled

0.1.1 - 2018-09-28

Initial release