Skip to content

Latest commit

 

History

History
1012 lines (467 loc) · 43.2 KB

CHANGELOG.md

File metadata and controls

1012 lines (467 loc) · 43.2 KB

Changelog

2.31.1 (2024-10-25)

Bug Fixes

  • add missing {{days_until}} variable to string version of the webhook (ebc7b83)
  • display actual error message when email test fails (ebc7b83)

2.31.0 (2024-10-22)

Features

  • handle webhook payload as string if it is not a json object (#583) (ee834d6)

2.30.1 (2024-10-14)

Bug Fixes

  • verify correct path before creating logos folder (782ebcd)

2.30.0 (2024-10-13)

Features

2.29.2 (2024-10-11)

Bug Fixes

2.29.1 (2024-10-11)

Bug Fixes

  • mysql injection vulnerability (3d6a8c3)
  • new profile page not being cached by service worker (3d6a8c3)

2.29.0 (2024-10-09)

Features

  • add url and notes as variables for the notifications webhook (790defb)

Bug Fixes

  • bug when looping multiple subscriptions on the notifications webhook (790defb)

2.28.0 (2024-10-07)

Features

  • get admin setting api endpoint (07d456a)
  • get categories endpoint (07d456a)
  • get currencies endpoint (07d456a)
  • get fixer api endpoint (07d456a)
  • get household api endpoint (07d456a)
  • get notifications api endpoint (07d456a)
  • get payment methods api endpoint (07d456a)
  • get settings api endpoint (07d456a)
  • get subscriptions api endpoint (07d456a)
  • get user api endpoint (07d456a)

2.27.3 (2024-10-05)

Bug Fixes

2.27.2 (2024-10-04)

Bug Fixes

2.27.1 (2024-10-04)

Bug Fixes

  • add missing assets to the service worker (#542) (0251da2)

2.27.0 (2024-10-04)

Features

  • api endpoint to calculate monthly cost (a173d27)
  • fisrt api endpoint (a173d27)
  • redesigned experimental mobile navigation menu (a173d27)
  • split settings page into settings and profile page (a173d27)
  • user has api key available on profile page (a173d27)

Bug Fixes

2.26.0 (2024-09-29)

Features

  • add mobile menu navigation to experimental settings (1dbba18)
  • use browsers locale to set dates on the dashboard (1dbba18)

2.25.0 (2024-09-28)

Features

2.24.1 (2024-09-23)

Bug Fixes

  • small layout issue on the settings page (0623ceb)

2.24.0 (2024-09-18)

Features

  • add button to clean up search field (da3ee78)

Bug Fixes

  • cases where theme and sort cookies could be missing (da3ee78)
  • position of dropdown on rtl layout (da3ee78)

2.23.2 (2024-09-04)

Bug Fixes

  • sort order after edit subscription in case the cookie is missing (87809fe)

2.23.1 (2024-09-01)

Bug Fixes

2.23.0 (2024-09-01)

Features

  • add multi email recipients (fed0192)
  • add option for also showing the original price on the dashboard (fed0192)
  • open edit form after cloning subscription (fed0192)
  • select multiple filters on the dashboard (fed0192)

Bug Fixes

  • export.php csv header typo (#499) (6e96c5d)
  • typo on export subscriptions to csv (fed0192)

2.22.1 (2024-08-11)

Bug Fixes

  • inline items in subscription form out of place (#489) (3f33ba0)

2.22.0 (2024-08-09)

Features

  • admin can manually trigger cronjobs (1946ac9)

Bug Fixes

  • only allow the system and admin to run the cronjobs (1946ac9)
  • reduce size of the log files of the cronjobs (1946ac9)

2.21.3 (2024-08-08)

Bug Fixes

  • broken avatar upload when using the french language (cf0d5d3)
  • more deprecation warnings on image uploads (cf0d5d3)

2.21.2 (2024-08-07)

Bug Fixes

  • add samesite directive to cookies (8b0325c)
  • service worker precaching logout.php causes user to be logged out (8b0325c)
  • sort by price (8b0325c)

2.21.1 (2024-08-06)

Bug Fixes

2.21.0 (2024-08-06)

Features

  • add option to list disabled subscriptions at the bottom (3281f0c)
  • notification for wallos version updates (3281f0c)

2.20.1 (2024-07-29)

Bug Fixes

  • allow usernames with capital letters (f241ba2)
  • use 2 decimal places for price on the calendar (f241ba2)
  • use 2 decimal places for price when exporting ical in the calendar (f241ba2)

2.20.0 (2024-07-19)

Features

  • export subscriptions as csv (8f1e155)
  • export subscriptions as json (8f1e155)
  • user can delete their own account (8f1e155)

2.19.3 (2024-07-15)

Bug Fixes

2.19.2 (2024-07-15)

Bug Fixes

2.19.1 (2024-07-14)

Bug Fixes

2.19.0 (2024-07-14)

Features

  • add alphanumeric sort order for subscriptions (#449) (775e6ee)

2.18.0 (2024-07-14)

Features

  • disable display options checkbox when fixer key is not set (5f10525)
  • display error message on the statistics page when the fixer key is needed but is missing (5f10525)

2.17.0 (2024-07-11)

Features

  • add filter and sort dashboard by subscription state (afff992)

Bug Fixes

  • use the same font for inputs (a539058)

2.16.1 (2024-07-10)

Bug Fixes

2.16.0 (2024-07-10)

Features

  • add calendar to pwa shortcuts (21ebf29)
  • change apple touch icon (21ebf29)

2.15.0 (2024-07-09)

Features

  • add maintenance tasks to admin page (9f7f47b)
  • add support to upload svg logos (9f7f47b)

2.14.2 (2024-07-08)

Bug Fixes

2.14.1 (2024-07-05)

Bug Fixes

  • dashboard scrolling to top when opening a subscription (#427) (cb03af8)

2.14.0 (2024-07-05)

Features

2.13.0 (2024-07-04)

Features

  • uniformize layout and styles (+ checkboxes and radios) (#423) (c166c7e)

2.12.0 (2024-07-03)

Features

  • ability to add custom css styles (50bd104)
  • cache logos for offline use (50bd104)
  • more uniform and aligned styles on the settings page (50bd104)
  • rework styles of theme section on settings page (50bd104)

Bug Fixes

  • don't allow saving main and accent colors if they're the same (50bd104)

2.11.2 (2024-07-02)

Bug Fixes

2.11.1 (2024-06-30)

Bug Fixes

2.11.0 (2024-06-30)

Features

  • theming engine custom colors now affect icons as well (83e2066)

2.10.0 (2024-06-27)

Features

Bug Fixes

  • file name on ics export for subscriptions with non-ascii characters (4d74c04)

2.9.0 (2024-06-26)

Features

2.8.0 (2024-06-26)

Features

  • also show previous payments on the calendar for the current month (c2e85d6)
  • support automatic dark mode (c2e85d6)

Bug Fixes

  • not every payment cycle was shown on the calendar (c2e85d6)

2.7.0 (2024-06-25)

Features

  • export subscription as ics from the calendar view (#404) (f1360f7)

2.6.1 (2024-06-25)

Bug Fixes

2.6.0 (2024-06-25)

Features

2.5.2 (2024-06-24)

Bug Fixes

  • add ability to run container as an arbitrary user (#396) (86fe2f3)

2.5.1 (2024-06-21)

Bug Fixes

2.5.0 (2024-06-21)

Features

  • add option to clone subscription (8304ed7)
  • edit and delete options now available directly on the subscription list (8304ed7)

Bug Fixes

  • typo on webhook payload (8304ed7)

2.4.2 (2024-06-10)

Bug Fixes

  • update exchange cron only working for one user (#384) (815eea7)

2.4.1 (2024-06-09)

Bug Fixes

  • cronjob exchange update would not work with apilayer (#381) (b0b4b7a)

2.4.0 (2024-06-07)

Features

2.3.0 (2024-06-05)

Features

Bug Fixes

  • custom headers for webhook notifications (#375) (7217088)

2.2.0 (2024-06-04)

Features

  • change filename of backup file (fa99a73)
  • frequency is now up to 366 (fa99a73)

Bug Fixes

  • add webp support to gd on the container (fa99a73)
  • translate: "no category" (fa99a73)
  • trim fixer api key (fa99a73)
  • update slovanian translations (fa99a73)

2.1.0 (2024-05-27)

Features

  • add slovenian translation (03ceb8a)

Bug Fixes

  • currency conversion failing on the statistics page (03ceb8a)

2.0.0 (2024-05-26)

⚠ BREAKING CHANGES

  • allow registration of multiple users (#340)

Features

  • add reset password functionality (e1006e5)
  • administration area (e1006e5)
  • allow registration of multiple users (#340) (e1006e5)

1.29.1 (2024-05-20)

Bug Fixes

  • calling htmlspecialchars_decode on null objects (#338) (5050a28)

1.29.0 (2024-05-20)

Features

  • subscriptions have personalized notification times (#334) (c7146df)

1.28.0 (2024-05-17)

Features

  • add monthly budget field and statistics (#329) (b622434)

1.27.2 (2024-05-17)

Bug Fixes

  • duplicated messages on discord notifications (d44b40b)
  • possible division by 0 on statistics page (d44b40b)

1.27.1 (2024-05-13)

Bug Fixes

  • import of translations for cronjobs was missing (#321) (a524419)

1.27.0 (2024-05-11)

Features

1.26.2 (2024-05-09)

Bug Fixes

1.26.1 (2024-05-09)

Bug Fixes

  • background removal experimental setting (#307) (bb5ee2e)

1.26.0 (2024-05-08)

Features

1.25.1 (2024-05-07)

Bug Fixes

1.25.0 (2024-05-06)

Features

  • add discord and pushover as notification agents (#300) (8994829)

Bug Fixes

  • most error messages of the notifications endpoints would not reach the frontend (8994829)

1.24.0 (2024-05-05)

Features

  • add new notification methods (telegram, webhooks, gotify) (#295) (a408031)

1.23.0 (2024-04-26)

Features

1.22.0 (2024-04-20)

Features

  • option to hide disabled subscriptions (#286) (b80ab4b)

1.21.1 (2024-04-19)

Bug Fixes

1.21.0 (2024-04-19)

Features

  • add italian translation (70e4234)
  • add themes and custom color options (70e4234)

1.20.2 (2024-04-11)

Bug Fixes

1.20.1 (2024-04-09)

Bug Fixes

1.20.0 (2024-04-07)

Features

1.19.0 (2024-04-03)

Features

1.18.3 (2024-03-30)

Bug Fixes

  • on initial registration page, logo can be cut off (#258) (dde8695)

1.18.2 (2024-03-28)

Bug Fixes

1.18.1 (2024-03-25)

Bug Fixes

1.18.0 (2024-03-24)

Features

1.17.3 (2024-03-20)

Bug Fixes

  • next payment date not updating for disabled subscriptions (#243) (75a5672)

1.17.2 (2024-03-18)

Bug Fixes

  • pwa not loading static files when offline (#241) (4e3376d)

1.17.1 (2024-03-18)

Bug Fixes

1.17.0 (2024-03-17)

Features

  • allow selecting tls or ssl for email notifications (#237) (2462435)

1.16.3 (2024-03-17)

Bug Fixes

  • allow redirects on logo search (ae73db7)
  • rename category after adding and sort order of categories (ae73db7)

1.16.2 (2024-03-13)

Bug Fixes

  • wrong folder for payment method logos (#227) (f6c1ff2)

1.16.1 (2024-03-12)

Bug Fixes

  • confusing wording for billing cycle (94ad0cb)

1.16.0 (2024-03-10)

Features

  • allow sorting payment methods (#217) (aef2d13)
  • don't allow to change currency code if in use (aef2d13)

1.15.3 (2024-03-10)

Bug Fixes

  • sql injection vulnerability when using filters (#214) (cbdc188)

1.15.2 (2024-03-09)

Bug Fixes

  • undefined var on the statistics page (#211) (8b7a7b9)

1.15.1 (2024-03-09)

Bug Fixes

  • undefined var if sort cookie is not set (#207) (288c106)

1.15.0 (2024-03-09)

Features

  • filters on the subscriptions page (a396285)
  • search subscriptions by name (a396285)

1.14.1 (2024-03-08)

Bug Fixes

  • wrong message when deleting payment methods (#202) (93a3d18)

1.14.0 (2024-03-08)

Features

  • add brazilian portuguese to available languages (#198) (3ea9d98)

1.13.0 (2024-03-07)

Features

  • show name of most expensive subscription on statistics (#194) (ede08b1)

1.12.1 (2024-03-06)

Bug Fixes

1.12.0 (2024-03-05)

Features

  • add filters to statistics page (83234ab)
  • allow deletion of the default payment methods (83234ab)
  • allow renaming / translation of payment methods (83234ab)
  • allow sorting of categories in settings (83234ab)

1.11.3 (2024-03-02)

Bug Fixes

1.11.2 (2024-03-02)

Bug Fixes

1.11.1 (2024-03-01)

Bug Fixes

1.11.0 (2024-03-01)

Features

1.10.0 (2024-02-29)

Features

  • use brave search for the logos if google fails (#169) (fff783e)

1.9.1 (2024-02-28)

Bug Fixes

  • move display settings to the bottom (ec25d4b)
  • reorder subscription form (ec25d4b)
  • show email field on adding household member (ec25d4b)

1.9.0 (2024-02-27)

Features

  • enable progressive web app (a2a315e)

Bug Fixes

  • update packages to fix vulnerabilities (a2a315e)

1.8.3 (2024-02-26)

Bug Fixes

1.8.2 (2024-02-26)

Bug Fixes

  • service worker redirect not set to follow (3640b54)

1.8.1 (2024-02-26)

Bug Fixes

  • service worker has redirections (4aca7bc)

1.8.0 (2024-02-26)

Features

  • convert wallos into a progressive web app (#151) (19e2058)

Bug Fixes

  • improve traditional chinese translations (19e2058)

1.7.0 (2024-02-25)

Features

  • add email for notifications to household members (26363dd)

1.6.0 (2024-02-24)

Features

  • add stats about inactive subscriptions (#146) (ccac17a)
  • sort disabled subscription at the bottom (ccac17a)

1.5.0 (2024-02-23)

Features

1.4.1 (2024-02-22)

Bug Fixes

1.4.0 (2024-02-21)

Features

  • persist display and experimental settings on the db (f0a6f1a)
  • small styles changed (f0a6f1a)

1.3.1 (2024-02-20)

Bug Fixes

1.3.0 (2024-02-19)

Features

  • add apilayer as provider for fixer api (0f19dd6)
  • add apilayer as provider for fixer api (#127) (0f19dd6)
  • update exchange rate when saving api key (0f19dd6)

1.2.0 (2024-02-19)

Features

  • enable deployment in subdirectory (e2af9af)

1.1.0 (2024-02-18)

Features

1.0.1 (2024-02-18)

Bug Fixes

  • show translated no category when sorting by category (#122) (330c061)

1.0.0 (2024-02-15)

Features

  • add workflow for building and publishing docker images (970c96a)
  • specify image stability type when triggering build (5b22cfd)

Bug Fixes

  • Currency not preselected on registration (fc56cf6)
  • Language sort order (884a8e5)