Commit Graph

523 Commits

Author SHA1 Message Date
Miguel Ribeiro
e2df8f7e24 fix: visual issue with date fields on ios (#846) 2025-06-09 17:44:59 +02:00
Miguel Ribeiro
a25eb0b39e V3.2.1 (#845) 2025-06-09 13:51:33 +02:00
github-actions[bot]
7dcab56ce2 chore(main): release 3.2.0 (#843)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.2.0
2025-06-08 18:54:16 +02:00
Miguel Ribeiro
48db4e300d feat: add indonesian language (#842)
feat: add first and last names to the user profile
feat: enable IPv6 environments by configuring a dual-stack listen in nginx 
feat: add new currency
feat: add button to auto fill the next payment date
fix: vulnerability on test webhook endpoint
2025-06-08 18:52:21 +02:00
Christopher McAvaney
2e74c4bcb7 add first and last name fields to user profile (#835) 2025-06-08 14:51:26 +02:00
noomis
e06d4f1b21 calculate next Payment in Creation Form (#828)
Co-authored-by: noomis <everwatchyt@gmail.com>
2025-06-08 14:48:42 +02:00
Mars
288ad45656 feat: Add new currency (#829) 2025-06-08 14:46:32 +02:00
dorsanty
bea2b8bd99 Enable IPv6 environments by configuring a dual-stack listen in Nginx (#839)
Co-authored-by: Dara Dorsaneo <daradorsaneo@gmail.com>
2025-06-08 14:45:38 +02:00
dirman
a7e26f688a add indonesian translations (#833) 2025-05-27 18:00:28 +02:00
github-actions[bot]
dc102b2351 chore(main): release 3.1.1 (#824)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.1.1
2025-05-15 17:17:32 +02:00
Miguel Ribeiro
bd20b56976 fix: issue listing prices when uah was added to the list of currencies (#823) 2025-05-15 17:15:52 +02:00
github-actions[bot]
26439c4490 chore(main): release 3.1.0 (#820)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.1.0
2025-05-08 17:32:47 +02:00
Miguel Ribeiro
0cfefc7f07 feat: add danish translation
fix: vulnerability adding logos from url
fix: gotify settings test
fix: disable totp with backup code
2025-05-08 17:30:43 +02:00
LovelessCodes
02a5b1e74c add Danish translation (#816) 2025-05-08 17:26:16 +02:00
github-actions[bot]
fa843f288a chore(main): release 3.0.2 (#812)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.0.2
2025-05-03 15:38:33 +02:00
Miguel Ribeiro
69c7d52cf8 fix: vulnerability on delete avatar
fix: some strings not using translations on the calendar page
fix: delete avatar would not work if wallos is on a subfolder
2025-05-03 15:37:10 +02:00
github-actions[bot]
048c23cc78 chore(main): release 3.0.1 (#809)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.0.1
2025-04-30 19:16:07 +02:00
Miguel Ribeiro
f6b8fb9162 fix: don't show budget alert when budget is 0
fix: allow to clear the budget field
2025-04-30 19:13:01 +02:00
github-actions[bot]
dbd0bd1e51 chore(main): release 3.0.0 (#805)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v3.0.0
2025-04-27 17:31:00 +02:00
Miguel Ribeiro
e0f204803e feat!: simplified webhook notifications without iterator (might break your current webhook settings)
feat: use mobile style toggles instead of checkboxes
fix: barely readable placeholder text on textarea on dark the
feat: webhooks can now be used for cancelation notifications
2025-04-27 17:28:29 +02:00
github-actions[bot]
ec33b67c92 chore(main): release 2.52.2 (#803)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.52.2
2025-04-26 13:05:04 +02:00
Miguel Ribeiro
af68c11abf fix: incorrect headers on the api (#802) 2025-04-26 13:03:51 +02:00
github-actions[bot]
852e25c79f chore(main): release 2.52.1 (#801)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.52.1
2025-04-26 12:57:31 +02:00
Miguel Ribeiro
b7712dc80d fix: error on statistics page when budget = 0 (#800) 2025-04-26 12:52:20 +02:00
github-actions[bot]
edff8ff8f2 chore(main): release 2.52.0 (#794)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.52.0
2025-04-19 22:36:26 +02:00
Miguel Ribeiro
6d673195ba feat: new graph cost vs budget on statistics (#793) 2025-04-19 22:35:10 +02:00
github-actions[bot]
20eded2808 chore(main): release 2.51.1 (#792)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.51.1
2025-04-19 19:13:01 +02:00
Miguel Ribeiro
66a1a45f2d fix: timezone for cronjobs now comes from TZ env var first (#791)
Co-authored-by: Miguel Ribeiro <k.d.mintnick@gmail.com>
2025-04-19 19:11:06 +02:00
github-actions[bot]
a0384d993b chore(main): release 2.51.0 (#789)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.51.0
2025-04-18 15:51:23 +02:00
Miguel Ribeiro
88eae1002f feat: add over budget warnings on the calendar
fix: force correct timezone on the cronjobs
2025-04-18 15:43:51 +02:00
github-actions[bot]
384cffd7ff chore(main): release 2.50.1 (#785)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.50.1
2025-04-16 21:31:32 +02:00
Miguel Ribeiro
c7b3fb4451 fix: localization on date on browsers not in english 2025-04-16 21:30:14 +02:00
github-actions[bot]
4704ff9971 chore(main): release 2.50.0 (#782)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.50.0
2025-04-16 12:21:29 +02:00
Miguel Ribeiro
68f1d47577 feat: shorten date displayed on the list of subscriptions
feat: use user defined language for the date on the list of subscriptions
fix: use translations on the mobile menu
fix: limit name display, when sub has no logo to two lines
2025-04-16 12:20:25 +02:00
Qetesh
b9295373b2 fix notify_days_before = -1 incompatible with ICS format (#778) 2025-04-16 11:00:08 +02:00
github-actions[bot]
e3f5baa2a6 chore(main): release 2.49.1 (#776)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.49.1
2025-04-14 00:35:58 +02:00
Miguel Ribeiro
eade2d9919 fix: version number 2025-04-14 00:34:34 +02:00
github-actions[bot]
fb36390f58 chore(main): release 2.49.0 (#774) v2.49.0 2025-04-13 18:03:52 +02:00
Miguel Ribeiro
9eb2907145 feat: show name on mobile view when subscription has no logo
feat: use symbol from db when currencyFormatter does not support the currency
feat: use currencyConverter for notifications as well
fix: date comparison check on sendnotifications cronjob
feat: show timezone on sendnotification cronjob on admin page
fix: emails with encryption set to none not working without ssl
fix: error when not setting custom headers for ntfy
2025-04-13 18:01:40 +02:00
github-actions[bot]
4ff5f8e46a chore(main): release 2.48.1 (#769)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.48.1
2025-03-27 23:01:56 +01:00
Miguel Ribeiro
ba912a37d1 fix: notifications would also be sent x days after subscription was due in some cases 2025-03-27 23:00:06 +01:00
Miguel Ribeiro
7e588c5b55 Create CONTRIBUTING.md 2025-03-22 12:47:05 +00:00
Miguel Ribeiro
8fcd28d474 chore: add badges to readme 2025-03-22 11:55:39 +00:00
github-actions[bot]
7f98b6b954 chore(main): release 2.48.0 (#761)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.48.0
2025-03-20 16:57:15 +00:00
Miguel Ribeiro
3e0e88d6a2 feat: increase privacy by not sending referrer to external urls
feat: small layout change on the about page
feat: add update notification and release notes to the about page
2025-03-20 16:53:57 +00:00
github-actions[bot]
42c9d5339c chore(main): release 2.47.1 (#759)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.47.1
2025-03-19 23:30:12 +00:00
Miguel Ribeiro
19d30672b2 fix: small layout inconsistencies on the dashboard 2025-03-19 23:26:46 +00:00
github-actions[bot]
76ef4ce9b8 chore(main): release 2.47.0 (#757)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.47.0
2025-03-19 18:55:15 +00:00
Miguel Ribeiro
1bec973803 feat: add ukranian translation (#756)
feat: add sort by renew type
feat: add filter by renew type
fix: state filter not cleared by clear button
fix: special chars on calendar exports
fix: special chars on notifications
feat: remove "Wallos" text from calendar export
fix: ical trigger to spec RFC5545
2025-03-19 18:53:39 +00:00
Mykola Kliashtornyi
65559a9743 Ukrainian translation and currency (#752) 2025-03-19 15:27:36 +00:00