Skip to content

Commit 005d3ce

Browse files
Prepare 3.12.0 release (#315)
1 parent 79a341a commit 005d3ce

File tree

4 files changed

+186
-222
lines changed

4 files changed

+186
-222
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.12.0 (23-Feb-2026)
2+
Minimum VS Code version is now 1.109.0.
3+
* Launch Management Portal pages in Integrated Browser (#310).
4+
* Update dependencies (#311, #312).
5+
16
## 3.10.6 (29-Dec-2025)
27
* Fix logic for invalidating a REST session (#301).
38
* Prevent uncaught error in `retryServer` command (#306).

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
55
InterSystems Server Manager is a Visual Studio Code extension for defining connections to [InterSystems](https://www.intersystems.com/) servers. These definitions can used by other VS Code extensions when they make connections. One example is the [ObjectScript extension](https://github.com/intersystems-community/vscode-objectscript) for code editing. The [Launch WebTerminals](https://marketplace.visualstudio.com/items?itemName=georgejames.webterminal-vscode) extension is another.
66

7-
See the [CHANGELOG](https://marketplace.visualstudio.com/items/intersystems-community.servermanager/changelog) for changes in each release.
7+
See the [CHANGELOG](https://marketplace.visualstudio.com/items/intersystems-community.servermanager/changelog) for details of changes in each release.
8+
9+
# New in Version 3.12 - February 2026
10+
- Require VS Code 1.109+.
11+
- Launch Management Portal pages in Integrated Browser.
12+
13+
# New in Version 3.10 - April 2025
14+
- Show `objectscript.conn.docker-compose` type connections under 'Current' node.
15+
- Support running in a web environment.
816

917
# New in Version 3.8 - November 2024
1018
- Updated the authentication provider to resolve overprompting caused by a VS Code 1.93 change.

0 commit comments

Comments
 (0)