Releases: DavidCEllis/SplitGuides
v0.10.4
This release pins PySide to 6.9.0 compatible versions which means it won't use the recent PySide 6.10.0 or 6.10.1 releases when installed with uv tool or launched with uvx.
Currently these PySide releases fail tests with segfaults - it's likely they work in practice and the extra trickery done for testing is what's breaking but I think it's better to keep the version used for testing and that used for releases the same.
What's Changed
- Stop intentionally breaking on non-windows, non-linux platforms by @DavidCEllis in #36
- Pin PySide to 6.9 series as 6.10 is causing segfaults by @DavidCEllis in #47
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
- Embedded images should now appear correctly whether the files are local relative to the notes file or hosted remotely #27 #28 #29
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
- Fix icons missing when installing from PyPI by @DavidCEllis in #24
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
-
Add a transparent background option by @AlexKnauth in #17
-
Fix publishing workflow error by @DavidCEllis in #23
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
-
Add a transparent background option by @AlexKnauth in #17
-
Fix linux build - better dev instructions by @DavidCEllis in #18
-
Transparency follow-ups by @DavidCEllis in #21
-
Prepare for release by @DavidCEllis in #22
New Contributors
- @AlexKnauth made their first contribution in #17
Full Changelog: v0.9.5...v0.10.0
SplitGuides v0.9.5
What's Changed
- Update readme for livesplit changes by @DavidCEllis in #14
- Update dependencies
Full Changelog: v0.9.4...v0.9.5
SplitGuides v0.9.4
What's Changed
- Put all hotkey commands behind sys.platform == "win32" checks. by @DavidCEllis in #13
Full Changelog: v0.9.3...v0.9.4
SplitGuides v0.9.3
- Fix an issue with missing files from the zipapp
SplitGuides v0.9.2
- Adds zipapp as a distribution format
- Build all application files via GitHub actions - hopefully correctly this time
- Tests now work correctly in CI
uifiles no longer built on demand and are built as part of the sdist build
SplitGuides v0.9.0
What's Changed
- Settings file is now stored in the local userdata folder (
<username>\AppData\Local\splitguides) - Dependency updates
- Available as a self-extracting 7zip archive
Full Changelog: v0.8.0...v0.9.0