What's Changed
Fixes
Enhancement
- Support for non-text file uploads by @sk-ys in #4
- Remove restriction on migrating non-text attachments by @sk-ys in #7
- Add support for adding/editing attachment descriptions by @sk-ys in #8
- Add permissions for viewing history by @sk-ys in #11
- Simplify link rendering and download button design by @sk-ys in #17
- Refactor history table to add download button in filename column by @sk-ys in #19
- Move versioned_file_cf CSS injection from global head hook to edit_tag with per-request deduplication by @sk-ys in #20
- Implement revision deletion functionality and add tests by @sk-ys in #22
- Show history link if no attachment is available by @sk-ys in #24
- Refactor history page styles by @sk-ys in #26
- Add revision restore flow with permission gating and shared-attachment safe deletion by @Copilot in #27
- Add custom fields support for versioned files across multiple entities by @sk-ys in #28
Full Changelog: v0.2.1...v0.3.0
Note
- This update requires a migration.
- e.g.
bundle exec rake redmine:plugins:migrate NAME=redmine_versioned_file_cf
- e.g.