From b272beab27093bd4fab0081a9adc4a4e63fca191 Mon Sep 17 00:00:00 2001 From: Jonathan Saussereau Date: Tue, 10 Sep 2024 18:56:07 +0200 Subject: [PATCH] Set version to 3.1.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++-------- sources/odatix/version.txt | 2 +- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806f2a8..fff9ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,37 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). -## [3.0.3] - 2024-08-26 +## [3.1.0] - 2024-09-10 ### Added -- Find another port if the default port is not available for Odatix Explorer -- Improve error handling +- Add '--normal_term_mode' option to odatix-explorer +- Add '--safe_mode' option to odatix-explorer +- Add a tool_install_path key to target files + +### Changed + +- Change default work path for fmax synthesis to work/fmax +- Change default odatix-explorer development server address to 0.0.0.0 ### Fixed +- Fix verilator examples not working with older versions of verilator +- Fix ghdl examples not working with older versions of ghdl +- Fix ugly formatting after replacing examples parameters +- Fix incorrect display when resizing in odatix curses interface +- Fix not resetting the terminal mode is the result path is not found in odatix-explorer +- Fix odatix-explorer crashing if when no target is selected +- Fix internal error at launch with some versions of dash core components +- Fix configuration file generation not working for openlane + +## [3.0.3] - 2024-08-26 + +### Fixed + +- Fix odatix-explorer not opening if the default port is already in use - Fix compatibility with python 3.6 +- Improve error handling ## [3.0.2] - 2024-08-23 @@ -24,7 +45,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - Fix clean command not using the file specified in odatix.yml -## [3.0.1] - 2024-08-21 +## [3.0.0] - 2024-08-21 ### Added @@ -33,10 +54,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - Add a new curses interface - Add a new job scheduler - Add a '--init' flag to configure current directory -- Add a new interface for Odatix Explorer -- Add VS charts to Odatix Explorer -- Add radar charts to Odatix Explorer -- Add display and export settings to Odatix Explorer +- Add a new interface for odatix-explorer +- Add VS charts to odatix-explorer +- Add radar charts to odatix-explorer +- Add display and export settings to odatix-explorer ### Changed diff --git a/sources/odatix/version.txt b/sources/odatix/version.txt index 75a22a2..fd2a018 100644 --- a/sources/odatix/version.txt +++ b/sources/odatix/version.txt @@ -1 +1 @@ -3.0.3 +3.1.0