v0.1.3
What's Changed
- Retain references across pages
- Improve smart_git performance via output streaming
- Fix cross-branch readme cache
- Add ability to download tar.gz of commit/branch/tag
- Fix missing download link on tags table
- Use correct default branch on log & summary pages
- Harden reflog updates from transient errors
- Remove panicking code paths of tag indexing
- Fix empty summary & body on plain patch view
- Stop garbling binary files on raw display
- Fix readmes not rendering github formatted markdown - thank you Holly Sparkles for the contribution
- Redirect repository i/o errors from frontend to error log - thank you Holly Sparkles for the contribution
- Ensure referenced repository exists before executing route handler
- Implement partial reindexes
- Migrate to RocksDB
- Fix fetch_latest_commit fetching the earliest commit
- Fix for buffer overflow in fetch_latest_one - thank you Holly Sparkles for the contribution
- Write in batches to RocksDB
- Expose page generation time
- Add overflow-x: auto to tables
- Fix tag validity
- Forward Content-Encoding to git http-backend
- Improve smart_git performance via output streaming
- Update axum to 0.7
Full Changelog: 0.1.2...0.1.3