Skip to content

Releases: teamsempo/SempoBlockchain

v2.2.1

23 Aug 12:15
881a497
Compare
Choose a tag to compare

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

12 Aug 20:34
fc50609
Compare
Choose a tag to compare

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

03 Aug 14:09
06f72ef
Compare
Choose a tag to compare

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

21 Jul 17:39
4dd065b
Compare
Choose a tag to compare

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

20 Jun 19:41
870ef85
Compare
Choose a tag to compare

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

13 May 17:16
4c6b834
Compare
Choose a tag to compare

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

13 Apr 19:21
1e85113
Compare
Choose a tag to compare

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

24 Mar 11:11
f996daf
Compare
Choose a tag to compare

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

09 Mar 20:49
973e690
Compare
Choose a tag to compare

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

24 Feb 20:04
33bd566
Compare
Choose a tag to compare

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