Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Releases: unnaturaldevelopment/fles

v1.7

16 Mar 17:44
Compare
Choose a tag to compare

Changelog

v1.6.4

15 Mar 15:59
Compare
Choose a tag to compare

Changelog

v1.6.3

21 Oct 18:29
Compare
Choose a tag to compare

v1.6.2

14 Oct 17:14
Compare
Choose a tag to compare

This release addresses issues in features being implemented in group posts and threads with pagination.
There were a few other smaller fixes to clean up the code base.

v1.6.1

01 Oct 19:14
Compare
Choose a tag to compare

Fixed an issue with the quick link to the last comment in a followed group post

v1.6.0

01 Oct 12:41
Compare
Choose a tag to compare

At a high level, this release ensures that all of the features work properly for the latest and greatest UI that the FetLife team has built. I spent quite some time on making sure that the Mutual Followers and Mutual Kinks feature were working properly (and not causing unnecessary load).

The latest version of the script is available on OpenUserJS:
https://openuserjs.org/scripts/unnaturaldeveloper/FetLife_Enhancement_Suite

v1.5.0

13 Sep 17:52
Compare
Choose a tag to compare

Add feature to collapse list of user's writings

The user interface to view the list of a user's writings is horrible, primarily because the index includes the full body of the writing text. This feature compiles the entire list of writings, sorts them by date, and removes the body text, leaving only the title and metadata for the post.

A viewer can now discover more writing by a user, because all of the content is available on one page.

v1.4.1

07 Sep 02:01
Compare
Choose a tag to compare

Minor update to resolve bug with an event listener not working properly for the Vivaldi browser

v1.4.0

06 Sep 02:30
Compare
Choose a tag to compare

I decided that the added features included in this version wouldn't wait to be public any longer, so I released earlier than the modified plan.

The new features are:

  • Add feature to adjust common kink highlight color
  • Add feature to mention picture owner in comment
  • Add feature to lock navbar to top of page

I also added documentation for all the features in the Wiki

v1.3.0

06 Sep 02:21
Compare
Choose a tag to compare

The new features available in this version of FLES, are:

  • Add feature to show mutual followers on profile
  • Add feature to enable highlighting of common kinks
  • Add feature to enable clickable friend categories
  • Add feature to redirect to last comment in group
  • Add customization to quote in group discussion

The rest of the change log over the course of the month is here:

  • Fix inconsistency with multi-reply use cases
  • Reformat newlines in code for settings table
  • Optimize page location retrieval in profile code
  • Optimize page location variable assignment
  • Fix issue with multi-reply when not quoting
  • Fix issue with clickable link for mutual friends
  • Add missing comment for avatar redirection method
  • Reformat from double to single quote per ESLint
  • Fix hack of assignment and evaluation of variable
  • Fix issue introduced by bad commit
  • Optimize page detection logic
  • Fix issue with multi-reply handling existing text
  • Add "use strict" to improve code quality
  • Fix (attempt) FLES menu render issue in FF
  • Fix missing closing bracket
  • Fix an issue in avatar image redirection
  • Fix an issue with group inline image viewing
  • Cut unnecessary console logging
  • Fix issue with format inconsistency in multi-reply
  • Fix bug in Firefox on main group page
  • Fix issue of setting icon not rendering in Firefox
  • Fix wording as quote doesn't require paste op
  • Bump version to next minor beta release
  • Fix issue when using multi-reply in Firefox
  • Fix issue when replying to original poster in FF