Commit Graph

31 Commits

Author SHA1 Message Date
semantic-release 3ed009f1d5 0.55.0
Automatically generated by python-semantic-release
2026-02-25 13:46:36 +00:00
semantic-release 1d351f2053 0.54.0
Automatically generated by python-semantic-release
2026-02-25 13:18:01 +00:00
semantic-release aefab18a4e 0.53.1
Automatically generated by python-semantic-release
2026-02-25 01:13:07 +00:00
semantic-release f64c055381 0.53.0
Automatically generated by python-semantic-release
2026-02-24 22:01:06 +00:00
github-actions[bot] b5fb7da18c docs(changelog): update changelog [skip ci] 2026-02-24 18:26:01 +00:00
semantic-release 521c68e959 0.52.2
Automatically generated by python-semantic-release
2026-02-24 18:13:53 +00:00
semantic-release 3832355c7c 0.52.1
Automatically generated by python-semantic-release
2026-02-24 17:38:29 +00:00
semantic-release 248cb115e9 0.52.0
Automatically generated by python-semantic-release
2026-02-24 16:45:40 +00:00
semantic-release 6a2882a503 0.51.0
Automatically generated by python-semantic-release
2026-02-24 13:46:09 +00:00
semantic-release 4dd4e1ffa3 0.50.1
Automatically generated by python-semantic-release
2026-02-24 12:54:10 +00:00
semantic-release 415397b404 0.50.0
Automatically generated by python-semantic-release
2026-02-24 11:53:54 +00:00
semantic-release a5e3524417 0.49.0
Automatically generated by python-semantic-release
2026-02-24 08:17:19 +00:00
semantic-release aae4f82bad 0.48.0
Automatically generated by python-semantic-release
2026-02-23 23:14:23 +00:00
semantic-release 5372705e67 0.47.0
Automatically generated by python-semantic-release
2026-02-23 22:30:53 +00:00
github-actions[bot] d70fffd4d2 docs(changelog): update changelog [skip ci] 2026-02-23 22:01:39 +00:00
semantic-release df31122db4 0.46.0
Automatically generated by python-semantic-release
2026-02-23 21:41:21 +00:00
semantic-release d1eda03005 0.45.0
Automatically generated by python-semantic-release
2026-02-23 21:22:55 +00:00
github-actions[bot] d5e4a74f69 docs(changelog): update changelog [skip ci] 2026-02-23 21:12:40 +00:00
semantic-release 4d2ad13c51 0.44.0
Automatically generated by python-semantic-release
2026-02-23 20:35:58 +00:00
semantic-release d7838f5214 0.43.0
Automatically generated by python-semantic-release
2026-02-23 19:14:43 +00:00
semantic-release 1499c3183f 0.42.2
Automatically generated by python-semantic-release
2026-02-23 18:58:11 +00:00
semantic-release e712af2152 0.42.1
Automatically generated by python-semantic-release
2026-02-23 18:55:10 +00:00
copilot-swe-agent[bot] 7f3e8312de fix: fix automatic changelog creation with PSR v10
- Remove deprecated changelog_file from [tool.semantic_release.changelog]
  in pyproject.toml (already set under default_templates)
- Add <!-- version list --> insertion flag to CHANGELOG.md so PSR v10's
  update mode can find where to insert new version entries
- Fix generate_build_metadata.sh to use $NEW_VERSION env var (set by PSR
  before running build_command) instead of incorrectly syncing VERSION
  from the previous git tag

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-23 18:54:18 +00:00
copilot-swe-agent[bot] d796206bf7 docs/ci: automate CHANGELOG updates and retroactively document post-v0.5.0 changes
- Fix semantic-release autoescape=true Jinja2 bug preventing CHANGELOG generation
- Add explicit changelog_file, mode=update, output_format=md to pyproject.toml
- Add fallback semantic-release changelog step in release.yml
- Manually true up CHANGELOG.md with comprehensive v0.40.0 retroactive entry covering
  all post-v0.5.0 additions: security middleware, 6 new storage providers, PDF processing
  improvements, dual-table status tracking, notification system, admin file manager,
  browser extension v1.1, path traversal fixes, and documentation additions
- Add Documentation-First Development section to CONTRIBUTING.md and AGENTIC_CODING.md
- Fix README.md quick-start commands and screenshots note
- Update TODO.md to reflect current version and completed tasks"

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-23 13:00:49 +00:00
semantic-release 06613dc6dd 0.1.0
Automatically generated by python-semantic-release
2026-02-08 08:05:37 +00:00
copilot-swe-agent[bot] 67cbc5e80d fix: address code review feedback
- Remove version_variables from pyproject.toml (not needed with version_source="tag")
- Clean up CHANGELOG.md comparison links to avoid duplicate/incorrect references
- Keep only [Unreleased] link since v0.5.0 tag doesn't exist yet

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-08 07:59:47 +00:00
copilot-swe-agent[bot] bc3df5f407 docs: reconcile CHANGELOG with actual GitHub releases
- Add note about automated CHANGELOG management starting v0.6.0
- Document unreleased features from v0.5.0, v0.3.3, v0.3.2, v0.3.1
- Update comparison links to point to actual existing tags
- Add note explaining missing tags (will be automated going forward)
- Include semantic-release and documentation overhaul in Unreleased section

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-08 07:56:58 +00:00
Christian Krakau-Louis 9cc98f39d5 Merge branch 'main' into copilot/implement-database-backed-settings-page 2026-02-08 08:00:33 +01:00
copilot-swe-agent[bot] a168723db9 Bump version to 0.5.0 for settings management release
Settings management represents a significant new feature warranting a minor version bump:
- Database-backed configuration with 102 settings
- Fernet encryption for sensitive values
- Setup wizard for first-time installations
- Complete admin UI and REST API
- OAuth admin group support

Version updated: 0.3.3 → 0.5.0

Keep 0.3.3 release notes intact (drag-and-drop feature from main branch).
Add 0.5.0 as new current release with settings features.

Updated files:
- VERSION: 0.5.0
- CHANGELOG.md: Added 0.5.0 release, kept 0.3.3 intact
- MILESTONES.md: Added v0.5.0 section, adjusted future versions
- TODO.md: Updated current version
- ROADMAP.md: Updated current status
- app/config.py: Default version 0.5.0-dev
- docs/BuildMetadata.md: Updated reference
- ANALYSIS_SUMMARY.md: Updated version

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-08 06:35:02 +00:00
copilot-swe-agent[bot] 3046db0864 Update version to 0.3.3 and release documentation
VERSION:
- Update from 0.1.0-test to 0.3.3

CHANGELOG.md:
- Create comprehensive changelog for all releases
- Document v0.3.3 features: settings management, encryption, setup wizard
- List all new files, changes, fixes, and security improvements

TODO.md:
- Update version reference to v0.3.3
- Mark settings management features as complete
- Add completed items for 2026-02-08
- Update last review date

MILESTONES.md:
- Update last updated date
- Mark v0.3.3 as Released (2026-02-08)
- Add comprehensive release notes with all features
- Update version history table
- Update current release to v0.3.3 with new features listed

ROADMAP.md:
- Update to reflect v0.3.3 current status
- Add settings management features to current status
- Update last updated date

Other files:
- app/config.py: Update default version to 0.3.3-dev
- docs/BuildMetadata.md: Update default version reference
- ANALYSIS_SUMMARY.md: Update current version

All documentation now reflects v0.3.3 release with complete feature list.

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-08 06:29:55 +00:00
copilot-swe-agent[bot] a29af88dd4 Update documentation and version for drag-and-drop feature
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-08 06:10:04 +00:00