agl 22.0.3 → 22.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +10 -0
- package/dist_serve/bundle.js +1794 -1775
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/classes.authstore.d.ts +1 -0
- package/dist_ts/classes.authstore.js +30 -1
- package/dist_ts/classes.controller.js +22 -4
- package/package.json +4 -4
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/classes.authstore.ts +44 -0
- package/ts/classes.controller.ts +28 -4
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements.harnesscontrollerapp.ts +10 -3
package/changelog.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026-08-21 - 22.0.4
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- surface Flex project tasks as session todos (flex)
|
|
8
|
+
- Add read-only Flex task reads that respect session generation fences without creating database state
|
|
9
|
+
- Populate Flex session detail todos from persisted project management tasks
|
|
10
|
+
- Enable the todos panel for Flex sessions and refresh auxiliary data when a busy session settles
|
|
11
|
+
- Bump Flex-related patch dependencies
|
|
12
|
+
|
|
3
13
|
## 2026-08-21 - 22.0.3
|
|
4
14
|
|
|
5
15
|
### Fixes
|