Skip to content

Releases: DavidCEllis/SplitGuides

v0.10.4

08 Jan 16:06
65744e9

Choose a tag to compare

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

02 Jul 11:01
72311ca

Choose a tag to compare

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

17 Jun 19:04
bf2920a

Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

17 Jun 18:36
86b5161

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

17 Jun 18:29
cb9b630

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.5...v0.10.0

SplitGuides v0.9.5

13 Nov 16:30
549e08e

Choose a tag to compare

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

27 Sep 20:29
ff1a0de

Choose a tag to compare

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

27 Sep 19:03

Choose a tag to compare

  • Fix an issue with missing files from the zipapp

SplitGuides v0.9.2

27 Sep 16:41

Choose a tag to compare

  • Adds zipapp as a distribution format
  • Build all application files via GitHub actions - hopefully correctly this time
  • Tests now work correctly in CI
  • ui files no longer built on demand and are built as part of the sdist build

SplitGuides v0.9.0

16 Apr 17:37
eaaedf9

Choose a tag to compare

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