Skip to content

Releases: Sonerezh/sonerezh

1.2.6

29 Sep 10:34
203bfe1
Compare
Choose a tag to compare

This is a minor release to upgrade CakePHP 2.10 and add support for PHP 7.3.

Fixed

  • Fix #372: Compatibility with PHP 7.3

1.2.5

05 Feb 09:31
b71e276
Compare
Choose a tag to compare

This release fixes some little bugs and add a booster to the "import" function
(big thanks to Nizhile). The metadata parsing is more than ten times faster
when the cover image tag is large. This should fix the "Maximum execution time"
error happening when you try to import files.

Fixed

  • Fix #354: Do not convert tags to HTML
  • Fix #357: APP_DIR missing in top level index.php for CAKE full path

Changed

  • Make search case-insensitive

1.2.4

16 Sep 14:12
92ce87b
Compare
Choose a tag to compare

Fixed

  • Fix #343: Error on CLI import

Changed

  • Use composer for GetID3 package as well
  • Move the composer install path from Vendor to app/Vendor
  • Use Keep a Changelog to format the changelog
  • Add installation instructions using git in the README.md

1.2.3

28 Aug 09:23
fe30273
Compare
Choose a tag to compare
1.2.3 Pre-release
Pre-release

Fix a bug introduced with CakePHP 2.10 upgrade.

Bug / Security fixes

  • Fix #342: HTTP ERROR 500 for 1.22

1.2.2

27 Aug 17:03
a3a7162
Compare
Choose a tag to compare
1.2.2 Pre-release
Pre-release

Fix a bug introduced with CakePHP 2.10 upgrade.

Bug / Security fixes

  • Fix #341: /import request black-holed

1.2.1

26 Aug 10:00
9519574
Compare
Choose a tag to compare
1.2.1 Pre-release
Pre-release

This is a maintenance release with no changes for the end users.

  • The CakePHP dependency is now managed with Composer (close #85)
  • The documentation and the website repositories have been merged into the main
    one to simplify the maintenance
  • The default CakePHP favicon is replaced by the Sonerezh icon

1.2.0

17 Aug 18:29
1e8db5a
Compare
Choose a tag to compare

This new release backport stuff from the main fork of Sonerezh. A big thanks to
the community, and @gs11.

Bug / Security fixes:

  • Merge #339: Time to merge (thanks to gs11)
  • Merge #318 (fix #277): Getting "Undefined index: id [APP/Model/User.php, line
    152]" During Installation (thanks to GaneshKandu)
  • Merge #312: Player now shows artist instead of band
  • Merge #309: Fix related to MySQL and SQLite
  • Merge #306: Upgraded CakePHP to 2.9.8 (thanks to gs11)
  • Merge #304: Changed select grouping so that albums with the same name are
    listed
  • Merge #300: Removed slow subquery from album view
  • Merge #293: Implemented database cleaning
  • Merge #287: Removed trailing slash in subdirectory path added by CakePHP for
    some folders
  • Fix #263: Something wrong with files with non-latin characters in name
  • Fix #241: Install script doesn't create the database
  • Fix #214: Optimization: enable caching for albums covers (thanks to
    MightyCreak)
  • Fix #152: IndexedDB does not function in private browsing mode (documentation
    improvement)
  • Fix #107: Replace avconv with ffmpeg

Fixes from gs11's fork:

  • Fixed detection of tag 'DISCNUMBER' without 'DISCTOTAL' for OGG files
  • Fixed detection of disc number without a disc total in the string (e.g. '01'
    instead of '01/02')
  • Fixed year not showing for album with multiple CDs

New features

  • Merge #293: Implement database update (thanks to gs11)
  • German translation (thanks to soulsymphonies)

1.1.3

18 Dec 16:39
Compare
Choose a tag to compare

This is a hotfix release.

Bug / Security fixes:

  • Revert the pull request #236 because it introduces instabilities with the database

As 1.1.3 came a few minutes after 1.1.2, see also https://github.com/Sonerezh/sonerezh/releases/tag/1.1.2

1.1.2

18 Dec 14:41
Compare
Choose a tag to compare

We are very excited to release Sonerezh 1.1.2. A lot of bugs have been fixed:

New features:

  • You can now download a track
  • Issue #223: sort the "Albums" page by band or by album
  • Issue #214: log failed authentication attempts to prevent brute-force attacks
  • Issue #179 #114: pre-load next song

Bug / Security fixes:

  • Merge #215: Playlist title cannot be empty (Thanks to disc)
  • Merge #236: Fix missing albums in recently added albums (Thanks to fcharlier)
  • Fix #207: Broken disc info on OGG files
  • Fix #199: Improve the message on the cli tool
  • Fix #196: Error on import when people mess with dates
  • Fix #192: Skip symlinks on the import process to avoid infinite loops
  • Fix #183: Bug if the artist string contains "$"
  • Fix #180: Duplicate track on import
  • Fix #178: Problem with file rights at installation
  • Fix #177: Trim whitespace characters on search request
  • Fix #143: Cannot choose output bitrate in conversion window
  • Fix #60: Store cipherSeed and salt outside app/Config/core.php
  • French translation improvements
  • Other minor bugfixes
  • Contributing guide

1.1.1

09 Apr 20:43
Compare
Choose a tag to compare

Fix small bugs found in previous 1.1.0 release:

  • Fix #174: Add lock system on import process
  • Fix #173: CSRF protection broke the 'add to playlist' form
  • Other bugfixes