diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8b7ffe3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# [hitboxtracker](https://github.com/rehlds/hitboxtracker) Changelog + +Dev-tool that demonstrates on client-side true position of the hitboxes calculated by server + +--- + +## [`v1.1`](https://github.com/rehlds/hitboxtracker/releases/tag/v1.1) - 2018-01-02 + +### Changed +- Version bump +- Updated `README.md` +- Send custom data via svc_director message instead of delta + +**Full Changelog**: [v1.0...v1.1](https://github.com/rehlds/hitboxtracker/compare/v1.0...v1.1) + +## [`v1.0`](https://github.com/rehlds/hitboxtracker/releases/tag/v1.0) - 2017-12-29 + +### Added +- Firsrt public release + +**Full Changelog**: [v1.0](https://github.com/rehlds/hitboxtracker/commits/v1.0) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 020ab47..8b7f860 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# [hitboxtracker](https://github.com/rehlds/hitboxtracker) [![Percentage of issues still open](http://isitmaintained.com/badge/open/rehlds/hitboxtracker.svg)](http://isitmaintained.com/project/rehlds/hitboxtracker "Percentage of issues still open") [![GitHub license](https://img.shields.io/github/license/rehlds/hitboxtracker.svg?longCache=true&style=flat-square)](https://github.com/rehlds/hitboxtracker/blob/master/LICENSE.md) [![Deprecated](https://img.shields.io/badge/status-Deprecated-red.svg?style=flat-square)](https://github.com/rehlds/hitboxtracker/) [![GitHub issues](https://img.shields.io/github/issues/rehlds/hitboxtracker.svg?longCache=true&style=flat-square)](https://github.com/rehlds/hitboxtracker/issues) [![GitHub forks](https://img.shields.io/github/forks/rehlds/hitboxtracker.svg?longCache=true&style=flat-square)](https://github.com/rehlds/hitboxtracker/network) [![GitHub stars](https://img.shields.io/github/stars/rehlds/hitboxtracker.svg?longCache=true&style=flat-square)](https://github.com/rehlds/hitboxtracker/stargazers) + # Description Dev-tool that demonstrates on client-side true position of the hitboxes calculated by server