Skip to content

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

Tink Money Manager iOS 1.3.3

15 May 13:46
fb832d3
Compare
Choose a tag to compare
  • Updated Info.plist file of the resource's bundle to avoid failed Asset validation.

Tink Money Manager iOS 1.3.2

08 May 14:23
cbb3c28
Compare
Choose a tag to compare
  • Fixed the issue with the wrong date periods in Statistics.
  • Assets catalog has been moved to the separate bundle to avoid potential conflicts with other libraries.

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.