This repository was archived by the owner on Apr 23, 2024. It is now read-only.
Releases: saitho/git-file-webserver
Releases · saitho/git-file-webserver
v1.1.0
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
- add usage example (a2bea1a)
🎨 Styles
- remove redundant break statement (0ed67ac)
v1.0.0
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
- move code into modules (a5e873d)
🚧 Chores
📦 Build
- add Dockerfile (f713b45)
🔁 CI
- add release workflow (dac90f0)