| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-16 | 5.0 kB | |
| v1.2.0 source code.tar.gz | 2026-01-16 | 316.6 kB | |
| v1.2.0 source code.zip | 2026-01-16 | 407.0 kB | |
| Totals: 3 Items | 728.6 kB | 0 | |
1.2.0 (2026-01-16)
Bug Fixes
- Add margin-bottom to code display container for improved spacing (111edfb)
- Add padding to sidebar content and remove GitHub icon from navigation (598a512)
- Add search button to SiteHeader for improved documentation navigation (61b7c5a)
- Adjust layout and styling for code display sections in index.astro (8503c49)
- Adjust search button layout in SiteHeader for improved visibility and alignment (990fc89)
- Enhance code display section with improved styling and overflow handling (0cf8410)
- Remove border from code block styling for improved aesthetics (e45a6a5)
- Remove Header and Footer components from the project (ff26d02)
- Replace mobile navigation button with PanelRightClose icon and remove mobile search button (441509a)
- Update code block syntax from 'text' to 'plaintext' for consistency in documentation (e1f91a7)
- Update code display section to improve layout and enable horizontal scrolling (2690a3c)
- Update lint command and correct metadata field names for consistency (6df10f1)
Features
- Add benchmarking for collection list operation (6f81110)
- Add benchmarking for encrypt, decrypt, and derive key operations (a32d6a1)
- Add List and BulkInsert commands to the Sentinel CLI (69ace81)
- Add list command to retrieve and display documents in a Sentinel collection (d4f7f90)
- Add tracing dependency to sentinel and sentinel-crypto (a6f1963)
- Add tracing support across the crypto and collection modules for improved logging (fb81149)
- Bump version of sentinel-cli, sentinel-crypto, and sentinel-dbms to 1.1.0 (2ff08e8)
- Enhance error handling and add tests for insert command and signature verification (ddee06e)
- Enhance insert command to support bulk insert from JSON file (c748f49)
- Fix collection entry validation to ensure only files are processed (b3a780a)
- Implement bulk insert command for documents in a Sentinel collection (61436a5)
- Implement soft delete for documents and add list functionality in Collection (aa5b8f2)
- Refactor code for improved readability and consistency in insert, mod, crypto, and collection operations (dd4256e)
- Remove bulk insert command implementation from CLI (a616c34)
- Update implementation plan to reflect completion of directory operations (ca9b5fc)
- Update insert command to use Option for id and data fields in tests (51e2008)