Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/spine-tools/Spine-Toolbox
Browse files Browse the repository at this point in the history
…into issue_2972
  • Loading branch information
ptsavol committed Oct 8, 2024
2 parents 17273a6 + 8c5e11f commit 5d37ed4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)

### Security

## [0.8.5]

### Changed

- Execution button shortcuts have been changed because F5 is traditionally reserved for refreshing.
The shortcuts are now:

- **Shift+F9** to execute project
- **F9** to execute selection
- **F10** to stop execution

### Fixed

- Fixed a bug where scenario filters could cause Tracebacks in tools that were using ``spinedb_api``.

## [0.8.4]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"PySide6 >= 6.5.0, != 6.5.3, != 6.6.3, != 6.7.0",
"jupyter_client >=6.0",
"qtconsole >=5.1",
"spinedb_api>=0.31.5",
"spinedb_api>=0.31.6",
"spine_engine>=0.24.3",
"numpy >=1.20.2",
"matplotlib >= 3.5",
Expand Down

0 comments on commit 5d37ed4

Please sign in to comment.