Skip to content

Releases: LinkStackOrg/LinkStack

LinkStack v4.2.6

22 Aug 17:34
Compare
Choose a tag to compare

New LinkStack release (version 4.2.6)


Download latest

Docker


New additions:

  • Improved force HTTPS setting
  • Reduced DB queries
  • Fixed PHP 8.1 requirement*

*Previous versions included an error that caused the app to require at least PHP 8.1. This has been fixed now and the app works fine with PHP 8.0 again.




LinkStack v4.2.5

22 Aug 16:40
Compare
Choose a tag to compare

New LinkStack release (version 4.2.5)


Download latest

Docker


New additions:

  • Added furaffinity.net button
  • Added itaku.ee button
  • Added last.fm button
  • Fixed Apple Books icon


@LeviSnoot


v4.2.4

04 Aug 19:00
Compare
Choose a tag to compare
Update release.yml

New LinkStack release (version 4.2.3)

28 Jul 14:46
21ffd27
Compare
Choose a tag to compare

New LinkStack release (version 4.2.3)


Download latest

Docker


Security Update


New additions:

  • Improved security
  • Added support for more image formats

Improved security for custom user images. Users can no longer upload SVGs as their background image for improved security.
Hardened checks to make sure only supported image types are used. Users can now use multiple image formats for their profile picture.
If users have the Imagick PHP extension enabled, the app will sanitize images when uploaded and remove all EXIF and metadata.

In short:

  • Fixed JS exploit using SVG
  • Now sanitizing EXIF and metadata
  • Now allowing multiple file types as profile picture
  • Added new error messages

New Translations:

  • Brazilian Portuguese


Issues:

Users may get an erroneous error when trying to delete their profile or background image. We do not know what's causing this. For now, you can ignore this error, you will be able to delete your images by trying again eventually.



LinkStack v4.2.2

24 Jul 11:25
11518e5
Compare
Choose a tag to compare

New LinkStack release (version 4.2.2)


Download latest

Docker


Bugfix Update


New additions:

  • Fixed sorting function for table on manage users page
  • Fixed default Meta Tags on Home Page
  • Improved DB calls for MySQL #501


Issues:

Users reported issues when updating to the latest version when using MySQL. This issue should be resolved now, and our team is not able to reproduce this issue anymore. If you still encounter this issue, please report it here: #501



v4.2.1

19 Jul 13:24
53d74c7
Compare
Choose a tag to compare

New LinkStack release (version 4.2.0)


Download latest

Docker


Feature Update

+ hotfix


Added option for admins to impersonate other users

Added an option to impersonate other users. This feature was heavily inspired by this plugin for Nextcloud. This allows admins to authenticate as other users and view the Admin Panel as that user.

To use this new feature, navigate to your "Manage Users" page and click on the impersonation icon next to any user.

dviBqLg6xf

This will redirect you to the user's panel view. To exit this mode, click on the x on the top right-hand corner of the page.

p0XFQSysgZ

Only one admin can impersonate a user at any time. Should you be logged out while impersonating another user, the system will resume your session again after you're logged in again.


Additional additions:

  • Added theme selector to edit user page
  • Fixed error 404 for footer links on footer pages

Hotfix:

  • Fixed DB calls for MySQL causing an error while updating
  • Fixed bug preventing deletion of custom background image

New translations:

  • Swedish



LinkStack v4.2.0

17 Jul 15:14
11e652f
Compare
Choose a tag to compare

New LinkStack release (version 4.2.0)


Download latest

Docker


Feature Update


Added option for admins to impersonate other users

Added an option to impersonate other users. This feature was heavily inspired by this plugin for Nextcloud. This allows admins to authenticate as other users and view the Admin Panel as that user.

To use this new feature, navigate to your "Manage Users" page and click on the impersonation icon next to any user.

dviBqLg6xf

This will redirect you to the user's panel view. To exit this mode, click on the x on the top right-hand corner of the page.

p0XFQSysgZ

Only one admin can impersonate a user at any time. Should you be logged out while impersonating another user, the system will resume your session again after you're logged in again.


Additional additions:

  • Added theme selector to edit user page
  • Fixed error 404 for footer links on footer pages



Notes:

In some rare instances, we noticed that the impersonation icons may appear greyed out directly after updating. This can be fixed by visiting /update?finishing again.


LinkStack v4.1.4

12 Jul 15:15
Compare
Choose a tag to compare

New LinkStack release (version 4.1.4)


Download latest

Docker


Bugfix Update

+ hotfix


New additions:

  • Fixed custom favicons not loading when adding custom website button
  • Fixed Mastodon link verification
  • Fixed cache affecting newly uploaded images
  • Performance increase on LinkStack page
  • Fixed error when trying to download manual updates

  • Removed requirement for "simplexml" extension

New translations:

  • Bulgarian



Performance improvements:

msedge_iZH9jzQIaP




Notes:

After the update, some themes may render incorrectly. You can fix this by updating your themes via the built-in theme updater on the themes page.


LinkStack v4.1.2

09 Jul 14:12
b9b09ac
Compare
Choose a tag to compare

New LinkStack release (version 4.1.2)


Download latest

Docker


Critical Bugfixes!


⚠️PLEASE UPDATE IMMEDIATELY, AS IT WAS POSSIBLE TO EXECUTE MALICIOUS CODE ON ALL LINKSTACK INSTANCES PRIOR TO THIS UPDATE!⚠️

New additions:

  • Fixed JavaScript injection exploit

  • Fixed adding custom link favicon causing error 500



Knows issues:

The favicon system, used for custom buttons, may not work properly for some websites.
This will be addressed in one of the following patches.



LinkStack v4.1.1

24 Jun 13:54
Compare
Choose a tag to compare

New LinkStack release (version 4.1.1)


Download latest

Docker


The Translation Update

+ Hotfix


New additions:




Added translation support

This update finally added full translation support to the LinkStack app.
The team rewrote the entire app to make this possible.

Currently, supported languages:

How to use translations:
After the update, you will find a new section on your config page.
By clicking on the "Language" button or scrolling to the bottom of the page, you can select your desired language.

Automatic translation:
To automatically translate your app, add your desired language code(s) to your .env config as such:
LOCALES="de, es, pt, zh, ms"
Then run the command php artisan translate to auto translate your app.

Note: as of now, this is an experimental feature.


Become a translator


Special thanks to @lastsamurai26




Added fix for custom button favicons timing out the page

Fixed issue where the internal favicons system caused user pages to time out, making them inaccessible.




Added option in text fields to open links in a new tab

Users can now select for links in text fields to open in a new tab.

chrome_Ui20I1C2JJ