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

#752 - updated news

parent 27ced22e
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ public class AboutController extends BaseController
public String whatsNewModal(Model model)
{
final List<NewsEntry> newsEntries = new ArrayList<>();
newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportBugfixMultipleTimes"));
newsEntries.add(NewsEntry.createWithLocalizationKey("dockerImageSize"));
newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportAvoidPageReload"));
newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportBugfixFloatingPointPrecision"));
......
......@@ -2,6 +2,9 @@ news.further.information=Weitere Informationen
news.all.releases=Alle veröffentlichten und geplanten Versionen:
news.detailed=Ausführliches Changelog (nur auf Englisch):
news.csvImportBugfixMultipleTimes.headline=Bugfix: Buchungen werden nicht mehr doppelt gespeichert
news.csvImportBugfixMultipleTimes.description=Behebt einen Fehler, der dazu führte, dass Buchungen beim CSV-Import mehrfach gespeichert wurden.
news.dockerImageSize.headline=Größe des Docker-Images reduziert
news.dockerImageSize.description=Deutliche Reduzierung der Größe des Docker-Images.
......
......@@ -2,6 +2,9 @@ news.further.information=Further information
news.all.releases=All published and planned releases:
news.detailed=Detailed changelog (english only):
news.csvImportBugfixMultipleTimes.headline=Bugfix: Transactions are no longer saved multiple times
news.csvImportBugfixMultipleTimes.description=Fixed an error that caused transactions to be saved multiple times during CSV import.
news.dockerImageSize.headline=Improve docker image size
news.dockerImageSize.description=Drastically reduce the size of the docker image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment