Skip to content

Commit

Permalink
Small enhancements and dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Apr 1, 2024
1 parent 5d15ee2 commit 3995f20
Show file tree
Hide file tree
Showing 7 changed files with 204 additions and 177 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.7] - 2024-04-01
## Added
- minor UI enhancements

## [0.0.6] - 2023-02-03
## Added
- ability to skip to a break
Expand Down Expand Up @@ -38,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- simple Preferences (intervals and durations for Mini and Long breaks)
- debug information

[Unreleased]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.6...HEAD
[Unreleased]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.7...HEAD
[0.0.7]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.3...v0.0.4
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Stretchly for Web</title>
</head>
<body>
<div id="app"></div>
<div id="app" data-theme="light"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit 3995f20

Please sign in to comment.