Skip to content

Releases: Kovah/LinkAce

v0.0.30

20 Feb 16:15
52622a5
Compare
Choose a tag to compare
v0.0.30 Pre-release
Pre-release

Changes

  • Fixes an issue with the bookmarklet (#90)
  • Adds new CLI command for password resets
  • Internal code updates for many parts of the app, including new tests.

v0.0.29

26 Jan 16:08
3928de3
Compare
Choose a tag to compare
v0.0.29 Pre-release
Pre-release

Changes:

  • Adds a search filter for broken links (#63)
  • Adds missing SETUP_COMPLETED=true variable to Docker .env file (#88)
  • Adds additional check for present data in database before running migrations in the setup (#88)
  • Fixes issues with the cron URL generation in the system settings (#89)
  • Fixes possible migration issues for a version from 2019
  • Minor layout and styling updates, including the dashboard and the footer

Upgrade:

Follow the dedicated upgrade guide in the LinkAce docs.

v0.0.28

24 Jan 12:41
fe45579
Compare
Choose a tag to compare
v0.0.28 Pre-release
Pre-release

Changes:

  • LinkAce now has a dedicated setup that helps with installing it via Docker or as a regular PHP app. Please check the documentation. (#72)
  • Upgraded the app to PHP 7.4 (#82)
  • Upgrade of all dependencies
  • Fixes an issue where tags couldn't be deleted (#84)
  • Implemented a PHP linter with PHP CS
  • Moved frm Travis to Github Actions for any tests
  • Major code cleanup with minor logic changes

Upgrade:

  • from version < 0.0.25: follow the upgrade instructions for v0.0.25.
  • from 0.0.25: add SETUP_COMPLETED=true to your .env file.

v0.0.27

28 Nov 13:08
966b5b2
Compare
Choose a tag to compare
v0.0.27 Pre-release
Pre-release

Changes:

  • Fixed issues with the bookmarklet caused by references to the deprecated category model
  • Fixed the search to properly handle list search
  • Improved the placeholder texts for various inputs
  • Small style improvements for tag inputs
  • Updated dependencies for PHP and the frontend stuff (base is now Node 12 LTS)
  • Minor code restructuring to improve further working "under the hood"

Upgrade:

  • from 0.0.25: no migration required.
  • from version < 0.0.25: follow the upgrade instructions for v0.0.25.

v0.0.26

20 Nov 13:57
0cd50d1
Compare
Choose a tag to compare
v0.0.26 Pre-release
Pre-release

Changes:

  • Lists can now be deleted and restored properly, solves #76 and #78
  • Solved issues with pagination styling in dark mode (#77)
  • Minor language changes for the link notification email
  • Fixed an issue with the password reset form
  • Updated view for all lists

Upgrade:

  • from 0.0.25: no migration required.
  • from version < 0.0.25: follow the upgrade instructions for v0.0.25.

v0.0.25

29 Oct 17:14
82ff258
Compare
Choose a tag to compare
v0.0.25 Pre-release
Pre-release

Changes:

  • categories are lists now. Read more about them in the wiki. Categories will be migrated to lists and links will automatically be assigned to them.
  • Various optimizations for the dark theme.

Upgrade:

  • You have to run php artisan migrate to properly change the database scheme and migrate all categories and links.

v0.0.24

24 Oct 14:56
f77cc7b
Compare
Choose a tag to compare
v0.0.24 Pre-release
Pre-release

Changes:

  • Links can now be displayed as small cards with less information displayed for a cleaner user experience. The setting can be changed in the user settings.
  • The mobile view of the app is now more mobile-friendly: the navbar sits at the bottom and is easier to reach.
  • Development Docker stack was improved.
  • Minor improvements and small fixes.

Migration:

  • there is no migration needed for this version.

v0.0.23

15 Oct 11:24
af5f64e
Compare
Choose a tag to compare
v0.0.23 Pre-release
Pre-release

Changes:

  • Fixes issues with Chrome (#71)
  • Optimizes the whole scripts implementation, additionally fixing the dark theme loader (#67)
  • Updates the readme with additional information
  • Dependency updates
  • Minor style improvements

v0.0.22

17 Sep 19:00
4d27c12
Compare
Choose a tag to compare
v0.0.22 Pre-release
Pre-release

Changes:

  • Overhauled dark mode with an updated color scheme
  • Current version is now visible in the footer
  • Docker image and build process was optimized
  • Some internal code optimizations
  • Counter for broken links added to the dashboard

v0.0.21

17 Sep 18:28
ddefc3c
Compare
Choose a tag to compare
v0.0.21 Pre-release
Pre-release
Merge pull request #64 from Kovah/dev

v0.0.21