All Versions
21
Latest Version
Avg Release Cycle
38 days
Latest Release
5 days ago

Changelog History
Page 1

  • v2.5.8 Changes

    June 06, 2026
    • ⚑️ Updates dependencies
  • v2.5.7 Changes

    May 25, 2026
    • πŸ”’ Security fixes:

      • The bulk-submitting of links now properly disallows javascript: in URLs
    • ⚑️ Dependencies were updated

  • v2.5.6 Changes

    May 10, 2026

    What's Changed

    • πŸ”’ Security fixes:

      • Users are now prohibited from editing other users entities.
      • User names are now properly escaped in activity logs.
      • Line breaks are now disallowed in database configurations during the setup process.
    • πŸ”— LinkAce now provides a TRUSTED_HOSTS .env configuration variable that can be used to change which hostnames are allowed for accessing your instance.

    • πŸ”§ There is now a debug command (php artisan debug) which shows essential configuration parameters.

    • ⚑️ Dependencies were updated.

    Full Changelog : v2.5.5...v2.5.6

  • v2.5.5 Changes

    April 12, 2026
    • πŸ”— Links are now re-checked after 2 weeks if they are broken. The number of weeks can be configured using the BROKEN_LINK_RECHECK_INTERVAL_WEEKS .env setting. (#1093)
    • The broken status of links is now rest if the URL is changed. (#1092)
    • Migration from Laravel Mix to Vite for CSS and JS.
    • ⚑️ Update of dependencies
  • v2.5.4 Changes

    April 03, 2026

    Important Changes

    Caution

    πŸ”— LinkAce now requires you to add APP_URL=https://my-linkace-domain.com to your .env file or alternatively to your docker compose file.
    Replace https://my-linkace-domain.com with the actual URL of your LinkAce instance.

    πŸ”’ This is needed to mitigate a possible security issue if you don't have trusted proxies configured, which is the default for LinkAce. Not adding this setting will break some features such as password reset emails.

    Other changes

    • Private IPs and hostnames are now checked during the link checks.
    • ⚑️ Updated dependencies
  • v2.5.3 Changes

    March 24, 2026
    • Private notes are no longer visible to internal users.
    • Requests to private IP ranges are blocked on IP and hostname level.
    • ⚑️ Dependencies were updated.
  • v2.5.2 Changes

    March 08, 2026
    • πŸ”„ Change of default behavior : due to possible security concerns, meta generation is now disabled by default for internal IP ranges (e.g. 192.168.x.x). You can enable this again by adding META_ALLOW_PRIVATE_IP_RANGES=true to your .env file.
    • Private tags or lists from other users can no longer be added to your links by using internal IDs.
    • ⚑️ Several updates for dependencies, including security fixes.

    ⚠ Warning

    πŸ“¦ Note on PHP installation package: I am unable to upload the zip file right now. Getting an "Something went really wrong, and we can’t process that file" error. Will try again later.

  • v2.5.1 Changes

    February 12, 2026

    πŸ›  Fixes an issue where the web setup for SQLite could not be completed. #1066

  • v2.5.0 Changes

    February 08, 2026

    Support for PHP 8.1 was dropped. LinkAce only supports PHP 8.2 to 8.5.

  • v2.4.3 Changes

    February 08, 2026
    • πŸ”’ Security patch: RSS feeds now contain proper escaping of HTML and XML
    • ⚑️ Minor dependency updates, including security patches.