Releases: FMaz008/VineHelper
Releases · FMaz008/VineHelper
Release 2.9.6
Release 2.9.5
Fixed capitalization of filenames.
Release 2.9.3
- Force the bootloader to wait for the preboot routine to complete before proceeding. (f2d6dc9)
Release 2.9.2
- The fetch request to Brenda API to validate the GUID was restricted by the CSP. (3b911cd)
Release 2.9.1
- Fix for firefox compatibility with the lack of support of importScripts. (0fd601a)
Release 2.9.0
- Instructional text clarification in Notification Monitor (77d4ff6)
- Update build file to copy socket.io dependencies. (8a60479)
- Notification monitor to obtain the country from the settings, not from the Service Worker. (9a1c4fe)
- Update the tile count as soon as the page is rendered, before the data is received back from the API server. (5bd9ed9)
- Display product image in the push notifications (53670f0)
- Minor changes, implementation of SettingsMgr as a singleton. (d8eed99)
- Removal of JQuery from bootloader.js (except for testing a JQuery selector) (c3b82e3)
- Better performance tracking, code de-duplication regarding the Bookmark feature. (35eb5bd)
- Use of the SettingsMgr by the service worker (9043b9f)
- Use of the SettingsMgr by the notification monitor (6098872)
- Do not try to get products info when not browsing a queue. (c838ae5)
- Use of the SettingMgr by the backend of the app. (6ec0921)
- Implementation of the setting manager for the main front-end of the app. (058ed1a)
- Update ESLint version (54f08a7)
- Optimized WSS incoming data. (c664912)
- WS->Socket.IO conversion (759add4)
- Fixed bug with Notification monitor auto-truncate. (c71d0b0)
- Only establish a WS connection if the option to check for new items is enabled. (9b65049)
- Websocket notifications will trigger a sound. Auto truncate option when over 2000 items. No longer check for notifications every 30 seconds (edf8bc5)
- Removal of APIv4 and use of APIv5 only. (0c94083)
- Fixed bugs within the Notification monitor (d909508)
- Using wss:// instead of ws://. Improve the status icons from the notification monitor (947bb6d)
- Typo (892772e)
- Implementation of APIv5 (86a523e)
- Pinned items now store the queue the item came from. (fc29150)
- Keybinding to access tabs (8af440e)
- Fix: Search URL for pinned tabs (7a0e512)
- Fix: Using absolute URLs for new tabs opening from notifications (0ece98d)
- Ensure we have the required data for the searchOpenModal, otherwise fallback to the search. (4b241d8)
- Direct the open modal to the AI page as the button needs to be added to a listing grid. (AFA is often empty, with no grid) (09ce313)
- Added option for the search icons to try to generate a different URL to open a modal window instead of the search links. (8c22047)
- Passing is_parent_asin and enrollment_guid to all crafted items (notifications and pinned items). (676b7e2)
- Send the queue information to Brenda when sharing from the Notification Monitor (679b179)
- Brenda announce to the Notification Monitor. (88c358e)
- Do not hide the announce icon from the unavailable tab. (1a72a99)
- Improved the notifications to be able to store information to be used by the listener. (950f281)
- Improved the notifications to be able to store information to be used by the listener. (5bd3435)
- Send the acknowledgment for internal messaging immediately to avoid "channel close without response" errors. (d7c65a6)
- Push notifications (42dfc98)
- Light touch up on tabs spacing in the settings. (f7a78d2)
- Pinned tab should always be shown as a list view. (13ff8a2)
Release 2.8.10
Release 2.8.9
- Make the hidden widget smaller when using a mobile stylesheet (3deb3b4)
Release 2.8.8
- The alarm waking up the service worker loose the memory state of the service worker. (bdabd40)