Infrastructure: Implement master/dev/vX branching, save git path, and fix username casing

This commit is contained in:
Daniel Bedeleanu
2026-04-10 21:51:22 +03:00
parent 93edcc261b
commit 8a3783c7e9
3397 changed files with 57402 additions and 98 deletions

View File

@@ -4,3 +4,10 @@ Archive of previous AI handover notes from `SESSION_STATE.md`.
Entries are added here when a new AI session starts.
---
### 2026-04-10 (v1.2.0)
- Implemented **Structured Categories** (Group-based) and **Item Types**.
- Finalized **Local Authentication** with PBKDF2 (Mac/Python 3.14 compatible).
- Added **LDAP Authentication Framework** (disabled by default in `ldap_config.json`).
- Fixed audit log schema (UUID and Details).
- Updated documentation and bumped version to 1.2.0.