Skip to content

Commit 780750f

Browse files
authoredMar 31, 2025··
docs(changelog): add v0.27.0 release notes and remove unreleased entry (#4087)
* docs(changelog): add v0.27.0 release notes and remove unreleased entry * chore: add notice for backward compatibility * chore: emphasize the compatibility on tabby server
1 parent b7d2d91 commit 780750f

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed
 

‎.changes/unreleased/Features-20250318-131219.yaml

-3
This file was deleted.

‎.changes/v0.27.0.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## v0.27.0 (2025-03-29)
2+
3+
### Notice
4+
5+
* Prepare for the 1.0 release. Starting with this release, extensions version upgrades will maintain backward compatibility with the Tabby server.
6+
7+
### Features
8+
9+
* Add support for the ability to execute shell commands within Chat Panel. ([#3979](https://github.com/TabbyML/tabby/pull/3979))
10+
* Add support for `@changes` within Chat Panel to include uncommitted changes as contexts. ([#3988](https://github.com/TabbyML/tabby/pull/3988))
11+
* Add security option to hide password login in frontend. When enabled, the password login can be revealed by appending the URL search parameter `passwordSignIn=true`. ([#3996](https://github.com/TabbyML/tabby/pull/3996)) ([#4015](https://github.com/TabbyML/tabby/pull/4015))
12+
13+
### Fixed and Improvements
14+
15+
* Store background job logs on disk to prevent disruptions during processing of large repositories. ([#3994](https://github.com/TabbyML/tabby/pull/3994))
16+
* Track chat usage frequency and display it in Reports page. ([#4025](https://github.com/TabbyML/tabby/pull/4025)) ([#4042](https://github.com/TabbyML/tabby/pull/4042))
17+
* Resolve the chat functionality issue involving OpenAI reasoning models such as `o3-mini` and `o1-mini`. ([#4049](https://github.com/TabbyML/tabby/pull/4049))

‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v0.27.0 (2025-03-29)
9+
10+
### Notice
11+
12+
* Prepare for the 1.0 release. Starting with this release, extensions version upgrades will maintain backward compatibility with the Tabby server.
13+
14+
### Features
15+
16+
* Add support for the ability to execute shell commands within Chat Panel. ([#3979](https://github.com/TabbyML/tabby/pull/3979))
17+
* Add support for `@changes` within Chat Panel to include uncommitted changes as contexts. ([#3988](https://github.com/TabbyML/tabby/pull/3988))
18+
* Add security option to hide password login in frontend. When enabled, the password login can be revealed by appending the URL search parameter `passwordSignIn=true`. ([#3996](https://github.com/TabbyML/tabby/pull/3996)) ([#4015](https://github.com/TabbyML/tabby/pull/4015))
19+
20+
### Fixed and Improvements
21+
22+
* Store background job logs on disk to prevent disruptions during processing of large repositories. ([#3994](https://github.com/TabbyML/tabby/pull/3994))
23+
* Track chat usage frequency and display it in Reports page. ([#4025](https://github.com/TabbyML/tabby/pull/4025)) ([#4042](https://github.com/TabbyML/tabby/pull/4042))
24+
* Resolve the chat functionality issue involving OpenAI reasoning models such as `o3-mini` and `o1-mini`. ([#4049](https://github.com/TabbyML/tabby/pull/4049))
25+
826
## v0.26.0 (2025-03-16)
927

1028
### Notice

0 commit comments

Comments
 (0)
Please sign in to comment.