Releases: beckf/lightspeed-vc-connector
Releases · beckf/lightspeed-vc-connector
Version 2.02 - Final
Project has been deprecated and replaced by https://www.datashutl.io/lightspeed
Version 2.02
- Updated for Veracross API v3
- Renaming in Settings UI for Veracross API3
- Exports now to CSV using pandas lib
- Disabled progress bar as it causing crashing when updated from another thread.
Once this version launches, you will need to insert a Veracross API Client ID, Veracross API Secret, and school short code in Settings. See README step 4. The Veracross API will need access to the following scopes: List Households, Read Households, List Staff/Faculty, Read Staff/Faculty, List Students, and Read Student.
This is a pyinstaller bundled executable which cannot be signed. You may need to contextual-click (right-click) the application and select "open" the first time instead of double-clicking.
Version 1.54
- Removed deprecated pandas .save and replaced with close.
Version 1.53.1
- Added debug to XLS export so that more information is dumped to log file
Version 1.53
- Added import for json settings.
- Settings can now be backed up through export and imported.
- Application now self-signed using code signing certificate. Add certificate to trusted store on client.
- Updated for Python 3.11.5.
- All Python packages updated.
Version 1.52
- Continued updates for new Lightspeed API version 3
- Bumped Lightspeed API library to fix bug that prevented updating accounts in Lightspeed.
- Added Export Settings button to settings tab to support commandline.
Version 1.51
- Continued updates for new Lightspeed API version 3
- Bumped Lightspeed API library to fix bug that prevented updating accounts in Lightspeed.
Version 1.50
- Updated release for new Lightspeed API version 3
Version 1.32
- Update check will now show these notes in program.
- Exports are now native XLSX format instead of CSV.
Version 1.31
- Updated progress bar to include export.
- Added download url to update check.