Skip to content

Commit ef915af

Browse files
committed
5.1.3 release
1 parent f4a68d5 commit ef915af

11 files changed

Lines changed: 1608 additions & 1175 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"image": "mcr.microsoft.com/devcontainers/base:noble",
44
"features": {
55
"ghcr.io/devcontainers/features/azure-cli:1": {},
6-
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
6+
"ghcr.io/devcontainers/features/docker-in-docker:3.0.1": {},
77
"ghcr.io/devcontainers/features/dotnet:2": {
88
"version": "10.0",
99
"workloads": "aspire"
1010
},
1111
"ghcr.io/devcontainers/features/git-lfs:1": {},
12-
"ghcr.io/devcontainers/features/node:1": {
13-
"version": "22.22.1"
12+
"ghcr.io/devcontainers/features/node:2.0.0": {
13+
"version": "22.22.3"
1414
},
1515
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}
1616
},

.github/actions/build-source/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- name: Setup Node.js 22.x
99
uses: actions/setup-node@v6
1010
with:
11-
node-version: 22.22.1
11+
node-version: 22.22.3
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v5
1414
with:

.github/actions/test-source/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
files: source/server/test/*.xml
3030
check_name: Bot test results
3131
- name: Upload coverage reports
32-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
32+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
3333
if: always()
3434
with:
3535
fail_ci_if_error: true

CHANGELOG.md

Lines changed: 217 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
# Changelog
2+
3+
## [v5.1.3] - 2026-06-18
4+
5+
- Dependency updates
6+
7+
## [v5.1.2] - 2026-05-12
8+
9+
- Dependency updates
10+
11+
## [v5.1.1] - 2026-04-03
12+
13+
- Dependency updates
14+
15+
## [v5.1.0] - 2026-02-19
16+
17+
- Feature updates
18+
- Help command
19+
- Dependency updates
20+
21+
## [v5.0.2] - 2026-01-30
22+
23+
- Feature updates
24+
- Toast Notification
25+
- Internal updates
26+
- ESLint (Perfectionist)
27+
- Logging
28+
29+
## [v5.0.1] - 2026-01-29
30+
31+
- Internal updates
32+
- Bug fixes
33+
34+
## [v5.0.0] - 2026-01-29
35+
36+
- Internal updates
37+
- Microsoft Bot Framework to Microsoft 365 Agents SDK
38+
39+
## [v4.2.3] - 2026-01-29
40+
41+
- Dependency updates
42+
43+
## [v4.2.2] - 2026-01-29
44+
45+
- Internal updates
46+
47+
## [v4.2.1] - 2026-01-29
48+
49+
- Internal updates
50+
51+
## [v4.2.0] - 2026-01-29
52+
53+
- Internal updates
54+
- React 18 to React 19
55+
- .NET 8 to .NET 10
56+
- GitHub Codespaces (devcontainer.json)
57+
- Dependency updates
58+
59+
## [v4.1.10] - 2025-10-24
60+
61+
- Code refactoring
62+
- Global usings
63+
- Testing
64+
65+
## [v4.1.9] - 2025-10-22
66+
67+
- Feature updates
68+
- Installation guide
69+
- No command execution during meetings
70+
71+
## [v4.1.8] - 2025-10-21
72+
73+
- Internal updates
74+
- Use UserAssignedMSI for authentication
75+
- Dependency updates
76+
77+
## [v4.1.7] - 2025-10-02
78+
79+
- Internal updates
80+
- GitHub Actions
81+
- Dependency updates
82+
83+
## [v4.1.6] - 2025-09-10
84+
85+
- Dependency updates
86+
87+
## [v4.1.5] - 2025-09-02
88+
89+
- Internal updates
90+
- AutoMapper to Mapster
91+
92+
## [v4.1.4] - 2025-07-10
93+
94+
- Code refactoring
95+
96+
## [v4.1.3] - 2025-07-09
97+
98+
- Internal updates
99+
- Dynamic HTML metadata (react-helmet-async)
100+
- .NET Aspire
101+
- Dependency updates
102+
103+
## [v4.1.2] - 2025-07-03
104+
105+
- Internal updates
106+
- .NET Aspire (Experimental)
107+
- ASP.NET Core Integration in Azure Functions
108+
109+
## [v4.1.1] - 2025-06-19
110+
111+
- Code refactoring
112+
113+
## [v4.1.0] - 2025-06-19
114+
115+
- Code refactoring
116+
117+
## [v4.0.2] - 2025-06-02
118+
119+
- Feature updates
120+
- Disable inputs
121+
- Dependency updates
122+
123+
## [v4.0.1] - 2025-04-17
124+
125+
- Internal updates
126+
127+
## [v4.0.0] - 2025-03-28
128+
129+
- Internal updates
130+
- Move APIs to Azure Functions
131+
- Code refactoring
132+
133+
## [v3.2.4] - 2025-03-14
134+
135+
- Internal updates
136+
- Dependency updates
137+
138+
## [v3.2.3] - 2025-03-07
139+
140+
- Dependency updates
141+
142+
## [v3.2.2] - 2025-01-17
143+
144+
- Dependency updates
145+
146+
## [v3.2.1] - 2024-12-25
147+
148+
- Dependency updates
149+
- Bug fixes
150+
151+
## [v3.2.0] - 2024-12-12
152+
153+
- Code refactoring
154+
- Dependency updates
155+
156+
## [v3.1.3] - 2024-11-12
157+
158+
- Code refactoring
159+
- Dependency updates
160+
161+
## [v3.1.2] - 2024-11-05
162+
163+
- Code refactoring
164+
165+
## [v3.1.1] - 2024-10-28
166+
167+
- Internal updates
168+
- GitHub Actions
169+
- Dependency updates
170+
171+
## [v3.1.0] - 2024-10-28
172+
173+
- Feature updates
174+
- Multiline message
175+
- Internal updates
176+
- Github Actions
177+
- Screenshots
178+
- Big fixes
179+
- Code refactoring
180+
181+
## [v3.0.13] - 2024-10-09
182+
183+
- Bug fixes
184+
185+
## [v3.0.12] - 2024-09-27
186+
187+
- Feature updates
188+
- Manifest version 1.16 to 1.17
189+
- Internal updates
190+
- Terms of Use and Privacy Policy
191+
- Dependency updates
192+
- Bug fixes
193+
194+
## [v3.0.11] - 2024-08-29
195+
196+
- Internal updates
197+
198+
## [v3.0.10] - 2024-08-29
199+
200+
- Bug fixes
201+
- Failure when sending QR code
202+
- Internal updates
203+
- Removed eslint-plugin-import
204+
- Code refactoring
205+
206+
## [v3.0.9] - 2024-08-28
207+
208+
- Internal updates
209+
- Added @stylistic/eslint-plugin
210+
- Dependency updates
211+
- Bug fixes
212+
213+
## [v3.0.8] - 2024-08-16
214+
215+
- Internal updates
216+
- ESLint flat config
217+
- Dependency updates

source/client/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://localhost:5173",
99
"webRoot": "${workspaceFolder}",
1010
"runtimeArgs": [
11-
"-incognito"
11+
"--guest"
1212
],
1313
"preLaunchTask": "react-start",
1414
"postDebugTask": "react-terminate"

0 commit comments

Comments
 (0)