Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Freika committed Apr 21, 2024
1 parent b643016 commit 5315836
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.8] — 2024-04-21

### Added

- Application version badge to the navbar with check for updates button
- Npm dependencies install to Github build workflow
- Footer

### Changed

- Disabled map points rendering by default to improve performance on big datasets

## [0.1.7] — 2024-04-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion app/assets/builds/tailwind.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<div class="flex flex-row gap-5 w-full px-5">
<%= yield %>
</div>
<%= render 'shared/footer' %>
</div>
</body>
</html>
5 changes: 5 additions & 0 deletions app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<footer class="footer footer-center p-4 bg-base-300 text-base-content">
<aside>
<p>Dawarich 2023-<%=Time.zone.now.year %></p>
</aside>
</footer>

0 comments on commit 5315836

Please sign in to comment.