Skip to content

Releases: FMaz008/VineHelper

Release 2.9.6

30 Sep 23:23
Compare
Choose a tag to compare
  • Fix: Keywords list is not updated in the service worker. Now the service worker reload the setting before checking for new items. Fix: On screen notification only show new notifications. (aa59b1f)
  • Fix if no Brenda announce link when setting the ETV, don't crash. (f21b9bf)

Release 2.9.5

30 Sep 14:17
Compare
Choose a tag to compare

Fixed capitalization of filenames.

Release 2.9.3

30 Sep 00:00
Compare
Choose a tag to compare
  • Force the bootloader to wait for the preboot routine to complete before proceeding. (f2d6dc9)

Release 2.9.2

29 Sep 21:22
Compare
Choose a tag to compare
  • The fetch request to Brenda API to validate the GUID was restricted by the CSP. (3b911cd)

Release 2.9.1

29 Sep 13:21
Compare
Choose a tag to compare
  • Fix for firefox compatibility with the lack of support of importScripts. (0fd601a)

Release 2.9.0

29 Sep 10:43
Compare
Choose a tag to compare
  • 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

01 Sep 16:45
Compare
Choose a tag to compare
  • Reduce Notification option won't display Brenda announce status. (c54e010)
  • Improve appearance of settings and tabs (f60bf06)

Release 2.8.9

30 Aug 23:38
Compare
Choose a tag to compare
  • Make the hidden widget smaller when using a mobile stylesheet (3deb3b4)

Release 2.8.8

30 Aug 20:02
Compare
Choose a tag to compare
  • The alarm waking up the service worker loose the memory state of the service worker. (bdabd40)

Release 2.8.7

30 Aug 19:38
Compare
Choose a tag to compare
  • Added host permissions to the manifest files, Fixed errors with port closed before a reply. Removed code no longer required since the implementation of the alarms API for the serviceworker. (40d747d)
  • Toggle button to collapse OnScreen Notifications (5088df5)