Releases: tink-ab/tink-money-manager-ios
Releases · tink-ab/tink-money-manager-ios
Tink Money Manager iOS 0.22.0
- Added color customization for the Budgets feature. You can now use different colors in budgets and the rest of the SDK.
- Added
BudgetsViewController
that can be used to display a list of budgets. - Added default handling to actionable insights using
VIEW_TRANSACTIONS
andVIEW_TRANSACTIONS_BY_CATEGORY
actions. - Fixed a bug in statistics where months with no transactions didn't show up.
Tink Money Manager iOS 0.21.2
- Updated how long titles on time period and category buttons are presented in statistics over time.
- Updated how the SDK handles newly created budgets.
- Updated the target line in budgets over time.
Tink Money Manager iOS 0.21.1
- Fixed a bug when using Swift Package Manager.
Tink Money Manager iOS 0.21.0
- Added a prefix to budget over time chart labels to only show 3 characters for period.
- Changed ordering of accounts in overview to match when they were first seen.
- Removed the daily summary in Transactions list.
- Fixed a bug where budgets with large amounts were shown incorrectly.
- Fixed a bug where an account could be saved with an empty name.
- Fixed a bug where the budget transactions list header was not updating correctly.
Tink Money Manager iOS 0.20.0
- Added the option to configure the ingested account icon. Which can be configured as this:
Appearance.provider.icons.ingestedAccount = // UIImage
- Added the accounts grouping option on the finance overview.
- Updated the budget details overview description text.
- Improved the support for iPad and relayout the view if needed when orientation changes.
Tink Money Manager iOS 0.19.0
- Improved support for landscape mode and orientation changes
- Added support for iPad
- Bug fixes
Tink Money Manager iOS 0.18.0
- Updated the budget model to include
created
date to indicate when the budget was created. - Update the budget overtime screen to only mark the budget progress after the period that the budget was created.
- Improved the accessibility, the SDK now better supports dynamic font types.
- Renamed the examples app to samples app.
Tink Money Manager iOS 0.17.0
- Added a new improving categorization level feature. Read more about it here.
- Added the
improveCategorizationLevel
feature on the finance overview.- Support using
predicate
onimproveCategorizationLevel
feature to control visibility on finance overview.
- Support using
- Support using
improveCategorizationLevelViewController
directly with transactionIDs or transactions to improve categorization.- Added a
fetchTransactionsToImproveCategorization
function inTink
instance for fetching transactions to improve categories.
- Added a
- Added the
- Added source and destination account number to initiate transfer actionable insight delegate.
- Added support for new actionable insight type
SPENDING_BY_PRIMARY_CATEGORY_INCREASED
. - Fixed insights counting issue on finance overview.
Tink Money Manager iOS 0.16.2
- Fixed alignment of labels in category picker.
- Fixed position of search bar when creating a budget with keyword.
- Fixed an issue where the keyboard wasn't responsive when creating a budget with keyword.
- Changed color used for buttons in actionable insight list to
button
instead ofaccent
. - Added timeout to loading state on finance overview when running this SDK in some environments.
Tink Money Manager iOS 0.16.1
- Fixed an issue where an alert could be shown when using the accounts feature on the finance overview.