Skip to content

Releases: mariusor/mpris-ctl

The -Wall is the quiet type sometimes

07 Jul 15:05
Compare
Choose a tag to compare

Fixes for #11, which might be triggered by makepgk's append of -fstack-protector-strong when building.

The late night session

13 May 22:31
Compare
Choose a tag to compare

Fixed an annoying memory leak(bleed?) when loading the namespace of the player

The case of the missing inits

11 May 10:46
Compare
Choose a tag to compare

Fixed some issues when we were freeing incorrectly initialized
dbus_error structs.

Fixed loading the metadata.length property

Fixed how we output the position and track length properties

More goto's than basic

19 Apr 10:54
Compare
Choose a tag to compare

Fixed issue #9.

Using goto's for memory freeing of DBus resources in a couple of functions. However, it could use some more refactoring, as there's a lot of code duplication.

I know your name

14 Apr 14:46
Compare
Choose a tag to compare

Corrected the %player_name specifier to load the information from the MPRIS Identity property, instead of relying on the bus name.

This ensures that the player establishes what name is displayed.

The free from memleaks

12 Apr 12:58
Compare
Choose a tag to compare

Fixed the memory leaks in the DBus handling code.

Still in the dark

08 Apr 09:09
Compare
Choose a tag to compare

Previous version was crashing like crazy, so I want to see if today it's a better day to code.

Still having trouble with C'isms related to pointer passing as function arguments.
I guess that's what they call it learning.

I don't know what I'm doing (again)

07 Apr 10:20
Compare
Choose a tag to compare

Fixes last two coverity issues.

Removes %comment output specifier.

Coverity no more

06 Apr 08:20
Compare
Choose a tag to compare

Fixed all the high priority defects reported by coverity scan.

2/8 remaining.

%comment(s) are good

01 Apr 07:34
Compare
Choose a tag to compare

Just adding the %comment specifier to the info command.