v1.3.3
This release doesn't add any new features but brings a bunch of maintenance chores that were overdue.
- Refreshes the dark mode colour scheme which had been partly implemented. It should now be much less jarring but it can probably do with more tweaks in future
- Fixes #85 where starting October on Windows 11 with newer versions of the WebView2 runtime would briefly cause an "Unexpected Error" screen to appear
There are some other changes that won't be visible to users but for those interested:
- Removes unneeded dependency on
github.com/go-resty/resty
in favour of plainnet/http
. This has no visible change for users. It may or may not reduce the size of October very slightly but I haven't checked. It probably doesn't. - Updated most dependencies to their latest versions which brings October up to date and provides a fresh base to start developing again.
- Begin signing releases with a new developer certificate as the current version expires on May 30th. This has no impact to end users. It just means that I can continue signing new installers (so they pass Windows Smartscreen) as my current certificate is about to expire. The new signature lasts until 2025 when it will need to be renewed again.
- Updated year references from
2022
to2023
that were missed. It doesn't mean anything in a legal sense but it's always nice when software appears fresh, such as referring to the current year.