Releases: FOGProject/fog-client
Releases · FOGProject/fog-client
0.13.0
- Allow for use of custom PrintUI parameters, thanks to @Iri5s (3b743b7)
- Break after authentication fails five times in a row, thanks to @Iri5s (cbd3e6e)
- Fix applying of printer settings through PrintUI, thanks to tatanas (9755290)
- Update copyright information in all source files and assembly to 2023 (b441ed7)
- Update Zazzles library to latest version FOGProject/zazzles@b2b488f (7059cd3)
0.12.2
0.12.1
0.12.0
0.11.19
Bug fixes:
- Add manual check against CA from key store as mono seems to fail doing that by itself
- Sign all binaries with both code signing certs and update Zazzles.dll to check both
0.11.18
Bug Fixes
- Allow installer to load CA cert from HTTPS enabled FOG servers
- Make the installer use last known location on upgrade (#117)
- Fix ShutdownGUI notification not working (#121)
New Features
- Sign all binaries with both signatures and update Zazzles to check those
- Add option to enable HTTPS to installer GUI
- Skip printer handling if there is a power task scheduled already
- Renew code signing certificate used by the auto updating process
- Improve installer logs and error checks to make debugging easier
- Retry HTTP POST on redirect and update settings when redirected to HTTPS
0.11.17
Bug Fixes
- Change certificate store to workaround Mac OS X issue
- Set default code page to prevent from error on systems with mixed codepage settings
- Translate Day of Week from CRON
- Change product key format check
- Load certs from store without automatic valitity check to workaround a bug in mono
- Do not follow redirects on HTTP POST and improve error messages on HTTPS certificate issues
New Features
- Allow for unzipping empty folders in snapin packs
- Add Portuguese and Czech language
- Add environment variables FOG_URL, FOG_SNAPIN_TASK_ID and FOG_MAC_ADRESSES
- Update externel dependencies
0.11.16
Bug Fixes
- Set correct client version on Linux and Mac
New Features
- New generalized notification message for snapins.
0.11.15
Bug Fixes
- Set FOGService to
Automatic (Delayed Start)
by default, this helps prevent the client from starting too early and failing to bind to win32 power api
0.11.14
Bug Fixes
- Patch bug where the installer would fail to pin the server when port 80 is blocked
- Patch bug where SnapinClient would crash when a completed snapin is locked by another process