mirror of
https://github.com/rehlds/hitboxtracker.git
synced 2024-12-26 06:35:39 +03:00
added changelog
This commit is contained in:
parent
4e99047155
commit
7c78d7cdea
21
CHANGELOG.md
Normal file
21
CHANGELOG.md
Normal 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)
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user