Releases: LinkStackOrg/LinkStack
LinkStack v4.2.0
New LinkStack release (version 4.2.0)
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.
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.
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
New LinkStack release (version 4.1.4)
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:
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
New LinkStack release (version 4.1.2)
Critical Bugfixes!
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
New LinkStack release (version 4.1.1)
The Translation Update
+ Hotfix
New additions:
- Added translation support
- Added fix for custom button favicons timing out the page
- Added option in text fields to open links in a new tab
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:
- German @LinkStackOrg/staff
- French @cedriclocqueneux
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.
LinkStack v4.1.0
New LinkStack release (version 4.1.0)
The Translation Update
New additions:
- Added translation support
- Added fix for custom button favicons timing out the page
- Added option in text fields to open links in a new tab
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:
- German @LinkStackOrg/staff
- French @cedriclocqueneux
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.
LinkStack v4.0.6
v4.0.5
Translation fix
LinkStack v4.0.4
New LinkStack release (version 4.0.4)
Bugfix Update
New additions:
- Fixed security check timeout
- Fixed errors with empty custom URL prefix #451
- Fixed email not sending when user registers
- Fixed HTML appearing in social share preview on home page
- Fixed remember me functionality when logging in or registering
- Updated Maintenance Mode to only use the config entry to store maintenance state
- Added option to maintenance page to disable Maintenance Mode directly
- Improved compatibility for updater
- Improved compatibility for theme updater
- Added message when there are no links on the links page
- Added message when there are no links on the dashboard/index page
LinkStack v4.0.3
LinkStack v4.0.2
New LinkStack release (version 4.0.2)
Bugfix Update
New additions:
- Fixed bug where custom links didn't display the correct styling
- Touched up button editor page
- Added noindex header to redirect page
- Corrected update server URL
- Reduced button editor bloat (refactoring)