v1.3.0 #68
marcus-crane
announced in
Announcements
v1.3.0
#68
Replies: 1 comment 1 reply
-
AM I the only one to have a virus issue when unpacking the *.zip? Norton is guaranteeing the *.exe because it identieifes it as a virus. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release refactors all of the internal logging, dropping zerolog in favour of trusty logrus which is not user facing at all.
As a result, logging now works properly again on Windows closing #25
While going through all the various log entries, I've also switched the logging format to JSON which makes it easier to parse through each file. Some log entry sizes have also been greatly reduced where before they would log out an entire struct even if the whole thing wasn't useful. This should greatly reduce the size of the average log file.
In order to making it easier for users to submit logs for investigations, there is now a button in the Settings view that will open your computer's file explorer to the location that October stores logs in (#12)
Windows
macOS
You might also notice a couple of other small additions in the screenshots above.
There is now a little build identifier in the Settings view where you can see build information about the version of October you're running (#65) as well as a button for reporting bugs which will open a new Github issue pre-populated with said build information to make it easier to provide support to end users.
I've still got some other refactoring tasks to do which should hopefully then make it easier to add in some of the larger features that have been outstanding such as better handling of upload failures as well as cutting down the time to upload
Beta Was this translation helpful? Give feedback.
All reactions