Skip to content

Releases: Kovah/LinkAce

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

v0.0.20

12 Sep 21:29
c3c8795
Compare
Choose a tag to compare
v0.0.20 Pre-release
Pre-release

Changes:

  • Optimized Docker setup for both development and production use
  • Fixed link check which will now also catch unregistered domains
  • Small interface fixes mainly for icons
  • Upgrade to Laravel 6
  • Updates for the frontend libraries

Upgrade notes:

  • Modify the docker-compose file for production based on the new file from the repository.

v0.0.19

16 Jul 21:19
753fd7e
Compare
Choose a tag to compare
v0.0.19 Pre-release
Pre-release

Changes:

  • Fixed a bug where the bookmarklet won't redirect properly (#57)
  • Links are added to the Waybackmachine via the Cron to not block link adding (#58)
  • A lot of internal changes, especially for testing. Also, the front end workflow was moved to Laravel Mix.
  • Tests for the app were extended.
  • Also a lot of minor UI changes and optimizations.
  • Upgraded to Laravel 5.8 to be up-to-date.

Upgrade notes:

  • Run php artisan migrate to pull the latest database changes.
  • Update your nginx.conf baed on the updated nginx.conf shipped with LinkAce.

v0.0.18

02 Jul 13:05
540f1e7
Compare
Choose a tag to compare
v0.0.18 Pre-release
Pre-release

Changes:

  • Update Docker production setup
  • Disable submit buttons to indicate loading (#53)
  • Add text descriptions to icons in the mobile menu (#52)
  • Updates Travis CI test process