diff --git a/debian/changelog b/debian/changelog index 6ef0ef02c69501fba470dd0b76ea7b7a2239fb57..b2e6d6bcd8b8968ce7207dc3ee1590f19b680a56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +stupan (1.17.2-1) jammy; urgency=medium + + * Add dependency on sqlite-to-cpp. + This greatly helps with magic numbers in the code, and will hopefully + prevent bugs in the future. + * General cleanup of magic numbers and similar + * Add categories to the .desktop files. + * Fix the acquisitions menu. + * Fix acquisitions {not_,}for_sale being mixed up. + * Add clarifying text about money transfers. + * Allow stockcheck sort by column. + * Add program information to program + This makes it easer to check what version is currently running. + It also opens up for automatic database migrations from the next + version and forward. + * Add tableprinter to debian copyright + * Add debian description of package. + * General cleanup. + + -- Hugo Hörnquist <hugo@lysator.liu.se> Thu, 27 Apr 2023 16:24:04 +0200 + stupan (1.17.1-1) jammy; urgency=medium * Allow adding accounts, and adding money to them.