# Release 1.5.0

### Features:

- ##### **WICORE-15** - Added project configurations markup in Core Banking MS.
    
    
    - Improved the design and layout for managing projects within Core Banking configurations.
- ##### **WICORE-194** - Introduced permissions for activating and deactivating client accounts.
    
    
    - Added distinct user rights for managing the activation and deactivation of banking accounts.
- ##### **WICORE-195** - Improved account state filtering.
    
    
    - Enhanced the account filter to allow selection of all accounts, only active accounts, or only inactive accounts.
- ##### **WICORE-196** - Added an optional payment system selector for manual deposits.
    
    
    - Users can now select a payment system when performing manual deposits in the CRM, though it is not mandatory.
- ##### **WICORE-234** - Remove right checkbox for deleting wallets
    
    
    - Fixed an issue by removing the redundant right-side checkbox for wallet deletion to streamline the interface.
- ##### **WICORE-274** - Round all fiat transaction amounts to the nearest whole number
    
    
    - Transaction amounts in fiat currencies are now rounded using the `Math.round` function for consistency.

---

### Bugfixes:

- ##### **WICORE-260** - Resolved rights issue in transaction export.
    
    
    - Fixed an access control error that prevented users from exporting transactions.
- ##### **WICORE-226** - Fixed data filtering for root users in Core Banking configurations.
    
    
    - Resolved an issue where root users experienced improper data filtering in the configurations module.
- ##### **WICORE-238** - Transactions export is not filtering correctly by client
    
    
    - Fixed an issue where the transaction export feature did not apply the client filter, resulting in incorrect or incomplete export data.
- ##### **WICORE-279** - Failed to retrieve PS credentials by label instead of ID
    
    
    - Updated the logic for fetching PS credentials to use labels instead of IDs, resolving issues with incorrect data retrieval.