Releases: mitchray/ample
Releases Β· mitchray/ample
0.35.0
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
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
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
0.31.0
0.30.0
0.22.0
Added
- Basic media keys (mediasession) support in browsers which have it
Changed
- Album actions (play, shuffle etc) now always visible instead of revealed on hover
- Album/artist images are now links
0.21.0
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
0.19.0
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