-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Chevereto 4.1.2 | ||
|
||
2024-05-06 | ||
|
||
- π₯ Added support for custom FFmpeg and FFprobe binaries | ||
- π₯ Improved video display on listings and viewer | ||
- β Improved embed codes display | ||
- β Improved upgrading in systems without passthru | ||
- πΌοΈ Improved compatibility with jpg extension | ||
- π Added Dashboard section for PHP configuration (ini files) | ||
- π Added feedback on CLI update command | ||
- π Added remark on Homepage settings when conflicts with single profile routing | ||
- π Fixed file references on /album | ||
- π Improved style for user settings button | ||
- π Improved style for user top menu | ||
- π Fixed bug affecting album password when using encryption | ||
- π Fixed bug affecting full screen video behavior | ||
- π Fixed bug affecting not working URL upload editing | ||
- π Fixed bug affecting wrong video image frame permissions | ||
- π Fixed bug in album embed codes | ||
- π Fixed bug in password protected album editing on listings | ||
- π Fixed bug in Search class | ||
|
||
## Links | ||
|
||
- [Chevereto V4.1.2 Release](https://chevereto.com/community/threads/chevereto-v4-1-2.15443/) | ||
- [Chevereto V4.1.2 Announcement](https://chevereto.com/community/threads/chevereto-v4-1-2-announcement.15428/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<?php | ||
return [ | ||
'4.1.2.md', | ||
'4.1.1.md', | ||
'4.1.0.md', | ||
]; |