Skip to content

Releases: FMaz008/VineHelper

Release 2.8.2

29 Aug 11:27
Compare
Choose a tag to compare
  • Better default color for zeroETV items in the notification monitor (d1cddef)
  • Fix issues with the default filtering option when obtaining new notifications (65262ae)
  • Optimized filtering to avoid exponential processing when new notifications are received (67adcf5)

Release 2.8.1

28 Aug 16:23
Compare
Choose a tag to compare
  • Fixed Notification Monitor filter not working. Fixed edge case when saved value of volume exceed the 0 to 1 range. (6967d32)

Release 2.8.0

27 Aug 15:59
Compare
Choose a tag to compare
  • Improve template for pinned items as list view. (5b918fd)
  • Minor CSS fixed and improvements. (cf648b9)
  • Fixed modal navigation loading items outside the Available tab. Wait until the server replied and sort items before binding the click() for the modal navigation (7ed9d76)
  • Fixed visual glitch regarding Hide+Next feature. (c7e7143)
  • Merge pull request #125 from jjboritz/main (e0c0752)
  • Merge pull request #127 from Anxiro/feature/extension_modal_navigator (0bc5330)
  • FEATURE: Modal Navigator as part of the extension (0ff23cb)
  • Added keybinding support for hideAllNext (74a6fba)
  • Match style convention and add error handling (16ba78f)
  • Added Hide+Next button (c26794c)
  • Update .gitignore (dab3c00)
  • Minor code improvement (581a227)
  • Consider the notification update as a batch and play the proper sound once the end of the batch update is reached. (cea8c5e)
  • Added filter for KW or 0etv. (78a964a)
  • Bug fix regarding default volume values (1ace45a)
  • Added filter feature to the notification monitor (14fa39a)
  • Fix sound playback logic, simplified code. (6fe2789)
  • implementing settings for zeroETV notification in the notification monitor (3868fa2)
  • Updated changelog, removal of first vote template. (95729de)
  • Made the listview compatible with smallitems and the mobile stylesheets. (a0e17f8)
  • Added error when not using the getAsinFromDom() function correctly. (bd6579d)
  • Added Listview feature (4ad388f)
    • Added code to handle textarea and keyword textarea. - Added custom CSS (code implemented) - Added experimental settings checkbox (no code implemented) (ebfcef6)
  • Manifest permissions for Japan. (762cfcf)
  • Reordered the code for the settings management (15755bf)
  • Implementation of fieldset in the settings. Simplified code regarding saving of checkbox status. (fe3d798)
  • Implementation of fieldset in the settings. Simplified code regarding saving of checkbox status. (e132392)
  • Rehauled the settings pertaining to the Notifications. Refactored the load/save actions for form elements on the settings page. (9e1ce0b)
  • Using alarms instead of trying to keep the service worker alive. (ae16744)
  • Added the www. in the URL for the links in the notification monitor. (cc79de4)
  • Code re-organization and cleanup. (a7f91f2)
  • Set the country (for notification) in localstorage, which allow for the Notification Monitor to begin without the need to refresh a vine page. (40025dc)
  • Improved width of content in the settings popup. (1b035ee)
  • Added preview play button for the volume of the notifications (0194492)
  • Fixed conditional sound settings values mismatch. (a99aa9d)
  • Settings working as separate tab and popup window. (0475b43)
  • Merge branch 'settings' (0b70bca)
  • Fix: arguments.callee error in strict mode. (ed1d9f7)
  • Added volume controls for the notifications (9588ab6)
  • Added the feature to display the full title of an element in a tooltip when hovering the title link. (1e8ff05)
  • Added the feature to display the full title of an element in a tooltip when hovering the title link. (9814b8b)
  • Most of the visual conversion is done. (4dc853b)
  • Removal of the voting feature. (349e11a)
  • Update issue templates (8a435d9)
  • Added the review toolbar to the edit review page (93ca12b)
  • Added the review toolbar to the edit review page (5ab0b49)
  • Removal of the inline style for the notification container. (95a305b)
  • First draft of changes to add the settings as a page. (918e34e)

Release 2.7.5

18 Jul 18:47
Compare
Choose a tag to compare
  • Fix: Item count not showing if the PinnedTab setting has never been initiated. (004c4e5)

Release 2.7.4

17 Jul 17:19
Compare
Choose a tag to compare
  • Reduce notifications setting (0a424c8)
  • Notification monitor sound setting to play only if an highlight keyword match (14a1dd5)
  • Add mechanic for plugins using additional content_script files. (5e5b79e)
  • Fixed issue of order count not updating live following a successful order. Console error. (887b0ac)
  • Add default file for plugins' service workers (328291f)
  • Fixed remote stored pinned items not unpinning if removed remotely. (1cf9d88)
  • Fixed bug with grid.getTileByAsin not returning null if no match. (67f350c)
  • Fixed links for new wiki (43bc45a)
  • Reduced the scope of the window.postMessage() calls. (d1b17e4)
  • Release 2.7.3 (0b37179)

Release 2.7.3

28 Jun 15:52
Compare
Choose a tag to compare
  • Improved hook system. Improved handling of invalid uuid, generating a new one instead of leaving the extension in a non-working state. (c52d4ec)

Release 2.7.2

26 Jun 12:42
Compare
Choose a tag to compare
  • More spinner attempted fixes: - Replace "|" by "-" - Replace "( " by "(" (26e58df)
  • Yet another attempt to fix | spinners, this time by replacing | by ;. (8bd8a5c)
  • Last resort spinner fixer (6ca7d68)
  • Additional spinner fix: | not followed by a space and a variant ending in a number preceded by a space. (9c23865)
  • Improved access to ETV from the Tile object. Fixed but affecting Brave browser were prom was not properly defined in the toolbar.js file. (344faa9)
  • First draft of plugin system (943fab3)
  • Added contributor. (6648503)
  • Release 2.7.1 (6e65965)

Release 2.7.1

03 Jun 17:42
Compare
Choose a tag to compare
  • Fix unable to hide all if the pin tab option was never writen. (e1c76c8)

Release 2.7.0

03 Jun 14:53
84226e6
Compare
Choose a tag to compare
  • Updated changelog (4225a94)
  • Fix bug where keybindings would not work of Hidden tab is disabled. (981a372)
  • Merge pull request #113 from massimogentilini/patch-1 (84226e6)
  • Update notifications.js to add amazon.it support (e408a9a)
  • Only load categoryWithEmoji style sheet if the setting for it is enabled. (170e088)
  • Fixed the OnScreen notification no longer showing (95bab50)
  • Increased the priority of the keyword highlight as it was being overuled by amazon CSS. (6d73407)
  • Fix expanded pagination to support AI categories (0c4a725)
  • Fixed item counts in debug log. Added item count for pinned tab. (eb4d292)

Release 2.6.0

22 May 14:10
Compare
Choose a tag to compare
  • Change log (f6d9740)
  • Full UX&Code rename of Favourite to Pinned. (b503aa3)
  • Fix: Viewing save reviews did not maintain line break. (d7de3c1)
  • Merge pull request #111 from ShaneDelmore/arrayToMap (913ad03)
  • fix variable name for ninetyDaysAgo (db6aeaa)
  • use map instead of array for hidden items and use unix timestamp for on disk storage (2031ef2)
  • Code cleanup. (8c38566)
  • Favourite items/tab (14e311f)
  • Fix errors with HiddenListMgr in case the local storage gets corrupted.. (0d45808)
  • Renaming of the pagination option (4f01c89)
  • Attempt to make the container for toaster notifications a scrollable area. (6f3b7ad)
  • Only run regular GC every 24hrs. (31de1a6)
  • Minor label change in the options (49e013c)
  • Added option to force display the ETV in the modal window (a05e607)
  • Allow notification sound to be played once for every check instead of once per 30 seconds. (54a3c14)
  • Fix random errors from the service worker when the current selected tab was not a vine tab. (78ee85e)