Skip to content

Releases: vladkens/ghstats

v0.6.1

25 Oct 03:38
Compare
Choose a tag to compare

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
Choose a tag to compare

What's Changed

  • Forked repos filtering #15 by @t0mmili in #16
  • Archived repos filtering
  • Ability to track private repos #17

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Oct 20:57
Compare
Choose a tag to compare

🚀 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
Choose a tag to compare

[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
Choose a tag to compare

🐛 Bug Fixes

  • Repos filtering

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Aug 17:48
Compare
Choose a tag to compare

🚀 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

  • Better charts

Full Changelog: v0.2.0...v0.3.0

v0.2.0

11 Aug 21:49
Compare
Choose a tag to compare

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
Choose a tag to compare

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