Skip to content

Releases: RocketMan/zookeeper

v3.0.0-rc.11 UI Refresh

11 Dec 16:04
Compare
Choose a tag to compare
Pre-release

New this release:

  • Added album review hashtag hyperlinks and trending cloud (#492)
  • Renamed engine implementation classes for PSR-4 autoloading (#490)
  • Bumped composer dependencies (#489)
  • Merged fixes from hotfix-3-0-0-rc-9:
    • updated Discogs autofill to include index subtracks
    • updated setupSSOByName to create new account if one does not already exist
    • fixed review and album marshalling regression introduced by 06a7bb9

v3.0.0-rc.10 UI Refresh

23 Nov 10:34
Compare
Choose a tag to compare
Pre-release

New this release:

  • Improved synchronization and transactional integrity in playlist editor (#484)
  • Bumped composer dependencies (#480, #481)
  • Fixed various php 8.4 deprecation warnings
  • Merged fixes from hotfix-3-0-0-rc-9:
    • enhanced add/pull date validation in the add manager (#479)
    • fixed library editor regression (#485)

v3.0.0-rc.9 UI Refresh

20 Oct 16:58
Compare
Choose a tag to compare
Pre-release

New this release:

  • Added new location filter to api/v1/album endpoint (#473)
  • Migrated playlist, home page UI to twig (#471, #475)
  • Fixed locale detection (#476)
  • Fixed Library Editor to require artist in compilation track (#478)
  • Bumped composer dependencies (#456, #458, #459, #460, #461, #464, #465, #468)
  • Merged fixes from hotfix-3-0-0-rc-8:
    • updated CacheControl to use target-specific TemplateFactory
    • migrated Playlists > By DJ > DJ details to twig
    • moved dj selection layout and bullets to css
    • fixed firefox navigation flicker
    • updated to avoid bulk album query if no library albums are present
    • improved query safety in bulk album methods
    • revised API to return 404 for requests to spurious endpoints

v3.0.0-rc.8 UI Refresh

12 Apr 11:40
Compare
Choose a tag to compare
Pre-release

New this release:

  • Added api/v2/playlist endpoint (#437)
  • Migrated jquery-fxtime to external dependency (#438)
  • Bumped composer dependencies (#439, #440, #441, #442, #443, #444)
  • Added dependabot dependency check ad6f6dd
  • Merged fixes from hotfix-3-0-0-rc-7:
    • fixed text selection after drag (#435)
    • implemented track reorder on touch devices (#436)
    • improved track reorder and edit accessibility in narrow mode (#436)
    • added artwork:delete utility 4aa2d98
    • updated drag-and-drop cursors a8037e0
    • extended album API to support recent reviews from all DJs f89c5eb

v3.0.0-rc.7 UI Refresh

03 Mar 16:12
Compare
Choose a tag to compare
Pre-release

New this release:

  • Add album track duration (#433)
  • Merged fixes from hotfix-3-0-0-rc-6:
    • enhanced Discogs album match in Library Editor (#430)
    • fixed handing of '??' in playlist entry (#429)
    • added 'General - Experimental' subcategory (cec3e3d)
    • suppress 'on-now' album name if none (3a3666a)
    • finessed narrow navigation layout (35fcc8f)

Important: If you are upgrading from a release prior to v3.0.0-rc.1, run the script db/convert_v2_11_7_to_v3_0_0.sql. If you are upgrading from an earlier release candidate, run the following database commands:

 ALTER TABLE `tracknames` ADD COLUMN `duration` time DEFAULT NULL; 
 ALTER TABLE `colltracknames` ADD COLUMN `duration` time DEFAULT NULL;

v3.0.0-rc.6 UI Refresh

08 Jan 11:40
Compare
Choose a tag to compare
Pre-release

Release notes:

  • Updated recommended minimum and required PHP versions
  • Added PHP 8.3 CI build target
  • Updated for PHP dynamic property deprecation (#427)
  • Merged fixes from hotfix-3-0-0-rc-5:
    • Fixed PHP 8 regression (#426)
    • Updated show delete semantics (#425)
    • Enhanced zootopia playlist capture
    • Finessed DJ sort
    • Finessed Discogs search

v3.0.0-rc.5 UI Refresh

05 Nov 15:53
Compare
Choose a tag to compare
Pre-release

Release notes:

  • removed php 8.0 as CI build target (#423)
  • updated INSTALLATION doc for Apache rewrite module
  • merged fixes from hotfix-3-0-0-rc-4:
    • refreshed printed tags for better readability; added QR code library link
    • added Electronic and Loud subcategories for General
    • added support for #hashtags to music reviews
    • added transliteration of cyrillic and greek to latin for ASCII/latin export (chart+adds e-mail)
    • added artwork refresh CLI
    • fixed review post/edit to work on Safari mobile (#416; thanks to Brady for his assistance on this)
    • altered artist name swap only if album is from library (partial fix for #180)
    • improved accuracy of recently played artwork (#418)
    • fixed full text search results for reviews under real name
    • updated Reviews/By DJ to suppress private-only reviewers in public view
    • fixed link in invalid rss response
    • fixed link in rss 'adds' feed (#417)
    • fixed import not to override artist for in-library compilations (#421)
    • fixed URL prefixing in library editor (#420)
    • deprecated jQuery constructs identified by jquery-migrate-3.4.1
    • fixed Currents catcodes macro for empty category (in support of PHP 8.x)

v3.0.0-rc.4 UI Refresh

19 Aug 17:32
Compare
Choose a tag to compare
Pre-release

Release Notes:

  • Migrated RSS feeds and Currents to Twig (#413)
  • Removed cookies from $_REQUEST superglobal (#414)
  • Added Twig cache management through the zk cli
  • Merged fixes from hotfix-3-0-0-rc-3:
    • fixed review feed regression introduced in hotfix-3-0-0-rc-2
    • fixed hamburger menu background scroll artefact (#407)
    • fixed broken opensearch link (#412)
    • set correct Content-Type on ad-hoc json responses
    • added optional compression on html and ad-hoc json responses

v3.0.0-rc.3 UI Refresh

18 Jul 17:21
Compare
Choose a tag to compare
Pre-release

Merged fixes from hotfix-3-0-0-rc-2:

  • fixes PushHttpProxy for updated react/http (#401)

  • fixes #407 narrow layout zinger

  • fixes #409 whitespace in recent reviews category filter

  • closes #403 add share playlist link

  • closes #402 add classic search filter

  • implements Slack integration (#408)

  • refactors album details to Twig (#406)

  • migrates recent reviews to twig; changes default sort order to date desc

  • updates airname reassignment to account for vaultkeeper duplicates

  • fixes new user account to lock direct login if no password supplied

  • updates ZootopiaListener to deal with stale show_end

v3.0.0-rc.2 UI Refresh

07 Jun 14:18
Compare
Choose a tag to compare
Pre-release

New v3.0.0-rc.2:

  • Migrated CI to GitHub Actions (#404)
  • Bumped react/http to 1.9.0 (#401)
  • Merged fixes from hotfix-3-0-0-rc-1

See v3.0.0-rc.1 for additional notes for the v3.0.0 release.