v20.0.0
This commit is contained in:
parent
de5ac9bee0
commit
41d579abae
12
CHANGELOG.md
12
CHANGELOG.md
@ -20,6 +20,18 @@ instructions, because git commits are used to generate release notes:
|
||||
|
||||
<!-- scriv-insert-here -->
|
||||
|
||||
<a id='changelog-20.0.0'></a>
|
||||
## v20.0.0 (2025-06-02)
|
||||
|
||||
- [Bugfix] Add logs script to all pages so each page can handle completion of a command itself and not delegate it to a page with logs script. (by @mlabeeb03)
|
||||
|
||||
- [Improvement] Remove the `last-log-file` cookie and use `is_thread_alive` function to check the status of running commands. (by @mlabeeb03)
|
||||
|
||||
- [Feature] Only allow command cancellation from relevant page. (by @mlabeeb03)
|
||||
- [Feature] Add link to developer panel while command is in progress. (by @mlabeeb03)
|
||||
|
||||
- 💥[Feature] Upgrade to Teak. (by @mlabeeb03)
|
||||
|
||||
<a id='changelog-19.0.2'></a>
|
||||
## v19.0.2 (2025-04-16)
|
||||
|
||||
|
||||
@ -1 +0,0 @@
|
||||
- [Bugfix] Add logs script to all pages so each page can handle completion of a command itself and not delegate it to a page with logs script. (by @mlabeeb03)
|
||||
@ -1 +0,0 @@
|
||||
- [Improvement] Remove the `last-log-file` cookie and use `is_thread_alive` function to check the status of running commands. (by @mlabeeb03)
|
||||
@ -1,2 +0,0 @@
|
||||
- [Feature] Only allow command cancellation from relevant page. (by @mlabeeb03)
|
||||
- [Feature] Add link to developer panel while command is in progress. (by @mlabeeb03)
|
||||
@ -27,7 +27,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
dependencies = [
|
||||
"tutor>=19.0.1,<20.0.0",
|
||||
"tutor>=20.0.0,<21.0.0",
|
||||
"quart",
|
||||
"aiofiles",
|
||||
"markdown",
|
||||
@ -39,7 +39,7 @@ dynamic = ["version"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"tutor[dev]>=19.0.1,<20.0.0",
|
||||
"tutor[dev]>=20.0.0,<21.0.0",
|
||||
"types-aiofiles",
|
||||
"types-Markdown",
|
||||
"pylint",
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "19.0.2"
|
||||
__version__ = "20.0.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user