Skip to content

Releases: marcus-crane/october

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

v0.9.3

12 Feb 06:39
7118acb
Compare
Choose a tag to compare

This release unlocks the previous hard requirement on books having a title. Sideloaded books with no title will now firstly fallback to extracting the epub filename.

For example, if you have a book like cool author - interesting book.epub, your Readwise "book" will be called cool author - interesting book. If that fails somehow, it will fall back again to just omitting the title/sending an empty string.

What Readwise will do then is creating a "book" called "Quotes".

NOTE: While you can change the title of your book in Readwise, this will cause future uploads to reduplicate highlights under the old title. For now, if you can leave the titles as is, I'll attempt to address this shortly.

As always, please let me know if you have any issues so I can add them to my v1.0.0 backlog.

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

07 Feb 07:55
fa6dedf
Compare
Choose a tag to compare

This release adds basic logging in the following places. It's good enough for providing support but is intended to be cleaned up (and exporting via the UI) before v1.0.0 releases.

October should save logs in the following places:

Windows: %APPDATA%\Local\october\logs
macOS: $HOME/Library/Application Support/october/logs
Linux: /usr/local/share/october/logs

v0.9.1

30 Jan 00:30
cb97c23
Compare
Choose a tag to compare

NOTE: I haven't tested the Windows builds as of yet so I don't guarantee they work. Having said that, I don't see any reason why they shouldn't. Linux builds should be coming soon too.

This release doesn't add anything new functionality wise but sets up a build pipeline that does the following:

  • Builds Windows + macOS binaries
  • Zips up Windows .exes
  • Notarises macOS .app and packages it up as a mountable dmg
    • This means no more quarantining of the macOS app

v0.9.0

26 Jan 11:13
7221954
Compare
Choose a tag to compare

This is the first public release of October. It's marked as v0.9.0 as while it works end to end, the codebase is a bit messy. People are free to use it but shouldn't expect it to be "released" until v1.0.0.

I also need to set up proper CI/CD infrastructure so excuse the bare .app files zipped up for now.

Additionally, I intend to codesign October so you don't need to fiddle with the security settings.

What's Changed

New Contributors

Full Changelog: https://github.com/marcus-crane/october/commits/v0.9.0