Skip to content

Commit dbcdfb1

Browse files
authored
Merge pull request #335 from flow-mn/sadespresso/polishes-0-12-20250216
Release Candidate for 0.12.0
2 parents e82c233 + cb479b3 commit dbcdfb1

227 files changed

Lines changed: 7037 additions & 7651 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
* Now you can group by "All time" - have your transactions in one big group...?
1919
* Currency filter now longer shows when you only use single currency
2020
* Slidable actions no longer preserve open panes when another opens in the same group
21+
* Backup history entry now shows file size with extra decimal precision (e.g., 1mb -> 1.2mb)
22+
* Modal pages will now respond to back buttons/gestures
23+
* Confirming transfers no longer leaves the other transaction stranded
2124

2225
### Fixes
2326

@@ -26,6 +29,9 @@
2629
page in some cases
2730
* Fixed toggling `Transfers > Exclude from totals` would cause home tab flow to
2831
show incorrect data
32+
* Updating account balance no longer creates multiple amendment transactions when
33+
updating/correcting the amount for the second and subsequent times
34+
* Updating account balance no longer creates unnecessary `zero` amount transactions
2935

3036
## Beta 0.11.1
3137

assets/l10n/en_IN.json

Lines changed: 0 additions & 474 deletions
This file was deleted.

lib/constants.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ bool get flowDebugMode => kDebugMode || debugBuild;
99
final Uri discordInviteLink = Uri.parse("https://discord.gg/Ndh9VDeZa4");
1010
final Uri maintainerKoFiLink = Uri.parse("https://flow.gege.mn/donate");
1111
final Uri flowGitHubRepoLink = Uri.parse("https://github.com/flow-mn/flow");
12-
final Uri flowGitHubIssuesLink =
13-
Uri.parse("https://github.com/flow-mn/flow/issues");
12+
final Uri flowGitHubIssuesLink = Uri.parse(
13+
"https://github.com/flow-mn/flow/issues",
14+
);
1415
final Uri maintainerGitHubLink = Uri.parse("https://github.com/sadespresso");
1516

1617
const double sukhbaatarSquareCenterLat = 47.918828;

0 commit comments

Comments
 (0)