Skip to content

Releases: insomnimus/ps-mpd

v1.0.1

27 Nov 22:54
4139c62
Compare
Choose a tag to compare

v1.0.0

27 Oct 19:59
34e9ae4
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v1.0.0

v0.1.1

01 May 00:48
Compare
Choose a tag to compare

v0.1.1 (2023-05-01)

Bug Fixes

  • fixed play-playlist failing if no song name is specified (due to pwsh 7.3 breaking changes)

Docs

  • added a new installation method

v0.1.0

21 Aug 22:04
Compare
Choose a tag to compare

v0.1.0 (2022-08-22)

Continuous Integration

  • added a auto-release workflow

Docs

  • added more documentation
  • added readme

Features

  • added checks for LastWriteTimeUTC when saving a palylist
  • added new cmdlet Save-Playing
  • added aliases to some parameters
  • added 2 new cmdlets
  • added a new class MPDStatus and added a format file for it
  • added more completions
  • added new command: save-track
  • added playlists support
  • added cmdlets for artists
  • added new commands Get-Album and Play-Album
  • added duration info to ToString of track
  • added new fields to Track: Duration and TrackNo
  • amde module ps 5.0 compatible
  • added a new switch -queue to play-track
  • added new cmdlets and more tab completions
  • added tab completions for get-track

Bug Fixes

  • added -eq checks on top of -like checks for edge cases
  • fixed remove-track not commiting the playlist to disk
  • fixed completion edge cases with quoting
  • fixed Seek-Queue calling Get-Track with outdated params
  • added missing ToString() impl for Track
  • removed Track.Save
  • fixed get-artist completions
  • fixed empty strings not counting as patterns in get-track

Chore

  • removed load.ps1 from git tree