Skip to content

Releases: mitchray/ample

0.35.0

13 May 11:55
Compare
Choose a tag to compare

Recommend clearing browser cache after install to get latest CSS changes

Added

  • Sticky columns in Lister will have a 'hovered' style when covering other columns
  • Save volume setting

Changed

  • Going back to Roboto font, but the fancy variable version this time
  • Reorganised most page layouts into a tab format; showing more items by default
  • Tabs are loaded on demand, which should improve performance
  • Moved "Unrated > Mass Assign" to its own "Multi-rater" page
  • Changed "Favorites" order in sidebar as the following pages all have the same layout

Fixed

  • Checkbox would squish when Lister is overflowing
  • Sidebar mini mode scrolls now on small screens (hover labels disabled for now)
  • Album card images would collapse during load

0.34.0

27 Apr 12:02
Compare
Choose a tag to compare

Requires at least Ampache 5.3.1

Added

  • Ability to toggle lister columns (resets each time but will save in future release)
  • New lister columns
    • Songs: Plays, Quality, Size
    • Albums: Length, Type
    • Artists: Length
  • Advanced search updates
    • "My Rating (song)" for albums and artists
    • "My Rating (album)" for artists
    • "Song Count" for albums and artists
    • "Album Count" for artists
    • "Song Artist" for albums
    • "Played by Me (Artist)" for albums
    • "Recently added" for albums
  • A "Duplicates found" link will appear next to the search bar if the currently playing song matches another of the (exact) same title by that artist. Planning on expanding into other 'health checks'.

Changed

  • Unrated -> Mass Assign will show results automatically
  • Date and number columns don't need to be resizable

Fixed

  • Close the search results if an image is clicked

0.33.0

22 Apr 07:53
Compare
Choose a tag to compare

Requires at least Ampache 5.2.1

Just catching up on updates from Ampache

Added

  • Album and artist objects for playlist and playlist_name in advanced search
  • no_tag (genre) in advanced search

Changed

  • De-emphasised genre tags (didn't feel that the purple was working)

0.32.0

06 Apr 12:30
Compare
Choose a tag to compare

Fixed

  • Could not scroll queue using touch devices

Changed

  • Reorder queue items by dragging the cover art
  • A few colour tweaks here and there

0.31.0

23 Jan 11:41
Compare
Choose a tag to compare

Fixed

  • Lister column resize handles and checkboxes were not visible in dark mode

Changed

  • Updated layout for playlists

0.30.0

21 Jan 11:23
Compare
Choose a tag to compare

Big behind the scenes changes, clear your browser cache if you have problems

Changed

  • New visual style for many items
  • Overhauled color system

0.22.0

26 Dec 23:12
Compare
Choose a tag to compare

Added

Changed

  • Album actions (play, shuffle etc) now always visible instead of revealed on hover
  • Album/artist images are now links

0.21.0

02 Dec 23:36
Compare
Choose a tag to compare

Mostly behind the scenes changes, but should provide a better experience viewing tables

Changed

  • Search results won't show categories with zero results
  • Revised table display
    • Predefined column widths instead of autofit (still resizable), with horizontal scrolling
    • Name and actions (play, shuffle etc) always visible
    • Larger artwork
    • Double-click any column resizer bar to reset all columns to default widths

Removed

  • Virtual tables (where only visible rows are present in the DOM), also fixes some visual glitches which bugged me

0.20.0

23 Nov 09:27
Compare
Choose a tag to compare

Small release for recent changes to multi-version API support in Ampache; can be skipped if not using the develop branch of Ampache

Changed

  • Specify desired API version instead of getting it from handshake

0.19.0

18 Nov 02:18
Compare
Choose a tag to compare

Requires at least Ampache 5.1.1

Some big under the hood changes; should scale better with large collections

Changed

  • Paginate All Artists/Albums instead of preloading everything (the 5.1.1 requirement )
  • Light/dark mode toggle now available on login; and removed motion effect from login page
  • Theme improvements, many for light mode specifically

Fixed

  • Albums by date was not displaying properly

Removed

  • Sidebar slideout with all artists/albums; not happy with the performance due to needing all items to be loaded, but might return one day