Skip to content

v1.0.8

Compare
Choose a tag to compare
@directionless directionless released this 08 May 19:39
· 565 commits to main since this release
7948f44

v1.0.8 has several updates and bug fixes. Some notable callouts:

  • On windows, there is no longer a 2 minute delay on service startup. Further, this setting is adjusted on autoupdate.
  • There are a handful of performance improvements relating to how timers are used
  • There is a fix for two desktop icons appearing. Note while this fixes an underlying cause, it cannot clean up the stale icon. You will need to reboot (or manually kill the process) to repair

Table Changes

General

  • Autoupdate: Small autoupdate improvements by @RebeccaMahany in #1119
  • Control: adds control server accelertion on menu open event, adds more failsafes for shutting down desktop when parent gone by @James-Pickett in #1159
  • Desktop: Add LastMenuUpdateTime to menu template variables, improved relativeTime to handle timestamps in the past by @seejdev in #1137
  • Desktop: Allow future new menu item actions to be easier to introduce by @seejdev in #1186
  • Desktop: Change menu template data to a map type by @seejdev in #1154
  • Desktop: Fixed an edge case where no menu/icon shows up by @seejdev in #1179
  • Desktop: Hide command prompt window when launching URLs on Windows by @seejdev in #1131
  • Desktop: restructures desktop source layouts to differentiate between runner and user components by @James-Pickett in #1167
  • Log process info on osqueryd init error by @RebeccaMahany in #1130
  • Performance: Adding missing defer ticker.Stop() calls by @seejdev in #1132
  • Performance: Increasing thrift's ServerConnectivityCheckInterval from 5ms to 100ms by @seejdev in #1173
  • Reducing spammy log messages by @seejdev in #1153
  • Use text/template instead of html/template in packagekit by @directionless in #1184
  • Introducing Flags interface, with implementation for control server related flags by @seejdev in #1114
  • Moving remaining launcher flags to Knapsack by @seejdev in #1138
  • Pass knapsack in to tuf autoupdater to simplify configuration by @RebeccaMahany in #1168
  • Removing unnecessary Knapsack/Flags setters by @seejdev in #1170

Build and Package

Full Changelog: v1.0.7...v1.0.8