Releases: marcus-crane/october
v1.11.1-beta4
Downgrade Go due to dep issues Signed-off-by: Marcus Crane <[email protected]>
v1.11.1-beta3
Fix fail-fast location Signed-off-by: Marcus Crane <[email protected]>
v1.11.1-beta2
Hoist fail-fast above strategy Signed-off-by: Marcus Crane <[email protected]>
v1.11.1-beta1
Just build on main Signed-off-by: Marcus Crane <[email protected]>
v1.11.0
This release introduces a few changes:
- Logging has been revamped to store more detail. Logs are now stored in
.txt
format for improved readability - Linux builds have been split into two versions: webkit4.0 and webkit4.1. Linux users on modern releases that don't have webkit in their name.
- The webkit 4.0 releases are provided for users on older versions of Ubuntu/Debian etc where webkit4.0 are still the default rather than webkit4.1.
What's Changed
- Deprecate logrus in favour of log/slog by @marcus-crane in #137
Full Changelog: v1.10.0...v1.11.0
v1.10.1-beta3
Unblock macOS builds by accepting latest Apple Developer agreement
v1.10.1-beta2
Same as beta1 but with a fix for arm64 support
v1.10.1-beta1
This release generates multiple versions of the Linux deb
package: One supporting webkit2gtk
4.0 and another supporting webkit2gtk
4.1
v1.10.0
This release adds some better error handling around some long standing bugs that users can run into.
It also adds a one-time setup process that should eliminate some common issues that first-time users run into.
As a result, the new default (that only applies to new installations and not existing ones) is for all books to be uploaded by default (from both the store and sideloaded).
This allows for removing the jarring prompt that appears when trying to upload books for the first time while making it explicit during setup that the user may not want this item ticked and/or that they should consider the consequences
The goal is this release is mostly to patch up some long-standing issues so that I can start focusing on rearranging October's internals to be properly tested and less messy.
What's Changed
- v1.10.0 by @marcus-crane in #129
Full Changelog: v1.9.0...v1.10.0
v1.10.0-beta1
This release adds a new onboarding flow and sets better defaults to avoid issues around syncing.
It also adds proper handling of error states like trying to sync without any highlights loaded on your Kobo
What's Changed
- v1.10.0 by @marcus-crane in #129
Full Changelog: v1.9.0...v1.10.0-beta1