Skip to content

Releases: LinkStackOrg/LinkStack

LittleLink Custom v2.9.1

31 Oct 10:53
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.9.1)


Download latest

Download latest


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.

unknown

  • Improved visibility of multiple buttons.

  • Fixed Mastodon button.




Bug fixes

Fixed PHP incompatibility on the Docker version.



@MagicLike

LittleLink Custom v2.9.0

28 Oct 13:44
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.9.0)


Download latest

Download latest


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.

unknown



@MagicLike

LittleLink Custom v2.8.4

24 Oct 11:25
be11350
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.8.4)


Download latest

Download latest


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

unknown



@MagicLike

LittleLink Custom v2.8.3

19 Oct 14:50
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.8.3)


Download latest

Download latest


Important bug-fixes and improvements

  • Fixed update and event notification breaking the admin panel when request URL is offline
  • Added update warning for PHP 7.4 users
  • Minor backend improvements



LittleLink Custom v2.8.2

16 Sep 11:01
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.8.2)


Download latest

Download latest


New additions:




Theme Updater

chrome_fKSGa50l8P

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:

chrome_6YZ9Woyjoq
Your theme is up-to-date and everything is working as expected.

chrome_WYXAYm1rDK
Your theme needs an update. You can update your themes by pressing the "Update all themes" button.

chrome_MpJN8F6K2I
Your theme is not capable of updating itself. You will have to check for updates and update it manually.

chrome_iuwAy3tLCe
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

11 Sep 13:22
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.8.1)


Download latest

Download latest


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

11 Sep 12:42
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.8.0)


Download latest

Download latest


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

07 Sep 19:44
ed22174
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.7.9)


Download latest

Download latest


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”

Star

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

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

31 Aug 12:05
9b9e414
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.7.8)


Download latest

Download latest


New additions:




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

26 Aug 17:33
Compare
Choose a tag to compare

New LittleLink Custom release (version 2.7.7)


Download latest

Download latest


New additions:




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