File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed
Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.50.0 (2025-12-04)
4+
5+ * feat(all): add user configuration support in installation process cd26a0e
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(frontend): add boolean select input for environment variables bbd9b62
9+ * feat(frontend): implement server search and installation wizard 4a78930
10+ * feat(frontend): simplify checkbox value update handling in settings 8b7c3ac
11+ * feat(satellite): add support for public backend URL in OAuth configuration aebb814
12+ * fix(backend): notify satellites when auto-installing MCP servers for new teams b3df717
13+ * fix(frontend): clean repository URL and improve validation logic 3862166
14+ * fix(frontend): clear additional edit-related storage keys 726626a
15+ * fix(frontend): implement category caching and loading logic 38fa102
16+ * fix(frontend): normalize tag input to lowercase on addition 50fc847
17+ * fix(frontend): remove hotlined profile picture 2fa3257
18+ * fix(frontend): update logout messages for clarity and consistency 5bf215b
19+ * style(frontend): adjust padding for server details display c19c47a
20+ * chore(frontend): release v0.45.0 b3fe4a0
21+ * chore(frontend): release v0.45.0 430bfe1
22+ * docs(all): update feature list with per-tool access controls and catalog improvements d4ec492
23+
324## 0.49.0 (2025-12-01)
425
526* chore(backend): release v0.49.0 cb8ca0a
Original file line number Diff line number Diff line change 11{
22 "name" : " @deploystack/backend" ,
3- "version" : " 0.49 .0" ,
3+ "version" : " 0.50 .0" ,
44 "scripts" : {
55 "dev" : " nodemon" ,
66 "build" : " tsc && webpack --mode=production" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export interface VersionInfo {
99
1010// This will be replaced by the build script
1111let versionData : VersionInfo = {
12- version : '0.49 .0' ,
13- buildTime : '2025-12-01T07:35:53.144Z ' ,
12+ version : '0.50 .0' ,
13+ buildTime : '2025-12-04T12:29:29.501Z ' ,
1414 source : 'release'
1515} ;
1616
You can’t perform that action at this time.
0 commit comments