Skip to content
Snippets Groups Projects
Commit f46266f1 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#781 - update what's new dialog

parent 12930cc6
No related branches found
No related tags found
No related merge requests found
Pipeline #10017 failed
......@@ -47,9 +47,7 @@ public class AboutController extends BaseController
public String whatsNewModal(Model model)
{
final List<NewsEntry> newsEntries = new ArrayList<>();
newsEntries.add(NewsEntry.createWithLocalizationKey("accountFilter"));
newsEntries.add(NewsEntry.createWithLocalizationKey("java21"));
newsEntries.add(NewsEntry.createWithLocalizationKey("bugfixAllAccountsSum"));
newsEntries.add(NewsEntry.createWithLocalizationKey("bugfixRepeatingTransactions"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
return ReturnValues.WHATS_NEW;
......
......@@ -2,11 +2,5 @@ news.further.information=Weitere Informationen
news.all.releases=Alle veröffentlichten und geplanten Versionen:
news.detailed=Ausführliches Changelog (nur auf Englisch):
news.accountFilter.headline=Konten filtern
news.accountFilter.description=Auf der Kontoübersichtsseite können die aufgelisteten Konten nun gefiltert werden.
news.java21.headline=Java 21
news.java21.description=Update auf Java 21.
news.bugfixAllAccountsSum.headline=Bugfix: Transaktionen aus versteckten Konten
news.bugfixAllAccountsSum.description=Transaktionen aus versteckten Konten werden nun korrekt in der Summe aller Konten berücksichtigt.
\ No newline at end of file
news.bugfixRepeatingTransactions.headline=Bugfix: Wiederholende Buchungen
news.bugfixRepeatingTransactions.description=Bug behoben, der dazu führte, dass beim Speichern von wiederholenden Buchungen eine Fehlermeldung aufgetreten ist und die Buchung gelöscht wurde.
\ No newline at end of file
......@@ -2,11 +2,5 @@ news.further.information=Further information
news.all.releases=All published and planned releases:
news.detailed=Detailed changelog (english only):
news.accountFilter.headline=Account Filter
news.accountFilter.description=The account overview page now allows to filter the listed accounts.
news.java21.headline=Java 21
news.java21.description=Update to Java 21.
news.bugfixAllAccountsSum.headline=Bugfix: Transactions from hidden accounts
news.bugfixAllAccountsSum.description=Transactions from hidden accounts are now correctly included in all accounts sum.
news.bugfixRepeatingTransactions.headline=Bugfix: Recurring Transactions
news.bugfixRepeatingTransactions.description=Fixed a bug that caused an error message when saving recurring transactions and the transaction was deleted.
\ No newline at end of file
......@@ -2,7 +2,7 @@
Manage your monthly budget easily with BudgetMaster
- __start:__ 17.12.16
- __current release:__ v2.18.0 (50) from 14.04.25
- __current release:__ v2.18.1 (51) from 29.06.25
## Key Features
- Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment