Releases: LinkStackOrg/LinkStack
LittleLink Custom v2.9.1
New LittleLink Custom release (version 2.9.1)
This version also includes:
v2.8.5
v2.8.6
v2.8.7
v2.8.8
v2.8.9
v2.9.0
New additions:
Added option to theme config to use default buttons
Theme makers now have the option to use the default buttons in their themes.
Previously, if a theme dint apply the same styling to all buttons every time a new button was added, this button had also be added to the theme requiring an update.
With this update, the default styling from the default theme can be applied to buttons with a new option in the theme config. This option automatically applies button updates to themes using this option.
One limitation of this new function is that this only applies if the default LittleLink Custom styling is used in the theme. For example, a reskin of the Default Theme.
New buttons
This update adds almost 50 new brands and buttons.
-
Improved visibility of multiple buttons.
-
Fixed Mastodon button.
Bug fixes
Fixed PHP incompatibility on the Docker version.
LittleLink Custom v2.9.0
New LittleLink Custom release (version 2.9.0)
This version also includes:
v2.8.5
v2.8.6
v2.8.7
v2.8.8
v2.8.9
New additions:
Added option to theme config to use default buttons
Theme makers now have the option to use the default buttons in their themes.
Previously, if a theme dint apply the same styling to all buttons every time a new button was added, this button had also be added to the theme requiring an update.
With this update, the default styling from the default theme can be applied to buttons with a new option in the theme config. This option automatically applies button updates to themes using this option.
One limitation of this new function is that this only applies if the default LittleLink Custom styling is used in the theme. For example, a reskin of the Default Theme.
New buttons
This update adds almost 50 new brands and buttons.
LittleLink Custom v2.8.4
New LittleLink Custom release (version 2.8.4)
New additions:
Added official support for profile URL without a prefix
Profile URLs can now be configured to work without a URL prefix.
The URL prefix is the user identifier before the username (i.e. example.com/@example-user
).
In the Advanced Config, users can define a second URL prefix. The default second prefix is set as "+" (example.com/+example-user
).
By removing the "+" and leaving the option "custom_url_prefix" empty, you can now access user's pages over example.com/example-user
.
Updated button
- Updated Mastodon button
LittleLink Custom v2.8.3
LittleLink Custom v2.8.2
New LittleLink Custom release (version 2.8.2)
New additions:
Theme Updater
LittleLink Custom now includes a new theme updater! This updater allows you to easily update your themes to the latest version with just one click.
To enable this capability, an update was issued to all current themes that is essential for the theme updater to function properly.
This means that it is necessary that you first update all your themes manually before you can use the automatic theme updater.
For this, we provide a single file containing all major themes on the latest version:
themes.zip
You can upload this file as a normal theme, and it will overwrite all themes you currently have with the latest version.
The theme updater adds 4 different tags to inform you about the status of your theme:
Your theme is up-to-date and everything is working as expected.
Your theme needs an update. You can update your themes by pressing the "Update all themes" button.
Your theme is not capable of updating itself. You will have to check for updates and update it manually.
Your theme is not setup properly and something went wrong. In this case, you should contact the theme's developer.
Minor fixes and improvements
- Added option to config to disable theme updater
LittleLink Custom v2.8.1
New LittleLink Custom release (version 2.8.1)
New additions:
Theme V2
Theme V2 is the update to the theme system that allows theme-makers to make use of long awaited features.
These features include:
- Ability to disable custom styled buttons created by the button editor.
- Ability to open links in the same tab
- Ability to use custom code such as Blade, PHP, HTML, JS and CSS
- Ability to use custom assets and files such as CSS, JS or image files
- Ability to add custom icons
- Ability to make use of other file types for the custom icons instead of being limited to SVGs
New file tree:
. └── your-theme/ ├── animations.css ├── brands.css ├── config.php ├── preview.png ├── readme.md ├── share.button.css ├── skeleton-auto.css └── extra/ ├── custom-body-end.blade.php ├── custom-body.blade.php └── custom-head.blade.php ├── custom-assets/ └── custom-icons/
New theme config
The theme config allows you to configure how LittleLink Custom should treat your theme.
All settings are explained with comments in the config file.
If you want to use custom code like HTML, JavaScript or custom icons in your theme you can enable this here as well.
Now is the time to make your own theme a reality!
Read more about creating your own Theme V2 theme here
See themes v2 in action
You can download your first v2 theme form here
Minor fixes and improvements
- Added option to config to disable themes from using custom code.
- Implemented fix for missing icon bug
LittleLink Custom v2.8.0
New LittleLink Custom release (version 2.8.0)
New additions:
Theme V2
Theme V2 is the update to the theme system that allows theme-makers to make use of long awaited features.
These features include:
- Ability to disable custom styled buttons created by the button editor.
- Ability to open links in the same tab
- Ability to use custom code such as Blade, PHP, HTML, JS and CSS
- Ability to use custom assets and files such as CSS, JS or image files
- Ability to add custom icons
- Ability to make use of other file types for the custom icons instead of being limited to SVGs
New file tree:
. └── your-theme/ ├── animations.css ├── brands.css ├── config.php ├── preview.png ├── readme.md ├── share.button.css ├── skeleton-auto.css └── extra/ ├── custom-body-end.blade.php ├── custom-body.blade.php └── custom-head.blade.php ├── custom-assets/ └── custom-icons/
New theme config
The theme config allows you to configure how LittleLink Custom should treat your theme.
All settings are explained with comments in the config file.
If you want to use custom code like HTML, JavaScript or custom icons in your theme you can enable this here as well.
Now is the time to make your own theme a reality!
Read more about creating your own Theme V2 theme here
See themes v2 in action
You can download your first v2 theme form here
Minor fixes and improvements
- Added option to config to disable themes from using custom code.
LittleLink Custom v2.7.9
New LittleLink Custom release (version 2.7.9)
Thank you for 400 stars!
Thank you so much for your help in making our project a success! We couldn't have done it without you!
A small “Thank You” (expand for details):
Small “Thank You”
Stargazer
A flashy theme with an animated background.
This theme is included by default in the new update
New additions:
- Added ability to arrange links by dragging and dropping
- Degoogled LittleLink Custom
- Added independent backup system and page
- Added Maintenance Mode
- Added option to adjust visible button count on edit link page
- Minor fixes and improvements
- Bug-fix
Added ability to arrange links by dragging and dropping
Links on the links page can now be organized by dragging and dropping.
Degoogled LittleLink Custom
We decided to de-googled our open source project for a few reasons. First, we wanted to move away from using Google products and services. We also wanted to make sure that our project was not reliant on any one company or service.
Special thanks to @MagicLike for assisting in this process.
Added independent backup system and page
Backups can now be performed independently of the updater.
To perform a manual update on your Admin Panel, navigate to your Config->Backups and click on "You can back up your instance here"
Added Maintenance Mode
When updating your instance with the built-in updater, a maintenance page will be displayed.
When in this mode, non admin users will not be able to use the instance.
The maintenance mode can be enabled manually in the config.
Added option to adjust visible button count on edit link page
Users now have an option on the top left-hand side of the links page to change how many links should be displayed. You can toggle this option between 10, 20, 30 and all.
A system remembers your choice with a cookie, every time you open the link page the app will remember your selection.
Minor fixes and improvements
- Custom icons now work without JavaScript
- Now using DuckDuckGo API to fetch Custom Website buttons favicon
- Changed Custom Website buttons to use HTTPS to fetch favicon
- Minor changes, and improvements
- Removed ability to pin links
Bug-fix
- Fixed Button Editor not working properly
LittleLink Custom v2.7.8
New LittleLink Custom release (version 2.7.8)
New additions:
- Added ability to arrange links by dragging and dropping
- Degoogled LittleLink Custom
- Added independent backup system and page
- Added Maintenance Mode
- Added option to adjust visible button count on edit link page
- Minor fixes and improvements
- Bug-fix
Added ability to arrange links by dragging and dropping
Links on the links page can now be organized by dragging and dropping.
Degoogled LittleLink Custom
We decided to de-googled our open source project for a few reasons. First, we wanted to move away from using Google products and services. We also wanted to make sure that our project was not reliant on any one company or service.
Special thanks to @MagicLike for assisting in this process.
Added independent backup system and page
Backups can now be performed independently of the updater.
To perform a manual update on your Admin Panel, navigate to your Config->Backups and click on "You can back up your instance here"
Added Maintenance Mode
When updating your instance with the built-in updater, a maintenance page will be displayed.
When in this mode, non admin users will not be able to use the instance.
The maintenance mode can be enabled manually in the config.
Added option to adjust visible button count on edit link page
Users now have an option on the top left-hand side of the links page to change how many links should be displayed. You can toggle this option between 10, 20, 30 and all.
A system remembers your choice with a cookie, every time you open the link page the app will remember your selection.
Minor fixes and improvements
- Custom icons now work without JavaScript
- Now using DuckDuckGo API to fetch Custom Website buttons favicon
- Changed Custom Website buttons to use HTTPS to fetch favicon
- Minor changes, and improvements
- Removed ability to pin links
Bug-fix
- Fixed Button Editor not working properly
LittleLink Custom v2.7.7
New LittleLink Custom release (version 2.7.7)
New additions:
- Added ability to arrange links by dragging and dropping
- Degoogled LittleLink Custom
- Added independent backup system and page
- Added Maintenance Mode
- Added option to adjust visible button count on edit link page
- Minor fixes and improvements
Added ability to arrange links by dragging and dropping
Links on the links page can now be organized by dragging and dropping.
Degoogled LittleLink Custom
We decided to de-googled our open source project for a few reasons. First, we wanted to move away from using Google products and services. We also wanted to make sure that our project was not reliant on any one company or service.
Special thanks to @MagicLike for assisting in this process.
Added independent backup system and page
Backups can now be performed independently of the updater.
To perform a manual update on your Admin Panel, navigate to your Config->Backups and click on "You can back up your instance here"
Added Maintenance Mode
When updating your instance with the built-in updater, a maintenance page will be displayed.
When in this mode, non admin users will not be able to use the instance.
The maintenance mode can be enabled manually in the config.
Added option to adjust visible button count on edit link page
Users now have an option on the top left-hand side of the links page to change how many links should be displayed. You can toggle this option between 10, 20, 30 and all.
A system remembers your choice with a cookie, every time you open the link page the app will remember your selection.
Minor fixes and improvements
- Custom icons now work without JavaScript
- Now using DuckDuckGo API to fetch Custom Website buttons favicon
- Changed Custom Website buttons to use HTTPS to fetch favicon
- Minor changes, and improvements