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

skip version 4.11.1 and go directly 4.12.0 #101

Merged
merged 2 commits into from
Sep 16, 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
28 changes: 28 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,34 @@

## Version 4

### v4.12.0

Released on Sep 16, 2023

#### Changes

* `fixes` #2003 : Fix missing album decorations by @evoludolab.
* `fixes` #2004 : Fix max/min_taken_at by @evoludolab.
* `fixes` #2007 : Fix missing left-right button on smart albums by @ildyria.
* `new` #2010 : Better diagnostics by @ildyria.
* `new` #2012 : Better support for future policies. by @ildyria.
* `new` #2015 : Replace layout and overlay to proper Enum types by @ildyria.

### v4.11.1

Released on Sep 3, 2023

#### Changes

* `fixes` #1982 : How about we don't execute tests twice? by @ildyria.
* `fixes` #1981 : Minor fixes on List sharing permissions. by @ildyria.
* `fixes` #1990 : Fix complaints in Diagnostics when no migrations has been run by @ildyria.
* `fixes` #1751 : Add error thrown if APP_URL does not match current url by @ildyria.
* `fixes` #1991 : Fixes no log write access infinite loop by @ildyria.
* `fixes` #1950 : Do not enforce strict model when downloading by @ildyria.
* `fixes` #1686 : Providing absolute path if not set by @ildyria.
* `new` #1999 : Webauthn supports also username by @ildyria.

### v4.11.0

Released on Aug 13, 2023
Expand Down
Loading