Skip to content

LinkStack v4.1.1

Compare
Choose a tag to compare
@JulianPrieber JulianPrieber released this 24 Jun 13:54
· 480 commits to main since this release

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