mirror of https://github.com/nirenjan/libx52.git
parent
f34f84a3ee
commit
a3cc0adb84
|
@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based upon [Keep a Changelog].
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.2] - 2021-09-03
|
||||
### Added
|
||||
- IO library to read and parse events from a supported joystick.
|
||||
- Event test utility which displays the events similar to evtest.
|
||||
|
@ -115,7 +117,7 @@ The format is based upon [Keep a Changelog].
|
|||
### Fixed
|
||||
- Kernel module compilation on Linux v3.5 and later
|
||||
|
||||
## 0.0.1 - 2012-10-25
|
||||
## [0.0.1] - 2012-10-25
|
||||
### Added
|
||||
- Kernel module for Saitek X52 Pro Joystick
|
||||
- First release of userspace application
|
||||
|
@ -124,10 +126,12 @@ The format is based upon [Keep a Changelog].
|
|||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
|
||||
[TAP]: https://testanything.org
|
||||
[Unreleased]: https://github.com/nirenjan/x52pro-linux/compare/v0.2.1...HEAD
|
||||
[Unreleased]: https://github.com/nirenjan/x52pro-linux/compare/v0.2.2...HEAD
|
||||
[0.2.2]: https://github.com/nirenjan/x52pro-linux/compare/v0.2.2...v0.2.1
|
||||
[0.2.1]: https://github.com/nirenjan/x52pro-linux/compare/v0.2.0...v0.2.1
|
||||
[0.2.0]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.2...v0.2.0
|
||||
[0.1.2]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.1...v0.1.2
|
||||
[0.1.1]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.0...v0.1.1
|
||||
[0.1.0]: https://github.com/nirenjan/x52pro-linux/compare/v0.0.2...v0.1.0
|
||||
[0.0.2]: https://github.com/nirenjan/x52pro-linux/compare/v0.0.1...v0.0.2
|
||||
[0.0.1]: https://github.com/nirenjan/x52pro-linux/releases/tag/v0.0.1
|
||||
|
|
Loading…
Reference in New Issue