Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 3.0.0 #443

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

3.0.0 (2024-07-11)

⚠ BREAKING CHANGES

  • allow registration of multiple users (#340)

Features

  • ability to add custom css styles (50bd104)
  • add apilayer as provider for fixer api (0f19dd6)
  • add apilayer as provider for fixer api (#127) (0f19dd6)
  • add brazilian portuguese to available languages (#198) (3ea9d98)
  • add calendar to pwa shortcuts (21ebf29)
  • add calendar view (#399) (369f1a2)
  • add cancelation reminders (#425) (c393146)
  • add custom avatar functionality (#248) (1dbebd3)
  • add discord and pushover as notification agents (#300) (8994829)
  • add email for notifications to household members (26363dd)
  • add filter and sort dashboard by subscription state (5136048)
  • add filter and sort dashboard by subscription state (afff992)
  • add filters to statistics page (83234ab)
  • add hability to disable login (#378) (092be22)
  • add italian translation (70e4234)
  • add korean translation (#314) (bc40320)
  • add maintenance tasks to admin page (9f7f47b)
  • add monthly budget field and statistics (#329) (b622434)
  • add new notification methods (telegram, webhooks, gotify) (#295) (a408031)
  • add ntfy as notification method (#377) (65edf09)
  • add option to clone subscription (8304ed7)
  • add polish translation (#263) (c752761)
  • add purple theme (4d74c04)
  • add reset password functionality (e1006e5)
  • add russian translation (#305) (ae04d50)
  • add serbian translation (#268) (55089c0)
  • add slovenian translation (03ceb8a)
  • add stats about inactive subscriptions (#146) (ccac17a)
  • add support to upload svg logos (9f7f47b)
  • add themes and custom color options (70e4234)
  • add workflow for building and publishing docker images (970c96a)
  • added custom payment methods (#173) (e739622)
  • administration area (e1006e5)
  • allow deletion of the default payment methods (83234ab)
  • allow registration of multiple users (#340) (e1006e5)
  • allow renaming / translation of payment methods (83234ab)
  • allow selecting tls or ssl for email notifications (#237) (2462435)
  • allow sorting of categories in settings (83234ab)
  • allow sorting payment methods (#217) (aef2d13)
  • allow to disable subscriptions (#144) (50056d9)
  • also show previous payments on the calendar for the current month (c2e85d6)
  • backup and restore (#288) (7b509d2)
  • cache logos for offline use (50bd104)
  • change apple touch icon (21ebf29)
  • change filename of backup file (fa99a73)
  • convert wallos into a progressive web app (#151) (19e2058)
  • create users from the admin page (#409) (6d2ffa6)
  • don't allow to change currency code if in use (aef2d13)
  • edit and delete options now available directly on the subscription list (8304ed7)
  • enable deployment in subdirectory (e2af9af)
  • enable progressive web app (a2a315e)
  • export subscription as ics from the calendar view (#404) (f1360f7)
  • filters on the subscriptions page (a396285)
  • frequency is now up to 366 (fa99a73)
  • more uniform and aligned styles on the settings page (50bd104)
  • new statistics per payment method (#124) (6200fa5)
  • option to hide disabled subscriptions (#286) (b80ab4b)
  • persist display and experimental settings on the db (f0a6f1a)
  • rework styles of theme section on settings page (50bd104)
  • search subscriptions by name (a396285)
  • show name of most expensive subscription on statistics (#194) (ede08b1)
  • small styles changed (f0a6f1a)
  • sort disabled subscription at the bottom (ccac17a)
  • specify image stability type when triggering build (5b22cfd)
  • subscriptions have personalized notification times (#334) (c7146df)
  • support automatic dark mode (c2e85d6)
  • theming engine custom colors now affect icons as well (83e2066)
  • uniformize layout and styles (+ checkboxes and radios) (#423) (c166c7e)
  • update exchange rate when saving api key (0f19dd6)
  • use brave search for the logos if google fails (#169) (fff783e)

Bug Fixes

  • add ability to run container as an arbitrary user (#396) (86fe2f3)
  • add webp support to gd on the container (fa99a73)
  • allow redirects on logo search (ae73db7)
  • background removal experimental setting (#307) (bb5ee2e)
  • broken chinese language file (#192) (94c1a91)
  • broken discord form (#302) (b435d6a)
  • broken subscription update query (#431) (b00a985)
  • bug on saving fixer api key (#142) (866eb28)
  • calling htmlspecialchars_decode on null objects (#338) (5050a28)
  • confusing wording for billing cycle (94ad0cb)
  • cronjob exchange update would not work with apilayer (#381) (b0b4b7a)
  • cronjobs running twice (#239) (00cbf8d)
  • currency conversion failing on the statistics page (03ceb8a)
  • Currency not preselected on registration (fc56cf6)
  • custom headers for webhook notifications (#375) (7217088)
  • dashboard scrolling to top when opening a subscription (#427) (cb03af8)
  • disabled inputs on dark theme (#250) (11f0e7c)
  • don't allow saving main and accent colors if they're the same (50bd104)
  • duplicated messages on discord notifications (d44b40b)
  • encoding for url and notes (#273) (ad86eb5)
  • error when logos folder is empty (#439) (e2e5061)
  • file name on ics export for subscriptions with non-ascii characters (4d74c04)
  • file upload bypass vulnerability (#181) (0f7853f)
  • import of translations for cronjobs was missing (#321) (a524419)
  • improve traditional chinese translations (19e2058)
  • Language sort order (884a8e5)
  • load php calendar extension (#402) (c02ac77)
  • menus checkmark position (#419) (4da5d47)
  • missing authentication check (#133) (b887d3a)
  • most error messages of the notifications endpoints would not reach the frontend (8994829)
  • move display settings to the bottom (ec25d4b)
  • next payment date not updating for disabled subscriptions (#243) (75a5672)
  • not every payment cycle was shown on the calendar (c2e85d6)
  • ntfy notifications (#394) (17722c3)
  • on initial registration page, logo can be cut off (#258) (dde8695)
  • possible division by 0 on statistics page (d44b40b)
  • pwa not loading static files when offline (#241) (4e3376d)
  • redirects with the service worker (#183) (940bbbe)
  • remove service worker (#157) (5ccadce)
  • rename category after adding and sort order of categories (ae73db7)
  • reorder subscription form (ec25d4b)
  • russian translations (#309) (8f890fc)
  • security issue with image upload (#175) (7b5e166)
  • service worker has redirections (4aca7bc)
  • service worker redirect not set to follow (3640b54)
  • show email field on adding household member (ec25d4b)
  • show translated no category when sorting by category (#122) (330c061)
  • small icon size for payment icons (#253) (8998e23)
  • small layout issues (769f8a0)
  • special chars in subscriptions (#271) (2683a7c)
  • sql injection vulnerability when using filters (#214) (cbdc188)
  • syntax error on svg logo (#417) (b82f750)
  • translate: "no category" (fa99a73)
  • trim fixer api key (fa99a73)
  • typo on webhook payload (8304ed7)
  • undefined var if sort cookie is not set (#207) (288c106)
  • undefined var on the statistics page (#211) (8b7a7b9)
  • update exchange cron only working for one user (#384) (815eea7)
  • update packages to fix vulnerabilities (a2a315e)
  • update slovanian translations (fa99a73)
  • use the same font for inputs (5136048)
  • use the same font for inputs (a539058)
  • wrong folder for payment method logos (#227) (f6c1ff2)
  • wrong message when deleting payment methods (#202) (93a3d18)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 3cf0b32 to 3ea15f5 Compare July 11, 2024 21:05
@ellite ellite closed this Jul 11, 2024
@ellite ellite deleted the release-please--branches--main branch July 11, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant