Skip to content

Releases: marcus-crane/october

v1.1.0-pre2

02 Jun 02:45
3a78a56
Compare
Choose a tag to compare
v1.1.0-pre2 Pre-release
Pre-release
  • Replaced react-toastify with react-hot-toast
  • Slimmed down the settings page by rolling the validate Readwise button into the save widget
  • Add support for unreleased Kobos (although there are none at present)

Full Changelog: v1.1.0-pre1...v1.1.0-pre2

v1.1.0-pre1

02 Jun 00:48
5030410
Compare
Choose a tag to compare
v1.1.0-pre1 Pre-release
Pre-release

The first pre-release of v1.1.0 which features a bunch of internal refactoring as well as Windows codesigning

What's Changed

  • Upgrade wails version and LICENSE year by @marcus-crane in #50
  • Upgrade frontend to match Wails official Vite + Typescript template by @marcus-crane in #51
  • Migrate to zerolog + begin to migrate items to a single pkg by @marcus-crane in #52
  • Complete migration of all existing code to a single backend module by @marcus-crane in #53

Full Changelog: v1.0.2...v1.1.0-pre1

v1.0.2

13 Apr 06:59
2867315
Compare
Choose a tag to compare

This release builds Windows versions with CGO_ENABLED=1, fixing #40 so October should now work for Windows users.

You might also note the disappearance of arm builds since they need a little more consideration to work. That and I don't think anyone uses Windows arm anyway but if so, feel free to file a request via the issues tab so I can gauge interest.

I'll try to test out any changes on Windows more often as I personally run on macOS but feel free to submit any issues for anything you spot.

Full Changelog: v1.0.1...v1.0.2

v1.0.2-pre2

13 Apr 06:46
2867315
Compare
Choose a tag to compare
v1.0.2-pre2 Pre-release
Pre-release

This release disables arm64 builds which realistically aren't used, nor do they compile properly with CGO_ENABLED=1

Full Changelog: v1.0.2-pre...v1.0.2-pre2

v1.0.2-pre1

13 Apr 06:40
8d4c103
Compare
Choose a tag to compare
v1.0.2-pre1 Pre-release
Pre-release

This release flips CGO_ENABLED=1 for builds as Windows builds apparently require this in order to access any given sqlite3 database.

Full Changelog: v1.0.1...v1.0.2-pre

v1.0.1

11 Apr 21:20
4a8861e
Compare
Choose a tag to compare

This release fixes a compilation issue in v1.0.0. Binaries should now be available 😅

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Apr 08:21
9ee48a0
Compare
Choose a tag to compare

This marks the first "official" release that I think is decent enough to release into the wild but it certainly won't be the last release.

Included in this release are the following new additions:

  • Add the ability to upload cover images (NOTE: This requires some presetup with Calibre)
    • Cover uploading is off by default as it will result in confusing output for the user (blue covers) if they haven't followed the required steps
    • These aren't documented yet but will be shortly
  • Add a button to check connectivity with Readwise
  • Forward SourceURL which is the source file for a book. This is used in deduplication so eg; a different copy of the same book would result in different highlights.
    • This is used under the hood to map existing Readwise books to titles on device in order to upload covers from the device
    • This will result in existing Readwise uploads being duplicated one time! This is reflected in the jump to 1.0.0 to indicate a "breaking" change
  • Enable the ability to load in locally stored Kobo sqlite databases. Mainly this is useful for myself when debugging so I don't have to plug in a Kobo all the time but it might be handy for any users as well.

In general, the app is solid enough to use hence why I'm marking it ready for v1.0.0 now despite it not being perfect. It's stable as far as what the user expects anyway, beyond the one breaking change here. I don't expect to change any upload code in future, besides say; a v2 of the Readwise API

As always, please file any bugs you discover

What's Changed

Special Thanks

I'd like to say a special thanks to @jasondemeter for taking this project for a spin and pointing out some bugs along the way

Full Changelog: v0.9.4...v1.0.0

v0.9.4-post2

21 Mar 07:37
0a631c5
Compare
Choose a tag to compare

This release disables upx as it can cause some unforseen issues. I haven't witnessed them but I'd like to avoid them all the same.

Full Changelog: v0.9.4...v0.9.4-post2

v0.9.4-post1

12 Mar 07:55
ad153dc
Compare
Choose a tag to compare

Nothing new with this release but Windows builds are now installed via a NSIS installer.

As a result of this, users now have a desktop icon and start menu entry upon installation as well.

As always, please submit any feedback via Github Issues

v0.9.4

12 Feb 07:49
2e00796
Compare
Choose a tag to compare

This release fixes up an issue with Windows builds not working. As a result of adding logging, I didn't realise that zap doesn't initialize properly on Windows.

I've implemented a workaround and it seems to be working fine.

The README has also been tidied up with some Windows information and screenshots.

What's Changed

Full Changelog: v0.9.3...v0.9.4