Skip to content

Releases: FOGProject/fog-client

0.13.0

05 Mar 20:12
Compare
Choose a tag to compare
  • 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

25 Sep 20:08
Compare
Choose a tag to compare
  • Correct polish language file (#136, thanks to @Piotr86PL)
  • Update Zazzles.dll (1186cca)
  • Update external libraries Newtonsoft.Json to v13.0.1, SharpZipLib to v1.3.3 (ac865cf, 2668353)
  • Use ZipStrings instead of deprecated ZipConstans (c33cdad)

0.12.1

02 Mar 21:08
Compare
Choose a tag to compare

Improvements:

  • Allow using certificate files from local filesystem instead of just loading from the Windows cert store.
  • Add check for systemd/initd on uninstall as well to surpress ugly error messages.
  • Add Italian language support (#128)

0.12.0

22 Apr 17:50
Compare
Choose a tag to compare

Bug fixes:

  • Repair hang on Linux systems when shutting down FOGService (issue #93)
  • Fix unzipping subdirectories on Linux/Unix systems (issue #122)

Improvements:

  • Move to .Net Framework 4.5.2
  • Update Quartz to 3.0.7 and ZipLib to 1.2.0
  • Add Romanian and Polish language support

0.11.19

01 Feb 18:16
Compare
Choose a tag to compare

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

26 Jan 22:15
Compare
Choose a tag to compare

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

09 Dec 18:18
Compare
Choose a tag to compare

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

10 Apr 03:52
Compare
Choose a tag to compare

Bug Fixes

  • Set correct client version on Linux and Mac

New Features

  • New generalized notification message for snapins.

0.11.15

26 Feb 18:25
Compare
Choose a tag to compare

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

14 Feb 17:53
Compare
Choose a tag to compare

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