Compare commits
1 commit
26af294fc7
...
5f6f37e4c9
Author | SHA1 | Date | |
---|---|---|---|
|
5f6f37e4c9 |
3 changed files with 2 additions and 9 deletions
|
@ -1,10 +1,3 @@
|
||||||
# 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
|
# 1.1.0
|
||||||
- Fix indicators for Pie Chart
|
- Fix indicators for Pie Chart
|
||||||
- Fix entries not showing up immediately after creation
|
- Fix entries not showing up immediately after creation
|
||||||
|
|
|
@ -12,7 +12,7 @@ void showAbout(BuildContext context) {
|
||||||
context: context,
|
context: context,
|
||||||
applicationLegalese: AppLocalizations.of(context).license,
|
applicationLegalese: AppLocalizations.of(context).license,
|
||||||
applicationName: "Prašule",
|
applicationName: "Prašule",
|
||||||
applicationVersion: "1.1.1",
|
applicationVersion: "1.1.0",
|
||||||
applicationIcon: const CircleAvatar(
|
applicationIcon: const CircleAvatar(
|
||||||
backgroundImage: AssetImage("assets/icon/full_ico.png"),
|
backgroundImage: AssetImage("assets/icon/full_ico.png"),
|
||||||
),
|
),
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: prasule
|
name: prasule
|
||||||
description: Open-source private expense tracker
|
description: Open-source private expense tracker
|
||||||
|
|
||||||
version: 1.1.1+8
|
version: 1.1.0+7
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.1.0-262.2.beta <4.0.0'
|
sdk: '>=3.1.0-262.2.beta <4.0.0'
|
||||||
|
|
Loading…
Reference in a new issue