Releases: wcpos/electron
Releases Β· wcpos/electron
v1.3.6
Test for autoUpdate, please download v1.3.5 if you would like to help test π
- macOS x64
- macOS arm64?
- Windows (11)
- Linux (Ubuntu)
v1.3.5
π οΈ Changelog
π Bug Fixes:
- Fixed: autoUpdate has been rewritten. Sorry, you'll have to manually update the desktop application to get the latest version.
- Added: A custom update server updates.wcpos.com which allow more control over updates (and update errors)
- Added: Download progress bar
v1.3.2
π οΈ Changelog
β‘ Enhancements:
- Not much change to look at, but a some major refactoring work under the hood to improve POS performance.
v1.3.1
π οΈ Changelog
π Bug Fixes:
- Navigation not working on Windows
- Fix auto updater
β‘ Enhancements:
- New build workflow using
electron-forge
, hopefully this fixes some of the build bugs in the previous versions and makes deploying new versions much easier - Change from
sqlite3
tobetter-sqlite3
for faster local storage
v1.3.0
π οΈ Changelog
π Bug Fixes:
- Navigation not working on Windows
β‘ Enhancements:
- New build workflow using
electron-forge
, hopefully this fixes some of the build bugs in the previous versions and makes deploying new versions much easier - Change from
sqlite3
tobetter-sqlite3
for faster local storage
1.2.1
v1.2.1 bump version
1.1.0
π οΈ Changelog
π Bug Fixes:
- Major refactor under the hood:
- The POS now fetches much less on initial load which should ease the stress on servers.
- The HTTP header size has been decreased, this should fix the 502 errors some servers were seeing
- The customer dropdown has been reworked, it should be usable for large customer lists now π€
- Extra filters have been added to the products
- Expanding variations are back (although I temporarily had to disable the variation popover)
1.0.3
π οΈ Changelog
π Bug Fixes:
- This performance update focuses on the customer select component. It still needs some work, but some major improvements have been made so you should now be able to search and select customers if you were having problems before.
1.0.2
π οΈ Changelog
π Bug Fixes:
- Product Variations now will only start loading once they are on screen. This will ease the flood of requests to the server.
- Fixed the priority based queuing for WC REST requests which wasn't working correctly in 1.0.1.
β‘ Enhancements:
- The 'Featured' and 'On Sale' quick filter buttons are back
1.0.1
π οΈ Changelog
π Bug Fixes:
- Add priority based queuing for WC REST requests, and other optimisations to significantly reduce server load.