Releases: tink-ab/tink-money-manager-ios
Releases · tink-ab/tink-money-manager-ios
Tink Money Manager iOS 1.3.1
- Changed the date format used to show date intervals in Statistics.
Tink Money Manager iOS 1.3.0
- Various visual improvements of the Create Budget Screen and Transactions Details Screen.
- Added Privacy Manifest file.
Tink Money Manager iOS 1.2.1
- 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
- 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
- Improved support of budgets created directly from the API.
- Various visual improvements of Recommended Budgets.
Tink Money Manager iOS 1.1.0
- 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
- 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
- Fixed a bug which prevents archiving
SINGLE_UNCATEGORIZED_TRANSACTION
Actionable Insight after successful categorization.
Tink Money Manager iOS 0.28.0
- 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
- Improved and simplified logic of displaying information in Budgets.
- Fixed empty state for Accounts Carousel with custom appearance.