Releases: vladkens/ghstats
Releases · vladkens/ghstats
v0.7.1
18 Dec 10:27
Compare
Sorry, something went wrong.
No results found
0.7.1 - 2024-12-18
Bug Fixes
v0.7.0
18 Dec 10:11
Compare
Sorry, something went wrong.
No results found
0.7.0 - 2024-12-18
Features
Logfmt formatting & ability to set log level with RUST_LOG env - (b4b36a8 )
Faster shutdown - (6a91eba )
Other
(ci) Speed up with prepared rust image - (310f945 )
(deps) Update - (1c17d68 )
v0.6.1
25 Oct 03:38
Compare
Sorry, something went wrong.
No results found
Fix
truncate long urls in table
sorting by views resets period #19
Full Changelog : v0.6.0...v0.6.1
v0.6.0
21 Oct 17:44
Compare
Sorry, something went wrong.
No results found
v0.5.0
12 Oct 20:57
Compare
Sorry, something went wrong.
No results found
🚀 What's Changed
Separate PRs from Issues by @t0mmili in #14
Dependencies updated
New Contributors
Full Changelog : v0.4.0...v0.5.0
v0.4.0
06 Oct 01:45
Compare
Sorry, something went wrong.
No results found
[0.4.0] - 2024-10-04
🚀 Features
API endpoint to receive collected data as JSON
🐛 Bug Fixes
Default filter on repo page
Add gh_client read timeout
📚 Documentation
Add host / port to readme #11
Add api section #12
Full Changelog : v0.3.1...v0.4.0
v0.3.1
17 Aug 15:05
Compare
Sorry, something went wrong.
No results found
v0.3.0
16 Aug 17:48
Compare
Sorry, something went wrong.
No results found
🚀 Features
Add page title #6
Docker health check #7
Custom header links #8
Favicon
Repos filtering #5
Hide deleted repos #10
Sync starts history
🚜 Refactor
Full Changelog : v0.2.0...v0.3.0
v0.2.0
11 Aug 21:49
Compare
Sorry, something went wrong.
No results found
What's Changed in v0.2.0
feat: check new releases
feat: sort popular tables
feat: organizations support #2
feat: add traffic granularity on repo page
feat: repos table sorting
refactor: remove icons font (-900 kb of first load)
refactor: repos table change cols order
doc: update readme
ci: different cache approach
Full Changelog : v0.1.0...v0.2.0
v0.1.0
28 Jul 22:07
Compare
Sorry, something went wrong.
No results found
What's Changed in v0.1.0
ci: improve buildx cache
ci: release action
build: ability to pass HOST / PORT env
feat: load more than 100 repos
refactor: better 404 page for invalid repo name
refactor: better env parsing error
build: update docker
refactor: split pages to separate file; create db-client with all queries
feat: add referring sites & popular pages
doc: add readme
feat: add cron & logging
build: add docker image
refactor: repos ordering on index page
feat: repo totals on repo page
feat: overall stats on main page
feat: chart for clones / views + redo db structure
refactor: handle any error with axum
feat: sqlite storage
feat(gh_client): add all traffic endpoints
initial setup