Skip to content

Releases: Beinsezii/ompl

0.10.3

02 Nov 22:56

Choose a tag to compare

  • Artwork will now be centered on area
  • Add ompl message

Full Changelog: 0.10.2...0.10.3

The raw binaries are manually built and tested while the zipped files are CI constructed.

Build this release yourself with cargo install --git https://github.com/Beinsezii/ompl.git --tag 0.10.3

0.10.2

28 Jul 08:48

Choose a tag to compare

  • Fixed sympal backend being able to seek passed file end

Full Changelog: 0.10.1...0.10.2

The raw binaries are manually built and tested while the zipped files are CI constructed.

Build this release yourself with cargo install --git https://github.com/Beinsezii/ompl.git --tag 0.10.2

0.10.1

18 Apr 09:59

Choose a tag to compare

  • Library updates
  • Fixed ompl play-file and ompl append not working with relative paths
  • Enable setting a custom audio buffer size for SYMPAL backend

Full Changelog: 0.10.0...0.10.1

The raw binaries are manually built and tested while the zipped files are CI constructed.

Build this release yourself with cargo install --git https://github.com/Beinsezii/ompl.git --tag 0.10.1

0.10.0

06 Sep 00:12

Choose a tag to compare

The CLI commands for filter/sorter management contain breaking changes

  • TUI can now display album art
  • TUI hugely speed up; >5000fps
  • CLI filter/sorter commands expanded
  • Sympal backend should gracefully handle every possible error
  • Other varied internal improvements

Full Changelog: 0.9.3...0.10.0

The raw binaries are manually built and tested while the zipped files are CI constructed.

Build this release yourself with cargo install --git https://github.com/Beinsezii/ompl.git --tag 0.10.0

0.9.3

11 Aug 01:36

Choose a tag to compare

Fix critical performance issue. As far as I know it only affects Windows.

My deepest apologies to my 0000 Windows users.

Full Changelog: 0.9.2...0.9.3

0.9.2

14 Jul 01:17

Choose a tag to compare

  • Many more Sympal backend improvements
    • Improved file compatibility, such as .M4A
    • Greatly improved waveform seekbar
    • Bit snappier
  • Other minor fixes and improvements, mostly to the TUI

Full Changelog: 0.9.1...0.9.2

More binaries in the build action

0.9.1

09 Jun 00:31

Choose a tag to compare

Mostly minor fixes and improvements, particularly with sympal backend stability.

Full Changelog: 0.9.0...0.9.1

More binaries in the build action

0.9.0

20 Feb 20:42

Choose a tag to compare

Sympal overhaul featuring Digital Audio Signal Processing

  • Sympal should work on Windows, Jack, anywhere regardless of available bit depths or sample rates.
    • OS still needs to provide matching channels at the moment. I'm one of those stereo purists so I need to manually remix some of my tracks into mono or 5.1 or whatever you strange people use.
  • Sympal is now the default on Windows, and the attached binaries are Sympal backend exclusive.

Alternative binaries for Linux, MacOS, and Windows are available on the Build Latest Release Action which contain all available backends

0.8.2

03 Feb 02:37

Choose a tag to compare

  • Setting colors now accepts values in different colorspaces. See ompl help theme for details.
  • Sympal should handle audio device errors more gracefully

0.8.1 Sympal + Pipewire race condition hotfix

24 Jul 19:54

Choose a tag to compare

Newest Pipewire exposed a race condition in Sympal where a new stream could be built before the old was destroyed. This should be impossible now.