diff --git a/README.md b/README.md index fb4db98..bbc73ec 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Readme +# py-kms + ![repo-size](https://img.shields.io/github/repo-size/Py-KMS-Organization/py-kms) ![open-issues](https://img.shields.io/github/issues/Py-KMS-Organization/py-kms) ![last-commit](https://img.shields.io/github/last-commit/Py-KMS-Organization/py-kms/master) ![docker-pulls](https://img.shields.io/docker/pulls/pykmsorg/py-kms) ![read-the-docs](https://img.shields.io/readthedocs/py-kms) -*** _Keep in mind that this project is not intended for production use. Feel free to use it to test your own systems or maybe even learn something from the protocol structure._ 😉 @@ -12,6 +12,9 @@ _Keep in mind that this project is not intended for production use. Feel free to _py-kms_ is a port of node-kms created by [cyrozap](http://forums.mydigitallife.info/members/183074-markedsword), which is a port of either the C#, C++, or .NET implementations of KMS Emulator. The original version was written by [CODYQX4](http://forums.mydigitallife.info/members/89933-CODYQX4) and is derived from the reverse-engineered code of Microsoft's official KMS. This version of _py-kms_ is for itself a fork of the original implementation by [SystemRage](https://github.com/SystemRage/py-kms), which was abandoned early 2021. +### What is with version `1.0.0`? +Semantic versioning is now being used in this project, so checkout the [GitHub Releases](https://github.com/Py-KMS-Organization/py-kms/releases). Before, a `CHANGELOG.md` file was used to track changes, but got abandoned over time. Its content got moved into the [Historic Releases](docs/Historic%20Releases.md) document for reference. + ## Features - Responds to `v4`, `v5`, and `v6` KMS requests. - Supports activating [a lot of products](docs/Keys.md), so checkout the docs for more information. diff --git a/CHANGELOG.md b/docs/Historic Releases.md similarity index 98% rename from CHANGELOG.md rename to docs/Historic Releases.md index 47c1fac..d47cd95 100644 --- a/CHANGELOG.md +++ b/docs/Historic Releases.md @@ -1,5 +1,7 @@ # Changelog +**THIS IS A HISTORIC RELEASES FILE.** Nowadays we moved to proper semantic versioning and use Git-based tagging to track releases instead. + ## py-kms_2022-12-16 - Added support for new web-gui into Docker - Implemented whole-new web-based GUI with Flask