Skip to content

v0.13.7

Compare
Choose a tag to compare
@Altansar69 Altansar69 released this 08 Jan 14:20
· 54 commits to master since this release
9f11cd7

Improvment / New functionality:
• Enhance infinite scroll functionality:
Added a scroll event to improve the infinite scroll functionality. This allows the user to use the middle mouse button click scroll thing, and also the End key. Note that going to the previous page still requires the mouse wheel to be scrolled upwards.
• Added addUsersTag to be executed when loading a new page with infinite scrolling.
• For colors generated for tags, now only generate colors with a sufficient contrast ratio with the background so that text can always be correctly visible
• Allows you to color your name or your friends. Before, the 2 were linked. Now you can activate either or both.
• Adds a special search bar.
Allows searches like the basic custom search bar.
You just have to configure the parameters you want for your searches in the script parameters and then all searches on this bar will be done with these parameters.
If you want to change the parameters for just one search (keeping your search parameters), you can also click on the search bar. The temporary parameters will then be displayed.
For search by author, if you activate the settings in the options, clicking on the search bar will display your list of friends so you can easily search for their messages.
(you can click on a friend to enter their name in the bar)
The parameters of the special search bar are hidden by default in the settings.
• You can change the size of the navigation bar from the script parameters (line 56 as I write this), line: const navBarSize = "1.0em";

Bug fix:
• navbar fix for firefox.
• SteamDB function causes some pages to break.
• Infinite Scrolling breaks partially when search is not working.
• Problem with user mentions for users with special characters/spaces in their name.
• The function that allows you to color your name also colors the names of people with names similar to ours. For example, if your name is Altansar, it would also color a person named Altan.
• Fixed bug where scrolling upwards on the first page of the topic would load the page content of the initial page the user was on.