Skip to content

Releases: FurryCoders/falocalrepo-server

v3.2.7

14 Jul 10:43
v3.2.7
6229687
Compare
Choose a tag to compare

v3.2.6

26 Jun 17:08
v3.2.6
4867e82
Compare
Choose a tag to compare

⚙️ Changes

  • Text files are rendered without adding paragraphs for each new line, representing them closer to how they are
  • Add support for various tags to text files:
    • Horizontal rules (5 or more of - or =)
    • Prev, first, next links for submissions (e.g., [2,1,3])
    • :linkusername: and @username
    • (c), (tm), and (r)

🔧 Fixes

  • Fix missing logging

🔗 Links

v3.2.5

24 Jun 21:58
v3.2.5
2667719
Compare
Choose a tag to compare

⚙️ Changes

  • Thumbnail size is reduced for audio, text, and general files
  • Improved formatting of text files

🔧 Fixes

  • Fix text files not appearing if they were not the first in the index

📦 Dependencies

🔗 Links

v3.2.4

22 Jun 11:22
v3.2.4
d7bd54b
Compare
Choose a tag to compare

⚙️ Changes

  • Ruffle player pauses if the file is changed

🔧 Fixes

  • Fix width of Ruffle player

🔗 Links

v3.2.3

07 Jun 20:58
v3.2.3
5b6563a
Compare
Choose a tag to compare

⚙️ Changes

  • Removed --browser option as it duplicated the default behaviour
    • The --no-browser option remains and disables opening the browser automatically

🔧 Fixes

  • Fix rounded corners for overlaid submission images and videos
  • Fix Ruffle being loaded when not necessary
  • Fix missing legacy icons rendering

🔗 Links

v3.2.2

01 Jun 23:08
v3.2.2
c4564d4
Compare
Choose a tag to compare

🚀 New Features

  • Open browser on startup 💻
    • A new browser tab with the running app is opened automatically when the programs starts
    • New --browser and --no-browser options to toggle opening the browser (defaults on)

⚙️ Changes

  • Improved handling of spoiler text

🔧 Fixes

  • Fix CVE-2022-30595 and solve security issue 1
  • Fix journals searches
  • Fix rounded corners for overlaid submission images not behaving correctly when scrolling on mobile

🔗 Links

v3.2.1

26 May 13:39
v3.2.1
9faa0b7
Compare
Choose a tag to compare

🚀 New Features

  • Add file counter in search results for submissions with more than one submission file

🔗 Links

v3.2.0

22 May 23:35
v3.2.0
069c8bc
Compare
Choose a tag to compare

🚀 New Features

  • Support multiple submission files 🗂
    • New file switcher to select the submission file to view
    • New route to download multiple submission files as a ZIP
  • Support video files 📼
    • Show MP4, WebM, and OGG files directly in the browser

⚙️ Changes

  • Show thumbnail when no main file is available for a submission
  • The @any query field does not include FAVORITES, FILESAVED, USERUPDATE, nor ACTIVE to avoid redundant results
  • The @author field matches submissions that contain the query value instead of finding only exact matches (i.e. ab matches cabd, abcd, etc.)
  • Removed loading cursor and behaviour to avoid problems when opening links in new tabs/windows

🔧 Fixes

  • Fix rounded borders of submission files triggering incorrectly on mobile while scrolling

📦 Dependencies

🔗 Links

v3.1.4

26 Apr 09:23
v3.1.4
d268790
Compare
Choose a tag to compare

🚀 New Features

  • Navbar
    • A persistent navbar with links to the home screen, submissions, journals, and users searches
    • The navbar is not sticky and remains at the top of the page
  • Last update badge on home screen
    • The date of the last event in the HISTORY table, or the modified time of the database file if there are no events saved

⚙️ Changes

  • Setting the page query parameter for search URLs will show the last page if the page value is beyond the results of the search.

🔗 Links

v3.1.3

11 Apr 21:06
v3.1.3
9a40e94
Compare
Choose a tag to compare

🚀 New Features

  • Floating button for comments
    • If a submission/journal has comments, a new floating button appears in the lower right corner of the screen to navigate directly to the comments

⚙️ Changes

  • USERNAME is matched using like (i.e. when searching for users the results will be of users whose name contains the query string instead of being matched exactly)
  • Journal content and user profiles are longer part of the metadata card on small screens
  • Text submissions now show their thumbnail above the text
  • When zooming an image submission, the metadata card is now moved to the right of the description
  • Submissions and journals have a new metadata card with the total number of comments related to them
  • Improved the style of submission image overlay
  • When searching and saving settings, a wait cursor appears
  • The submission thumbnail route now supports setting height and width separately

🔧 Fixes

  • Fix missing border around text submissions
  • Fix list view links not covering the full height of the row
  • Fix thumbnails that weren't loaded before moving to the next search page not loading when going back
  • Fix submissions whose type is flash but used image files other than GIF not being displayed as images
  • Fix rare infinite recursion error when processing comments

📦 Dependencies

🔗 Links