Releases: teamsempo/SempoBlockchain
Releases · teamsempo/SempoBlockchain
v2.2.1
Versions: server-v2.2.1
, frontend-v2.0.16
Released: 2022-7-21
Added
- Expand range of inputs allowed to NFC API
- Show who approved transfers on transfer page
Changed
- Disbursement process accelerated
Fixed
- Fix the method we use to round payout amounts
- Stability of async/delayed tasks improved
v2.1.18
Versions: server-v2.1.15
, frontend-v2.0.12
Released: 2022-7-21
Added
- Add ability to track details of transfer cards
- Allow rounding of vendor payouts
v2.1.17
Versions: server-v2.1.17
, frontend-v2.0.12
Released: 2022-8-03
Fixed
- Balances can now go negative, honouring transfer cards as single source of truth
- Transfer card balances are recalculated after all transfers
v2.1.16
Versions: server-v2.1.15
, frontend-v2.0.12
Released: 2022-7-21
Added
- Make it impossible to make disbursements that bring balance to negative
- All SMS have internationalization now
- Ability to disable TFA on mobile app
Changed
- Added a minimum password length
Fixed
- Fix frontend bug with pages not loading correctly as
admin
user - Vendors can now be imported through CSV per documentation
- Dependency updates
- Pusher works again
v2.1.15
Versions: server-v2.1.15
, frontend-v2.0.10
Released: 2021-6-20
Added
- Frontend now shows serial number associated with each credit transfer
- We can now see when each user was last active
- Automated deploys to all instances
- Add transfer usages to transfer page
- Add resolution message to credit transfer page
- Add processing status to bulk disbursement
Changed
- Simplified documentation and requirements script
Fixed
- Occasional bug on user import fixed
- Map page now works correctly
- Vendor payout CSV now only shows withdrawal types
- Bulk disbursement now supports filters containing special characters
- Float accounts are now backfilled with correct settings
- All pages render correctly with viewer role
v2.1.10
Versions: server-v2.1.10
, frontend-v2.0.8
Released: 2021-5-13
Added
- Tooltips to document metrics
- Added transfer account serial numbers to API
- Refresh IP address to see last user activity
Changed
- Export now supports exporting transfers of selected users
- Performance improvements for export
Fixed
- Python dependencies
- Dependency security updates
- Float transfer account is now associated with an organisation
- Occasional bug with user import
v2.1.8
Versions: server-v2.1.8
, frontend-v2.0.7
Released: 2021-4-13
Added
- Dependency updates
- Popup verification before credit transfers
Changed
- Bulk transfer button text
- Transfer limits are disabled by default
Fixed
- History will now display on the frontend when given incomplete data
- IP logging works correctly
- Ensure only one thread can rebuild cache at a time
v2.1.7
Versions: server-v2.1.7
, frontend-v2.0.5
Released: 2021-03-24
Fixed
- Set password autocomplete field to False
- Hide nginx server headers
- Honour "display decimals" on the frontend
- Invalidate tokens based on IAT instead of the token itself
v2.1.4
Versions: server-v2.1.4
, frontend-v2.0.4
Released: 2021-03-09
Added
- Store static assets on S3
- Ability to import with serial number instead of phone number
- Update NGINX
Changed
- Move http to https redirect out of python app
Fixed
- Fix ability to set admin permissions
v2.1.3
Versions: server-v2.1.3
, frontend-v2.0.3
Released: 2021-02-24
Added
- Increase speed of API for single organisation deployments
- Remove unused HeapAnalytics
- Reduce size of javascript bundle
- Allow admins to reset user passwords
- Allow TFA to be disabled from configuration
- Vendors receiving payouts will receive SMS notification
Changed
- Dependency version updates on frontend and backend
Fixed
- Fix circle deploy