Skip to content

Releases: flow-mn/flow

0.16.1

Choose a tag to compare

@sadespresso sadespresso released this 05 Oct 14:37
caf5afa

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update.
Generally, everything should be fine unless specified otherwise in the release note.
Project owner and/or any of the project contributors are not responsible for your
data loss under any circumstances!

What's Changed

New features

  • Pdf summary now shows summary for the report duration
  • Added transaction tags, closes #568
  • Now you can set colors for tags, accounts, and categories.
  • Now you can set N occurences for recurring transactions, closes #536
  • Now you can customize arrow/color of comparisions, closes #546
  • Now you can attach files to transactions, closes #517
  • Now you can programmatically open new transaction page with prefilled fields with flow-mn uri scheme
    • Example for creating $300 transaction in an USD account:

      flow-mn:/transaction/new?amount=300&fromAccountUuid=2627442e-b741-4ab7-93a8-d82178007519

    • All fields are passed by uri query params

    • To retrieve the account id, use json export

    • For valid fields, see schema

Fixes

  • Fixed PDF range date were relative.
  • Fixed it was impossible to edit the category/account of an existing
    transaction in some scenarios
  • Single character/emoji Flow Icons are vertically centered (way better than before at least)

Changes

  • Added slight shadow to the navbar for distinction
  • Some pages now scroll behind the system navbar
  • Reorganized profile tab to account for upcoming changes

Download

Also:

Updates may take some time to appear on app stores after GitHub release

Full Changelog: 0.15.0...0.16.1

0.16.0

Choose a tag to compare

@sadespresso sadespresso released this 05 Oct 06:57
4c11c09

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update.
Generally, everything should be fine unless specified otherwise in the release note.
Project owner and/or any of the project contributors are not responsible for your
data loss under any circumstances!

What's Changed

New features

  • Pdf summary now shows summary for the report duration
  • Added transaction tags, closes #568
  • Now you can set colors for tags, accounts, and categories.
  • Now you can set N occurences for recurring transactions, closes #536
  • Now you can customize arrow/color of comparisions, closes #546
  • Now you can attach files to transactions, closes #517
  • Now you can programmatically open new transaction page with prefilled fields with flow-mn uri scheme
    • Example for creating $300 transaction in an USD account:

      flow-mn:/transaction/new?amount=300&fromAccountUuid=2627442e-b741-4ab7-93a8-d82178007519

    • All fields are passed by uri query params

    • To retrieve the account id, use json export

    • For valid fields, see schema

Fixes

  • Fixed PDF range date were relative.
  • Fixed it was impossible to edit the category/account of an existing
    transaction in some scenarios
  • Single character/emoji Flow Icons are vertically centered (way better than before at least)

Changes

  • Added slight shadow to the navbar for distinction
  • Some pages now scroll behind the system navbar
  • Reorganized profile tab to account for upcoming changes

Download

Also:

Updates may take some time to appear on app stores after GitHub release

Full Changelog: 0.15.0...0.16.0

0.15.0

Choose a tag to compare

@sadespresso sadespresso released this 01 Sep 01:54
a527586

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update.
Generally, everything should be fine unless specified otherwise in the release note.
Project owner and/or any of the project contributors are not responsible for your
data loss under any circumstances!

What's Changed

New features

  • Now supports backups to iCloud.
    • DISCLAIMER: This is not syncing. It will not sync across your devices.
  • Now supports following cryptocurrencies: BTC, ETH, USDT, XRP, BNB, SOL, USDC, DOGE, ADA, BCH, AVAX, TON, SHIB, LTC,
    HBAR, XMR, DAI, DOT, UNI, PEPE, AAVE, APT, OKB, NEAR, ICP, CRO, ETC

Changes

  • [iOS only] Now required iOS 15.6 or later

Fixes

  • Now has more loose parsing for Ivy Wallet CSV option, closes #547

Download

Also:

Updates may take some time to appear on app stores after GitHub release

Full Changelog: 0.14.5...0.15.0

0.14.5

Choose a tag to compare

@sadespresso sadespresso released this 25 Jun 00:27
a52dcc6

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update.
Generally, everything should be fine unless specified otherwise in the release note.
Project owner and/or any of the project contributors are not responsible for your
data loss under any circumstances!

What's Changed

New features

  • Now you can export transactions history in PDF format. Closes #516

Changes and improvements

  • Range selector now remembers the last value, closes #542
  • No longer shows year 4000 in some places in transaction page :O

Fixes

  • Transaction reminder text no longer reverses the ago/in.

Download

Also:

Updates may take some time to appear on app stores after GitHub release

Full Changelog: 0.14.4...0.14.5

0.14.4

Choose a tag to compare

@sadespresso sadespresso released this 01 Jun 13:57
cf0e164

What's Changed

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update.
Generally, everything should be fine unless specified otherwise in the release note.
Project owner and/or any of the project contributors are not responsible for your
data loss under any circumstances!

What's Changed

New features

  • Now you can filter transactions by type in the home tab
  • Added support for Spanish and Russian (Thanks to Gemini Pro 2.5)

Changes and improvements

  • Primary currency, and transaction button orders now persists with backups.
  • Exports now run in a different Isolate

Download

Also:

Updates may take some time to appear on app stores after GitHub release

New Contributors

Full Changelog: 0.14.3...0.14.4

0.14.3

Choose a tag to compare

@sadespresso sadespresso released this 13 May 03:23
21d7f63

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update.
Generally, everything should be fine unless specified otherwise in the release note.
Project owner and/or any of the project contributors are not responsible for your
data loss under any circumstances!

What's Changed

  • Fixed permenantly deleting a part of transfer transaction from the trash bin
    would result in a stale transaction, that is unable to be opened
  • Now you can customize money formats. Closes #179
  • German language support thanks to @MarkusWangler

Download

Also:

Updates may take some time to appear on app stores after GitHub release

Full Changelog: 0.14.2...0.14.3

0.14.2

Choose a tag to compare

@sadespresso sadespresso released this 04 May 07:30
02846c1

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update.
Generally, everything should be fine unless specified otherwise in the release note.
Project owner and/or any of the project contributors are not responsible for your
data loss under any circumstances!

What's Changed

New features

  • Now you can import from Ivy Wallet, closes #477
  • Now you can choose to auto-lock the app when switching to different app, closes #450
  • Now you can assign types to accounts. This is part of an upcoming feature, #464

Fixes

  • Fixed some preferences weren't toggling, and not getting included in the backups
  • Transaction title input placeholder no longer looks like a real title
  • Fixed recurring transactions weren't generating new transactions in some scenarios, special thanks to @abelood on Discord
  • Now you can slide transaction list tile even if they don't have any action
  • You can no longer slide multiple list tiles on home tab
  • Pending transactions now respects "Show on home" option when the current date
    is part of the filter (e.g., This month, Last 30 days, this *, etc...)

Download

Also:

Updates may take some time to appear on app stores after GitHub release

Full Changelog: 0.14.1...0.14.2

0.14.1

Choose a tag to compare

@sadespresso sadespresso released this 30 Apr 15:09
287c9db

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update.
Generally, everything should be fine unless specified otherwise in the release note.
Project owner and/or any of the project contributors are not responsible for your
data loss under any circumstances!

What's Changed

  • Arabic ordinal numbers are somewhat fixed (Please help if you can sadespresso/moment_dart#47)
  • Fixed early reminder date estimate was incorrect
  • Fixed some place were misleadingly showing missing exchange rates when offline
  • You can no longer confirm a deleted transaction
  • Overall polishments
  • Improved markdown editor UX, fixed keyboard was covering the text area, closes #493

Download

Also:

Updates may take some time to appear on app stores after GitHub release

Full Changelog: 0.14.0...0.14.1

0.14.0

Choose a tag to compare

@sadespresso sadespresso released this 27 Apr 13:47
bdb821e

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update.
Generally, everything should be fine unless specified otherwise in the release note.
Project owner and/or any of the project contributors are not responsible for your
data loss under any circumstances!

What's Changed

New features

  • Added list of contributors, closes #448
  • Date and time are now in Arabic when the language is set to Arabic, thanks to Ultrate
  • Now you can do recurring transactions, closes #59

Changes & Improvements

  • Backup files naming convention has changed (to comply with upcoming iCloud Drive file name requirements)
  • Added "Recommend Flow" button
  • Title suggestion now considers recency of a transaction
  • Improved RTL support in certain parts of the UI. Feel free to report more issues regarding RTL
  • Transfer transactions now shows account balance
  • Home page default filter now shows transactions of the current month rather than last 30 days'
  • Some transactions page now has time range filter (transactions pages for deleted, pending, account, etc.)

Fixes

  • Fixed Categories page add from preset buttons were squashed on smaller screens
  • Add category from presets page no longer show presets with same name as any of your existing categories

Download

Also:

Updates may take some time to appear on app stores after GitHub release

Full Changelog: 0.13.1...0.14.0

0.13.1

Choose a tag to compare

@sadespresso sadespresso released this 25 Mar 16:47
81eadd0

PLEASE BACKUP BEFORE UPGRADING

You may permanently lose all of your data if something goes wrong with the update. Generally, everything should be fine unless specified otherwise in the release note. Project owner and/or any of the project contributors are not responsible for your data loss under any circumstances!

What's Changed

Changes & Improvements

  • Now you can customize some aspects of transaction list item
  • Money formatting preferences page will now show an example
  • Now you can add category presets after the setup, closes #104
    • Also added few more presets

Fixes

  • Minor UI fixes

Download

Also:

Updates may take some time to appear on app stores after GitHub release

Full Changelog: 0.13.0...0.13.1