Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 5.0.1 #110

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@

## Version 5

### v5.0.1

Released on Dec 27, 2023

#### Changes

* `fixes` #2090 : Add back blurred album thumbs by @ildyria.
* `fixes` #2091 : Forgotten attribute of the canEdit function by @ildyria.
* `fixes` #2095 : Redirection not functioning on album creation. by @ildyria.
* `new` #2105 : Better diagnostics for APP_URL and LYCHEE_UPLOAD_URL by @ildyria.
* `fixes` #2108 : Fix unlock album component wrongly selected. by @ildyria.
* `fixes` #2096 : Remove U2F from left menu when user is not allowed to modify their account. by @ildyria.
* `new` #2110 : Force https at the boot level instead of in the route files by @ildyria.
* `fixes` #2112 : Remove path from query string via middleware by @mashb1t.
* `new` #2111 : More checks for potential upload bugs by @ildyria.
* `fixes` #2109 : Modify post-merge script to reflect 5.0.0 build changes by @TwizzyDizzy.

### v5.0.0

Released on Dec 25, 2023
Expand All @@ -45,6 +62,8 @@ If you are using `git clone`, you will need to use `npm` to build the front-end:

Those files are however provided in the release zip file.

**`APP_URL` now needs to be defined in `.env` for the images to be properly displayed.**

#### Changes from v4.13.0

* `new` #2031 : improved honeypot logic & add more honey by @ildyria.
Expand Down
Loading