From 49a5ba64202d124c3bea089fb8ac4594915d8e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matteo=20=E2=84=B1an?= Date: Tue, 14 May 2019 23:34:00 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6a23c..ff90fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### py-kms_2019-05-15 +- Merging for Python2 / Python3 compatibility all-in-one. +- Added new options: + - timeout, [logsize](https://github.com/SystemRage/py-kms/pull/21). + - more control on logging and info visualization (custom loglevel and stdout logfile redirection) to match [this](https://github.com/SystemRage/py-kms/issues/22) request. +- Setup for multithreading support. +- Graphical improvements: + - added a (_"really silly"_) tkinter GUI as an alternative to command line. +- [Dockerized](https://github.com/SystemRage/py-kms/pull/20) with sqlite-web. +- Fixed activation threshold. +- Renamed files, cosmetics and many other little big adjustments. + ### py-kms_2018-11-15 - Implemented some good modifications inspired by [this](https://github.com/ThunderEX/py-kms) other fork. - Clean up code ( deleted no longer useful files randomHWID.py, randomEPID.py, timezones.py;