Releases: LiveSplit/obs-livesplit-one
Releases · LiveSplit/obs-livesplit-one
v0.2.1
What's Changed
- Makes Linux installation more version-agnostic by @cmnemoi in https://github.com/CryZe/obs-livesplit-one/pull/16
- Add Auto Splitter Support by @CryZe in https://github.com/CryZe/obs-livesplit-one/pull/14
- Update
livesplit-core
by @CryZe in https://github.com/CryZe/obs-livesplit-one/pull/21
New Contributors
- @cmnemoi made their first contribution in https://github.com/CryZe/obs-livesplit-one/pull/16
Full Changelog: CryZe/obs-livesplit-one@v0.2.0...v0.2.1
v0.2.0
Fix macOS and update livesplit-core (#10) You can rewrite shared library paths with the `install_name_tool`. So we can easily do this in CI after building to turn it into a proper RPATH. Linux doesn't actually seem affected by this problem. Additionally this updates livesplit-core, which includes the label caching. This should result in a somewhat big performance boost.
v0.1.0
Add more Targets to CI This adds more targets to CI so that the releases are available for more platforms. Additionally this adds some caching to CI.
v0.0.4
Build on macOS
v0.0.2
Improve Linux Tarball
v0.0.1
Build on Linux