Commit faf1ffbd authored by Dimitris Lampridis's avatar Dimitris Lampridis

update changelog

parent 8d91dbdd
......@@ -10,13 +10,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.0] - 2023-01-16
### Added
- udev rules for proper node initialisation
- sw: wrtd_tool.py: add a cli command
### Removed
- sw: hdl_gen_tool removed, was never finished/ready for use
### Changed
- Better python packaging, including wrtd-tool
- All reference designs have been moved to a separate repository, this project now
only contains the WRTD core
- Updated MockTurtle to v4.1.0
- sw: Better python packaging, including wrtd-tool
- sw: Implemented reset argument in wrtd_init()
### Fixed
- Building of drivers in newer (post 4.19) Linux kernels
- fw: rule stats are kept when a rule is moved
- sw: bug for channels with more than one digit (e.g. LC-I11)
- sw: auto-wrap ns timestamp at 1e9
- sw: provide WRTD_ERR_MSG_BUF_SIZE to avoid hard-coding max err message buffer size
- sw: bug in remove_all_rules causing crashes
- sw: rules can no longer be enabled if source/destination id is invalid
## [1.0.1] - 2021-02-10
### Fixed
......@@ -25,6 +36,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2019-10-01
### Added
- First release of WRTD.
[Unreleased]: https://www.ohwr.org/project/wrtd/compare/v1.0.0...proposed_master
[1.0.0]: https://www.ohwr.org/project/wrtd/tags/v1.0.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment