Skip to content

Releases: SubZeroPL/cs-rin-ru-enhanced-mod

v1.1.0

05 Jul 09:41
6084110
Compare
Choose a tag to compare

Improvment / New functionality:
• Made quick reply panel floating.
• Adds an option to open all spoilers automatically (show_all_spoilers).
• Adds an option to add a link to the post you're mentioning (add_link_quote).
• Adds a preview of a topic without clicking on it if we move our mouse over a link in a topic (post_preview).
• Adds a preview of a profile without clicking on it if we move our mouse over a link in a topic (profile_preview).

Bug fix:
• Fixed an error about mentioning from a junk topic.
• Fixed an error that wouldn't display "Friends" in the rank caption if we were on the /forum/ page without having index.php afterwards.

v1.0.6

09 Apr 06:08
576759e
Compare
Choose a tag to compare

Improvment / New functionality:
• Change topic link and show post are now different functions. You can configure them to access the first post, last post or last unread post.
• Reply button with infinite scrolls added who had disappeared some time ago (#67 issues).
• Add some documentation on readme (#74 issues).

Bug fix:
• Fixed a bug that appeared with infinite scroll if you had activated the quick reply option in the cs.rin options (#63 issues) (#72 issues).
• Fixed a bug with the mentioning option that gave the wrong url on the first post of a page loaded by infinite scroll (#73 issues).
• Fixed a bug that caused the mentioning author + post option not to work on the .onion site (commit #fddb9353).
• Fixed a bug where the special search would not work if the show friends option was not activated (#70 issues) (#72 issues).

v1.0.1

31 Jan 22:10
Compare
Choose a tag to compare

Where there is v1.0.0, there has to be v1.0.1 ;)

Fixed branch name in script.

v1.0.0

31 Jan 22:05
9db568c
Compare
Choose a tag to compare

What's Changed

Also pushed version to 1.0.0, the script is mature enough to finally get v1 ;)

Full Changelog: v0.13.8...v1.0.0

v0.13.8

08 Jan 14:53
bcd457d
Compare
Choose a tag to compare

No longer displays the mention button if the topic is locked.

v0.13.7

08 Jan 14:20
9f11cd7
Compare
Choose a tag to compare

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.

Version 0.10.3

28 Jul 09:06
b564e26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

Version 0.10.2

21 Jul 15:28
e11e455
Compare
Choose a tag to compare
  • Great improvement to infinite scrolls.
    • introduces a new feature where the nav bar will be dynamically updated depending on which post is at the top of the page.
    • Infinite Scrolls now work on more pages.
  • Added a button to access profiles.
  • Detection of whether the user is logged in or not, and deactivation of functions that need to be logged in if the user is not logged in.
  • As well as colouring in your friends, colour in yourself too.
  • Various minor changes

Version 0.7.19

29 Jun 08:38
2d636fc
Compare
Choose a tag to compare

• Colorize frind now works with mentionify and quotes
• Creation of a let storing the colors used by the script
• Fixed a bug with showpreview
• Added small fix to readme file
• go_to_unread_posts sets to 0 (desactivate) by default now.

Version 0.7.16

22 Jun 07:21
96df6b1
Compare
Choose a tag to compare

Lots of changes/fixes, courtesy of @Altansar69 and @Reddiepoint

Main changes:

  • infinite scroll in 2 directions
  • addition of a mini shoutbox
  • added post reply button
  • hide SCS on not hide by default
  • add %RT placeholder to title
  • go to unread posts
  • add users tag
  • added sticky navigation bar
  • add colorize new messages

Full Changelog: v0.4.15...v0.7.16