mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
# Details This PR updates the version in the chrome extension package.json to 1.3.3, updates the changelog with entries for the past two releases, and updates to the beta-testing instructions in the README.
751 B
751 B
fleetd-chrome 1.3.3 (August 8, 2025)
- Fixed a bug which caused fleetd-chrome to fail enrollment.
fleetd-chrome 1.3.2 (Feb 28, 2025)
- Fixed "privacy_preferences" table query to return results correctly.
fleetd-chrome 1.3.1 (May 20, 2024)
-
Fixed bug where fleetd-chrome sent multiple read requests to Fleet server at the same time.
-
Improved console log output messages when Fleet server is down.
fleetd-chrome 1.3.0 (Apr 29, 2024)
-
Created a fix to recover after a rare RuntimeError coming from sqlite web assembly code by reinitializing the DB.
-
Fixed a bug where values not derived from "actual" fleetd-chrome tables were not being displayed correctly (e.g.,
SELECT 1gets its value from the query itself, not a table)