Compare commits

...

2 commits

Author SHA1 Message Date
Matyáš Caras 26af294fc7
Added translation using Weblate (Slovak) 2024-04-22 17:04:31 +02:00
Matyáš Caras 481716a3b2
chore: bump version 2024-04-22 17:03:51 +02:00
4 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,10 @@
# 1.1.1
- Removed deprecated code
- Updated dependencies
- Fix wrong graph type upon opening graph view
- Fix text fields behaving unexpectedly
- Fix new wallet name being rewritten to the default placeholder
# 1.1.0
- Fix indicators for Pie Chart
- Fix entries not showing up immediately after creation

1
lib/l10n/app_sk.arb Normal file
View file

@ -0,0 +1 @@
{}

View file

@ -12,7 +12,7 @@ void showAbout(BuildContext context) {
context: context,
applicationLegalese: AppLocalizations.of(context).license,
applicationName: "Prašule",
applicationVersion: "1.1.0",
applicationVersion: "1.1.1",
applicationIcon: const CircleAvatar(
backgroundImage: AssetImage("assets/icon/full_ico.png"),
),

View file

@ -1,7 +1,7 @@
name: prasule
description: Open-source private expense tracker
version: 1.1.0+7
version: 1.1.1+8
environment:
sdk: '>=3.1.0-262.2.beta <4.0.0'