Skip to content

Commit

Permalink
bump to version v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Sep 13, 2024
1 parent 81809b0 commit e9bae79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@

## 0.2.0 (2024.07.12)

### Added

- analysing of referrers
- website titles for stats paths
- meta descriptions for all pages
## 0.2.1 (14.9.2024)

### Changed

- improved stability of stats route
- updated dependencies
- referrer is set from query parameter instead of header to make it more flexible
- version number is now show in the footer
2 changes: 1 addition & 1 deletion main.templ
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ templ statsTempl(path string, views []stat, actions []stat, countries []stat, br

templ footerTempl() {
<footer class="container">
<small>v0.2.0 • by <a href="https://github.com/2mal3" target="_blank">2mal3</a></small>
<small>v0.2.1 • by <a href="https://github.com/2mal3" target="_blank">2mal3</a></small>
</footer>
}

Expand Down

0 comments on commit e9bae79

Please sign in to comment.