diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea9f24f7..34db1c832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,20 @@ All **notable** changes to this project are documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/) -## [Unreleased] - -### Added +## [0.8.5] ### Changed -### Deprecated +- Execution button shortcuts have been changed because F5 is traditionally reserved for refreshing. + The shortcuts are now: -### Removed + - **Shift+F9** to execute project + - **F9** to execute selection + - **F10** to stop execution ### Fixed -### Security +- Fixed a bug where scenario filters could cause Tracebacks in tools that were using ``spinedb_api``. ## [0.8.4] diff --git a/pyproject.toml b/pyproject.toml index 52b2110d7..088b63be0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",