Skip to content

Commit

Permalink
Set version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaussereau committed Sep 10, 2024
1 parent f369ddc commit b272bea
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
37 changes: 29 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sources/odatix/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3
3.1.0

0 comments on commit b272bea

Please sign in to comment.