Skip to content

Releases: Glodenox/wme-tabmanager

Strict mode removed and initialisation improvements

11 Jan 21:57
Compare
Choose a tag to compare
  • Removed strict mode that was necessary for Google Chrome
  • Improved initialisation of script

Tab alignment issues solved in Google Chrome

05 Jan 17:56
Compare
Choose a tag to compare

Whenever a tab with replaced content was put on a row above another tab (if there are enough tabs to have multiple rows), the second row would start to the right of the tab as it was 1 pixel bigger in height than the other tabs. This has now been resolved by using the FontAwesome CSS class instead of assigning FontAwesome as font-family.

Resizing the tab will now work with more userscripts

05 Jan 17:53
Compare
Choose a tag to compare

The styling of the tab is applied with higher specificity, which overrides the settings of other scripts, but at the same time the script plays nicer with other scripts as well as it will not override these settings unless the user has specifically assigned a different tab width/height in the settings.

Google Chrome bugfix: support issues for InputEvent

03 Jan 10:53
Compare
Choose a tag to compare

Google Chrome doesn't seem to know the InputEvent constructor, even though it's the only right event to dispatch to the range input elements. Alternative solution found by simply calling the eventListener with the input as thisArg, which is cleaner code anyway.

Google Chrome bugfix: no support for let

03 Jan 10:51
Compare
Choose a tag to compare

Google Chrome doesn't support the ES6 keyword let unless the script is using strict mode. As running in strict mode is no issue for the script, this has now been enabled.

Full release

02 Jan 21:31
Compare
Choose a tag to compare

This release adds support for:

  • hiding tabs
  • replacing tabs titles with icons
  • tab resizing

Improvements, version notifier, permission paragraph

02 Dec 10:41
Compare
Choose a tag to compare

Improvements were made to the tab reordering algorithm
A message explaining what has changed whenever one or more version bumps occurred now appears
Changes for issue #5: simple implementation of hide and display only so far.

Initial release

29 Nov 21:05
Compare
Choose a tag to compare

Initial release with several tab improvements.