Skip to content

Releases: mariusor/mpris-ctl

There's no higher number

29 Aug 12:56
v1.0.0
3665b11
Compare
Choose a tag to compare

Ooops, we've run out of minor versions

The only significant addition to this release is the "raise" command
that can be used to make players pop up after being minimized or hidden.

Those who seek, will find

23 Sep 11:58
v0.9
0e85ef3
Compare
Choose a tag to compare

What's Changed

  • Add "seek" command capable of back or forward seeking into current track.

  • Improve active/inactive/named player selection for commands.

  • Improve documentation.

  • Player arg consistency by @vaygr in #26

New Contributors

  • @vaygr made their first contribution in #26

Full Changelog: v0.8.6...v0.9

The "Backstreet's back all right"

20 Aug 11:34
v0.8.6
145dd7b
Compare
Choose a tag to compare

Fix a crash when loading player names from the --player flag.

Many thanx and apologies to github users @vaygr and @JosefLitos for the bug reports and reminders.

Full Changelog: v0.8.5...v0.8.6

Comments can be long

08 Jan 15:50
Compare
Choose a tag to compare

Fixing some issues with copying strings (that's what I get for using C)

Improving buffer sizes, because sometimes the comments can be quite large

A stopped player is wrong twice a day

30 Jul 10:03
Compare
Choose a tag to compare

Changed default from effecting commands to all existing players to only active ones.

Now it requires explicit setting the falg --player inactive to do it for inactive ones.

The "segfaults are bad"

17 Apr 12:59
Compare
Choose a tag to compare

A fix for segfaults when meeting unregognized long form parameters in the command line

Some improvements to the CI pipeline - as in, we have one now

The "we got contributors"

13 Oct 07:30
47a102d
Compare
Choose a tag to compare

Small improvement to output and to player name matching.

Most importantly we stopped outputting the info command to stderr, many thanx to @nedludd for the fix.

The more you fix things the more you break them

24 May 09:04
Compare
Choose a tag to compare

Fixing some memory access issues shown by the memory sanitizer

Fix broken --player <name> option, which was defaulting to all players.

v0.8.0: Who needs memory allocations anyway

20 Apr 12:13
Compare
Choose a tag to compare

Added support for loading information / sending commands to multiple players that can be specified by name, or by play status.

Stopped dynamically allocating of strings, they are now char arrays on stack and are being copied with memcpy.

Improvements to CI pipeline.

There is nothing more important than art

21 Feb 10:32
Compare
Choose a tag to compare

Added %art_url format specifier for the info command.