Skip to content

Releases: LinkStackOrg/LinkStack

v4.8.0

10 May 09:20
ae6837e
Compare
Choose a tag to compare

New LinkStack release (version 4.8.0)


Download latest

Docker


Security Update


New additions:

  • Critical security patches
  • Fixed cookie deletion inconsistency for session management
  • Now redirecting to dashboard after installing
  • Added unique avatar ID for theme makers
  • Improved info message for single user mode when installing
  • Custom buttons can now fetch favicons of pages protected by CAPTCHAS 79dfe59
  • Added Simplex button @FinnTheFoxxo
  • Added language zh-TW @LokiSalmonNeko
  • Added language GL @javiercastrode

v4.7.7

14 Feb 16:40
Compare
Choose a tag to compare

New LinkStack release (version 4.7.7)


Download latest

Docker


Security Update + Bug Fixes


New additions:

  • Fixed bug introduced last update

v4.7.6

10 Feb 17:19
Compare
Choose a tag to compare

New LinkStack release (version 4.7.6)


Download latest

Docker


Security Update + Bug Fixes


New additions:

  • Important security improvements
  • Fixed bug preventing users from saving emails addresses or phone numbers
  • Fixed profile picture export and import when exporting account
  • Fixed bug that was causing duplicated profile pictures
  • Now disallowing importing handle from exported profile
  • Fixed syntax errors in Vietnamese translation

v4.7.5

06 Feb 14:43
Compare
Choose a tag to compare

New LinkStack release (version 4.7.5)


Download latest

Docker


Security Update


New additions:

  • Fixed JS Code Injection exploit
  • Fixed Bluesky icon XML style information error #717
  • Now resetting click count to zero when importing links

v4.7.4

01 Feb 15:07
66cd822
Compare
Choose a tag to compare

New LinkStack release (version 4.7.4)


Download latest

Docker


New additions:



v4.7.3

30 Jan 16:21
3097bdd
Compare
Choose a tag to compare

New LinkStack release (version 4.7.3)


Download latest

Docker


New additions:

  • Fixed Pleroma typo


v4.7.2

25 Jan 09:28
Compare
Choose a tag to compare

New LinkStack release (version 4.7.2)


Download latest

Docker


New additions:

  • Fixed error 403 when trying to edit links
  • Updated Bluesky logo @LeviSnoot
  • Fixed meta description formatting
  • Added Arabic locale


v4.7.1

04 Jan 18:54
Compare
Choose a tag to compare

New LinkStack release (version 4.7.1)


Download latest

Docker


New additions:

  • Added loading animation on manage users page
  • Fixed uncaught DOMException with quotes in names on manage users page
  • Fixed custom website button CSS
  • Refactoring
  • Minor fixes


v4.7.0

02 Jan 14:49
Compare
Choose a tag to compare

New LinkStack release (version 4.7.0)


Download latest

Docker


New additions:


New Buttons:

  • Added Behance button
  • Added Google Drive button
  • Added Friendi.ca button
    @Realmlist



Now counting clicks using JS

All link clicks will from now on be counted using JavaScript. This means buttons will now open links directly.
Users can now choose on their Appearance page whether to open links in a new or the same tab.
Old "going" links will still work and be able to count clicks.




Disabled setting cookies on public pages

While not strictly required by law, we now don't set any cookies until they are strictly required for authentication.
This includes the users links pages.




Updated buttons database table structure

[Important for contributors]
All buttons now follow a new structure to add support for advanced sorting and categories later on.
All brands now include an alt name, which adds native support for proper spelling of a brand, including capitalization as well as special formatting.




Fixed validation translation

Validation errors should now be translated to the defined language of the app.




Page URL is now validating in real time

Users choosing a Page URL (@ name) now get real time feedback whether their desired name is available or not.
See below:




Page URL is now set manually on user registration

The registration page now includes a field where the user can select their Page URL (@ name).




Users can now be verified over the admin bar

An update for the Admin Bar allows validation of users immediately from the respective user's page.
Verifying a user (assigning the VIP role) will now set displaying the verification mark on the user's profile to true by default.
This can be disabled by the user.




Numbers for admin generated users are now generated sequentially

When a user is created by an admin, names are now generated sequentially rather than random.
Moving forward, default email addresses will no longer use "example.com." Instead, the actual domain will be utilized, except in cases where the hostname is localhost, in which case "example.com" will serve as the fallback.



v4.6.1

15 Dec 15:47
8c83ed2
Compare
Choose a tag to compare

New LinkStack release (version 4.6.1)


Download latest

Docker


New additions:

  • Updated language SV @LeviSnoot
  • Updated Advanced Config

New buttons:

  • Booth
  • HearThis.at
  • PronounsPage
  • Throne
    @Realmlist

Fixes:

  • Fixed Advanced Config reset
  • Fixed share button toggle