Skip to content

Releases: tink-ab/tink-money-manager-ios

Tink Money Manager iOS 1.3.1

30 Apr 13:46
a3469f8
Compare
Choose a tag to compare
  • Changed the date format used to show date intervals in Statistics.

Tink Money Manager iOS 1.3.0

17 Apr 15:07
682387c
Compare
Choose a tag to compare
  • Various visual improvements of the Create Budget Screen and Transactions Details Screen.
  • Added Privacy Manifest file.

Tink Money Manager iOS 1.2.1

21 Mar 14:12
520c951
Compare
Choose a tag to compare
  • Fixed an issue in Statistics when sometimes Left to Spend shows "No statistics available" if there are no Expenses for the current period of time.
  • Improved handling of the keyboard on the Create Budget screen.

Tink Money Manager iOS 1.2.0

23 Feb 13:59
ce3d977
Compare
Choose a tag to compare
  • Deprecated the Improve the categorization level feature.
  • Improved handling of the keyboard on the Create Budget screen.

API changes

  • FinanceOverviewViewController.Feature.improveCategorizationLevel enum case is marked as deprecated.
  • ScreenEvent.improveCategorizationLevel enum case is marked as deprecated.
  • public protocol ImproveCategorizationLevelViewControllerDelegate is marked as deprecated.
  • public class ImproveCategorizationLevelViewController is marked as deprecated.
  • static constant MaterialIconsProvider.improveCategorization is marked as deprecated.

Deprecated APIs will be removed in the next major release of the Money Manager SDK.

Tink Money Manager iOS 1.1.1

24 Jan 12:12
699677e
Compare
Choose a tag to compare
  • Improved support of budgets created directly from the API.
  • Various visual improvements of Recommended Budgets.

Tink Money Manager iOS 1.1.0

14 Dec 16:16
b736c44
Compare
Choose a tag to compare
  • Added support for Recommended Budgets feature.
  • Extended FinanceOverviewViewController. Feature type with new case: recommendedBudgets. Enabling this feature will present list of recommended budgets within FinanceOverviewViewController layout.
  • Extended CreateBudgetViewController initializer with new optional attribute: showBudgetCreateSuccessScreen. Passed value will toggle appearance of success screen after budget creation.
  • Updated the code reference documentation.

Tink Money Manager iOS 1.0.0

22 Sep 13:59
daae58f
Compare
Choose a tag to compare
  • Set minimum supported version to iOS 13.
  • Improved Left to Spend layout behavior.
  • Changed some keys for localized strings. Refer to the guide for migration.
  • Removed keys for unused localized strings.
  • Removed the customizing of empty state for Actionable Insights.
  • Removed the APIs deprecated in prior versions.
  • Updated the code reference documentation.

For upgrade instructions, refer to the migration guide.

Tink Money Manager iOS 0.28.1

05 Jun 13:08
c921bf9
Compare
Choose a tag to compare
  • Fixed a bug which prevents archiving SINGLE_UNCATEGORIZED_TRANSACTION Actionable Insight after successful categorization.

Tink Money Manager iOS 0.28.0

09 May 15:16
7b62ca4
Compare
Choose a tag to compare
  • Updated minimum supported version of Xcode to 14.1.
  • Fixed an issue in actionable insights where WeeklySummaryExpensesByDay would sometimes not present the data correctly.
  • Fixed wrong financial institution logos on the Accounts screen.
  • Added ability to specify the default icon used as placeholder for the financial institution logos on the Accounts screen by:
Appearance.provider.icons.defaultAccount = UIImage(named: "bank-icon-placeholder")

Tink Money Manager iOS 0.27.2

04 Oct 13:46
3e0b66a
Compare
Choose a tag to compare
  • Improved and simplified logic of displaying information in Budgets.
  • Fixed empty state for Accounts Carousel with custom appearance.