Skip to content

Commit 6cc63cc

Browse files
authored
Merge pull request #545 from deploystackio/frontend-release
[Frontend Release] v0.46.0
2 parents 7193e89 + 5d8faca commit 6cc63cc

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/frontend/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.46.0 (2025-12-04)
4+
5+
* feat(all): add real-time MCP server config updates with automatic stdio restart ad287e4
6+
* feat(all): queue MCP server deletion as background job with cascade notifications 679fcb5
7+
* feat(backend): add email notifications for MCP installation events 448e687
8+
* feat(backend): add user-level HTTP config overrides for headers and query params 7193e89
9+
* feat(frontend): simplify checkbox value update handling in settings 8b7c3ac
10+
* feat(satellite): add support for public backend URL in OAuth configuration aebb814
11+
* chore(backend): release v0.50.0 cee81fb
12+
* chore(backend): release v0.50.0 56decfb
13+
* chore(satellite): release v0.13.0 be96cc1
14+
* chore(satellite): release v0.13.0 fdbbcdf
15+
* fix(backend): notify satellites when auto-installing MCP servers for new teams b3df717
16+
* fix(frontend): clear additional edit-related storage keys 726626a
17+
* fix(frontend): normalize tag input to lowercase on addition 50fc847
18+
* fix(frontend): remove hotlined profile picture 2fa3257
19+
* fix(frontend): update logout messages for clarity and consistency 5bf215b
20+
* style(frontend): adjust padding for server details display c19c47a
21+
322
## 0.45.0 (2025-12-01)
423

524
* docs(all): update feature list with per-tool access controls and catalog improvements d4ec492

services/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/frontend",
3-
"version": "0.45.0",
3+
"version": "0.46.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)