You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,14 @@ Status of the `main` branch. Changes prior to the next official version change w
5
5
* General:
6
6
- Support environment variable `SERENA_USAGE_REPORTING` (set to `false` to disable usage reporting)
7
7
- Extended the list of always ignored directories (by language servers) with common cases.
8
+
- Improve exposed toolset: With mode switching no longer being a feature, we now fully apply tool exclusions
9
+
defined by modes when in a single-project context (limiting exposed tools to a minimum)
8
10
- Fix: When scanning for `.gitignore` files, the presence of files that could not be made relative
9
11
to the project root would cause the scan to fail. #1317
10
12
13
+
Dashboard:
14
+
- Fix handling of read news, saving each read news entry separately #1338
15
+
11
16
JetBrains:
12
17
- Improve handling of `relative_path` parameter
13
18
- Improve its documentation to avoid usage errors
@@ -18,7 +23,7 @@ JetBrains:
18
23
- Add mSL (mIRC Scripting Language) support (custom pygls-based language server; symbols, references, definitions)
19
24
- Fix initialisation issues in Vue language server #1333
20
25
21
-
# 1.1.1
26
+
# v1.1.1 (2026-04-12)
22
27
23
28
* General:
24
29
- Enable cert verification for HTTPS request to oraios-software.de #1320
@@ -30,7 +35,7 @@ JetBrains:
30
35
- Fix Dart LSP returning only symbol name as body instead of full method body.
31
36
32
37
33
-
# 1.1.0
38
+
# v1.1.0 (2026-04-11)
34
39
35
40
* General:
36
41
-**Major**: Add commands for hooks and documentation of recommended setup. Consider setting up the [recommended hooks](https://oraios.github.io/serena/02-usage/030_clients.html) !
@@ -53,7 +58,7 @@ JetBrains:
53
58
Some clients would terminate the MCP server in a way that did not ensure proper termination.
54
59
- Fix: Manual server shutdown triggered by GUI tool/dashboard not cleaning everything up.
55
60
56
-
# 1.0.0
61
+
# v1.0.0 (2026-04-03)
57
62
58
63
* General:
59
64
* Add monorepo/multi-language support
@@ -134,7 +139,7 @@ JetBrains:
134
139
***C/C++ alternate LS (ccls)**: Add experimental, opt-in support for ccls as an alternative backend to clangd. Enable via `cpp_ccls` in project configuration. Requires `ccls` installed and ideally a `compile_commands.json` at repo root.
135
140
***Add support for Solidity** via the Nomic Foundation `@nomicfoundation/solidity-language-server` (automatically installed via npm)
136
141
137
-
# 0.1.4
142
+
# v0.1.4 (2025-08-15)
138
143
139
144
## Summary
140
145
@@ -178,7 +183,7 @@ Fixes:
178
183
default shell reconfiguration imposed by Claude Code)
179
184
* Additional wait for initialization in C# language server before requesting references, allowing cross-file references to be found.
<h3>Agents Evaluating Serena for Themselves & Maintenance Update</h3>
3
+
<pclass="date">April 14, 2026</p>
4
+
<p>
5
+
<b>Evaluation.</b>
6
+
We had our actual "end users", i.e. coding agents, evaluate the added value of Serena's tools based on their own empirical insights.
7
+
Read what the agents had to say in our <atarget="_blank" href="https://oraios.github.io/serena/04-evaluation/000_evaluation-intro.html">evaluation report</a>.<br>
8
+
This represents the first systematic evaluation we ever conducted.
9
+
</p>
10
+
<p>
11
+
<b>Maintenance Update.</b> The new v1.1.2 release adds several improvements and fixes.<br>
12
+
If you have already switched to the uv tool installation of Serena, upgrade as follows:<br>
0 commit comments