Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Releases: saitho/git-file-webserver

v1.1.0

21 Dec 15:39
Compare
Choose a tag to compare

1.1.0 (2020-12-21)

🎁 Feature

  • notice when repo has no branches/tags (1a7b618)
  • display update time on index file (c511e28)
  • add GitHub webhook endpoint (85823c8)

🐞 Bug Fixes

  • check repo before each request (a4b4a7c)

📄 Documentation

🎨 Styles

  • remove redundant break statement (0ed67ac)

v1.0.0

21 Dec 13:53
Compare
Choose a tag to compare

1.0.0 (2020-12-21)

🎁 Feature

  • set content type by returned file (23a7ed4)
  • hide tag dates via config (727fc1a)
  • index page (7177fae)
  • show filtered files from remote (3360145)

🐞 Bug Fixes

  • return 404 if file cannot be found (dc4042d)

🔀 Code Refactoring

🚧 Chores

📦 Build

🔁 CI