mirror of
https://github.com/Fade78/Fileshed.git
synced 2026-04-28 03:20:16 +00:00
Bump version to 1.0.5 - NFS compatibility
- Add sqlite_journal_mode valve for NFS-safe SQLite operations - Extract _apply_sqlite_journal_mode() helper (DRY) - Add NFS deployment documentation in SPEC.md - Add 5 tests for journal modes (1196-1200) - Update test count to 1200 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b8208af647
commit
0664545b27
3 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
title: Fileshed
|
||||
description: Persistent file storage with group collaboration. FIRST: Run shed_help() for quick reference or shed_help(howto="...") for guides: download, csv_to_sqlite, upload, share, edit, commands, network, paths, large_files, full. Config: shed_parameters().
|
||||
author: Fade78 (with Claude Opus 4.5)
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
license: MIT
|
||||
required_open_webui_version: 0.4.0
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
**Store, organize, collaborate, and share files across conversations.**
|
||||
|
||||
[]()
|
||||
[]()
|
||||
[]()
|
||||
[]()
|
||||
[](docs/audits/fileshed/reports/Exec_tests.md)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Fileshed Test Execution Report
|
||||
|
||||
**Version**: 1.0.4
|
||||
**Tests executed**: 1195/1195
|
||||
**Version**: 1.0.5
|
||||
**Tests executed**: 1200/1200
|
||||
**Result**: ✅ ALL PASSED
|
||||
**Duration**: 42.63s
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue