Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Feb 20, 2024
1 parent eaad6a0 commit c27af85
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.2.0] - 2024-02-20
## [0.1.1] - 2024-02-20
### Added
- Add/Edit plan
- Button width in config
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ Or use [docker-compose](docker-compose-local.yml)

## Roadmap

- [ ] Auth
- [ ] History filter
- [ ] Statistics page

## Thanks
- All go packages listed in [dependencies](https://github.com/aceberg/clickahabit/network/dependencies)
Expand Down
Binary file removed assets/checklist1.png
Binary file not shown.
2 changes: 1 addition & 1 deletion internal/web/public/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.1.0
VERSION=0.1.1
2 changes: 1 addition & 1 deletion internal/web/templates/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<div class="card-header">About</div>
<div class="card-body">
<p>● After changing <b>Host</b> or <b>Port</b> the app must be restarted</p>
<p><b>Page Step</b> - how many items to show on one page (for <a href="/stats/">Stats</a> and <a href="/weight/">Weight</a>)</p>
<p><b>Button Width</b> can be set in <b>px</b> or <b>em</b> to adjust buttons to theme. Example: 180px</p>
<p>● Please, check out my other apps on <a href="https://github.com/aceberg" target="_blank">GitHub</a></p>
<p>● Want your own Self-Hosted app written in Go? Contact and prices <a href="https://github.com/aceberg" target="_blank">here</a></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion internal/web/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<li><a class="dropdown-item" href="/planedit/new">Add Plan</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="/history/">History</a></li>
<li><a class="dropdown-item" href="/plan/">Plans</a></li>
<li><a class="dropdown-item" href="/plan/">Plan</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="/config/">Config</a></li>
</ul>
Expand Down

0 comments on commit c27af85

Please sign in to comment.