Merge remote-tracking branch 'origin/release/3.3.0' into 4.0.0a1

This commit is contained in:
Marek Wolan
2024-10-11 12:42:32 +01:00
44 changed files with 12771 additions and 183 deletions

View File

@@ -5,7 +5,8 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [3.3.0] - 2024-09-04
### Added
- Random Number Generator Seeding by specifying a random number seed in the config file.
- Implemented Terminal service class, providing a generic terminal simulation.