v1.2.0 #67
marcus-crane
announced in
Announcements
v1.2.0
#67
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release does not contain any new features but tidies up a lot of underlying metadata associated with each executable, thanks in part to a bunch of upgrades that were introduced with Wails 2.0, the Go framework that powers Wails.
NOTE: For Windows users, I recommend uninstalling October before installing this latest version just to avoid any confusion. Nothing will break if you decide not to but as some metadata has changed, using the latest installer will change the install location resulting in two October entries. You can install the older version at any point but it may be confusing if you aren't aware of this change. I figure best to do it now than wait until it might impact more users in future.
At a high level, this update corrects the version information that is available in various places as well as adding some publisher information and other things that you would generally not need to be aware of but can be handy.
I don't expect this to be that interesting to most users but if you'd like to read the nitty gritty details, feel free to keep reading:
Windows
Install path
Publisher information has been set to
utf9k
which is just the sort of "catch all" that I use for my software side projects and happens to be the domain of my website as well.This in itself isn't particularly interesting but it does inform the installation path for October so for Windows users, October is now installed at
C:\Program Files\utf9k\October\october.exe
. Before this change, it was installed atC:\Program Files\October\October\october.exe
.While I don't distribute any other Windows software, this just helps with grouping it all together in a standard place in line with how Windows expects applications to be laid out.
In order to remove the previous version, you can either run the uninstaller located at
C:\Program Files\October\October\uninstall.exe
or you can use theAdd or remove programs
section in Control Panel. You'll be able to spot the proper version as all versions before this one will show with the version set as1.0.0
This only needs to be done one time as future installations of October will always be installed at
C:\Program Files\utf9k\October
going forward.Version information
Something I hadn't realised until it was mentioned in #65 is that there isn't actually a clear way at all to identify version information. This still has some work to be done, such as surfacing it within October itself but now there are a few places that can be checked to see what version you are using.
NOTE: Due to limitations in how versions are laid out, they are always represented as
x.x.x
where x is a number regardless of any extra versioning. For example, both1.2.2-alpha1
and1.2.2-beta2
would be represented as1.2.2
due to what Windows (and installer files) expect. That said, I don't expect any users to actually run any pre-release versions as they're most for my own testing to simulate what the final release may look like.The first place that is updated is
Add or remove programs
which now reflects the installed version, in this case1.2.0
. It also reflects an updated publisher name as well.Right clicking on the October executable and selecting
Properties -> Details
will also show relevant versioning information as well.If there are any other Windows metadata areas that I'm not aware of and have missed, please let me know.
macOS
Historically the macOS app has had a little "About October" popup that is accessible from the application menu, as is standard with all macOS applications.
We can do better than that though and there is now extra metadata visible when viewing
October.app
within yourApplications
folder:Right clicking on the application and selecting "Get Info" will now show a bunch of updated information such as the installed version.
Similarly, pressing Spacebar with
October.app
highlighted will also show a bunch of information using Finder's preview functionalityThere aren't any other relevant areas of macOS that I'm aware of to check as applications are very self contained (ie; there isn't a messy install process) unlike with Windows and as such, there is no need to worry about install paths changing or anything like that.
Full Changelog: v1.1.2...v1.2.0
This discussion was created from the release v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions