mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-01-20 23:20:19 +01:00
Moved changelog and added semantic-versioning note into README
Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
45d7f825df
commit
df0b7d3f6c
|
|
@ -1,10 +1,10 @@
|
|||
# Readme
|
||||
# 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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue