artifactview/CHANGELOG.md

7.6 KiB

Changelog

All notable changes to this project will be documented in this file.

v0.4.5 - 2024-07-01

🚀 Features

  • Update PR comment format - (197eeea)

🐛 Bug Fixes

  • (deps) Update rust crate serde_json to v1.0.118 (#5) - (fc3b5a1)
  • (deps) Update rust crate quick-xml to 0.34.0 (#8) - (595a9d0)
  • (deps) Update rust crate mime_guess to v2.0.5 (#10) - (94191f8)
  • (deps) Update rust crate quick-xml to 0.35.0 (#11) - (7ebe881)
  • (deps) Update rust crate serde_json to v1.0.119 (#12) - (2525022)
  • Swap crc and size column (#3) - (7d2c686)

📚 Documentation

  • Make example CI step compatible with GitHub+Forgejo - (39f0019)
  • Update README - (40ae3a7)

⚙️ Miscellaneous Tasks

  • (deps) Update rust crate proptest to v1.5.0 (#6) - (797fc0c)
  • (deps) Update rust crate rstest to 0.21.0 (#7) - (cec3aa3)
  • (deps) Lock file maintenance (#13) - (9767167)

v0.4.4 - 2024-06-22

🐛 Bug Fixes

  • Use forge aliases for PR comment links - (3690b02)

v0.4.3 - 2024-06-22

🐛 Bug Fixes

  • 404 error on GitHub comment creation - (d8c3ab4)

v0.4.2 - 2024-06-22

🐛 Bug Fixes

  • PR comment emoji prefix detection - (1e36edf)

v0.4.1 - 2024-06-22

🚀 Features

  • Improved PR comment format, add artifact_paths parameter - (6ae7520)

🐛 Bug Fixes

  • Return correct status code on API errors - (f94cdcb)

v0.4.0 - 2024-06-22

🚀 Features

  • Create PR comments - (d0cdbf5)
  • Add url parameter to /artifacts API - (23b8101)

v0.3.1 - 2024-06-19

🐛 Bug Fixes

  • Add instance domain to userscript description - (311d3ae)
  • Do not show fallback pages for favicon - (f1f0af6)

⚙️ Miscellaneous Tasks

  • Update quick-xml to v0.32.0 - (604d650)
  • Update dependencies - (68ad001)

v0.3.0 - 2024-06-18

🚀 Features

🐛 Bug Fixes

  • Make icon visible on light background - (7021980)
  • Redirect user to directory path when requesting index page - (a8e173c)

v0.2.0 - 2024-06-14

🚀 Features

🐛 Bug Fixes

  • Make url input field required - (5a54f0a)
  • Fix markdown styling - (93758e3)
  • Handling zip files containing dir entries - (8405af8)
  • Increment stylesheet path - (d9f9d6e)
  • Improve path header - (194499b)
  • Clippy error, async_zip tests - (5f22997)
  • Dont cache empty artifact lists - (09a5e56)

🚜 Refactor

  • [breaking] Don't use URL queries for artifact selection - (72c0e3a)

🧪 Testing

  • Add integration tests - (4aaff46)

⚙️ Miscellaneous Tasks

  • Update repo URL to Codeberg - (6a0171c)

v0.1.0 - 2024-05-31

Initial release