Skip to content

Releases: beromir/Servas

v0.2.0

25 Mar 17:55
44d147c
Compare
Choose a tag to compare

What's Changed

  • [FEAT] Inbox by @beromir in #86
  • [FEAT] Public group sharing by @beromir in #88
  • [TASK] Increased link length
  • [TASK] Added icons to the menu items
  • [TASK] Show total number of links when clicking on the page count in the pagination

Release post

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Jan 10:17
9ba45a6
Compare
Choose a tag to compare

Happy new year everyone!

With this release, the versioning scheme changes. Until the release of v1.0, "major" releases will be released with a change in the second number (v0.1.0), and minor releases will be released with a change in the third number (v0.1.1).

What's Changed

Full Changelog: v0.0.7...v0.1.0

v0.0.7

19 Dec 19:46
096e3e1
Compare
Choose a tag to compare

What's Changed

  • [TASK] Fill "linkFilter" storage with data from query parameters by @beromir in #75
  • [FEAT] Sidebar layout by @beromir in #77

Full Changelog: v0.0.6...v.0.0.7

v0.0.6

07 Oct 10:51
4e08794
Compare
Choose a tag to compare

What's Changed

  • [FEAT] Import, export and delete user data by @beromir in #66
  • [FEAT] Add button to share a link by @beromir in #67
  • [TASK] Redesign link pagination by @beromir in #71
  • [TASK] Revise tag selection modal by @beromir in #73

Full Changelog: v0.0.5...v0.0.6

v0.0.5

20 May 08:23
38416ea
Compare
Choose a tag to compare

What's Changed

  • [TASK] Redesign auth pages by @beromir in #42
  • [TASK] Upgrade to Laravel v10 by @beromir in #44
  • [TASK] Impovements for storing and updating links by @beromir in #54
  • Add demo user & fix seeder by @krekas in #56
  • [FEAT] Show also groups and tags in the search results by @beromir in #60
  • [FIX] Show only search results from the current user by @beromir in #61
  • [FIX] Filter search results by current user by @beromir in #62
  • Remove dead code by @krekas in #55
  • [TASK] Remove home view and later list by @beromir in #63
  • [TASK] Add universal link list by @beromir in #64
  • [FEAT] Add command to delete duplicate links of a user by @beromir in #65

Update Instructions

If you are running Servas without Docker, you will need to run php artisan migrate after the update to perform the new database migrations.

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

15 Jan 17:27
70646e1
Compare
Choose a tag to compare

What's Changed

  • [TASK] Remove media types by @beromir in #31
  • [FEAT] Add bulk editing to the link page by @beromir in #30
  • [FEAT] Replace Webpack with Vite by @beromir in #35
  • [FEAT] Add Artisan commands to interact with the users table by @beromir in #36
  • [FIX] Group orWhere call in search query by @beromir in #37
  • [FEAT] Add "copy to clipboard" button by @beromir in #38
  • [TASK] Upgrade Inertia to v1.0 by @beromir in #40

Full Changelog: v0.0.3...v0.0.4

Update Instructions

If you are running Servas without Docker, you will need to run php artisan migrate after the update to perform the new database migrations.

v0.0.3

15 Aug 17:50
0c78ec8
Compare
Choose a tag to compare

Features

  • Show setup key for 2FA setup in #22
  • Confirm 2FA when enabling in #24

Fixes

  • Show form errors on the authentication pages in #25

Important Notice

If you have 2FA set up for your account, you will need to set it up again after the update. Until then, your account is not secured with 2FA.

Update Instructions

If you are running Servas without Docker, you will need to run php artisan migrate after the update to perform the new database migrations.

v0.0.2

22 Jun 11:22
0109e8a
Compare
Choose a tag to compare

The Docker image now also supports SQLite. You do not need an additional database container for this variant. It is delivered with the Docker image. The sample files can be found here.
The image now uses Nginx instead of the Apache web server. The size of the image is significantly smaller since it is based on the PHP-FPM Alpine Linux Docker image. As a result, performance has increased with this release.

Features

Fixes

  • The previously selected groups will now be cleared when creating/editing links.

v0.0.1

25 May 21:49
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First release.