added changelog

This commit is contained in:
STAM 2024-11-01 19:26:07 +03:00 committed by GitHub
commit 40e90cfb8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 0 deletions

21
CHANGELOG.md Normal file
View File

@ -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)

View File

View File

@ -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 # Description
Dev-tool that demonstrates on client-side true position of the hitboxes calculated by server Dev-tool that demonstrates on client-side true position of the hitboxes calculated by server