Skip to content

v4.8.2

Compare
Choose a tag to compare
@JulianPrieber JulianPrieber released this 25 Nov 16:35
· 11 commits to main since this release

New LinkStack release (version 4.8.2)


Download latest

Docker


Security + Feature Update


New additions:

Minor changes:


New Modular Blocks System

This update introduces a modular blocks system for LinkStack, replacing the previous hard-coded blocks. You can now add community-made blocks by placing them in the new "blocks" directory, similar to themes.

Blocks are self-contained add-ons that enhance your LinkStack instance, offering new features like buttons, embedded videos, and dynamic feeds. Each block is fully integrated and accessible via the blocks dropdown menu.

If you are a developer and want to make your own block checkout the documentation for the block system and the example block.

Block System Documentation

Example Block



Critical security fixes

A severe security vulnerability has been addressed, which previously allowed bad actors to upload malicious files.

Special thanks to @ApoNie for identifying and assisting in resolving this issue.