Skip to content

Commit

Permalink
Release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-vynar committed Feb 21, 2024
1 parent e9efdcf commit 37bcc85
Show file tree
Hide file tree
Showing 14 changed files with 451 additions and 293 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
data/registry_events.db
config-dev.yml
dev.Makefile
config-dev*.yml
keep_tags.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### 0.9.7 (2024-02-21)

* Fix timezone support: now when running a container with `TZ` env var, e.g. "-e TZ=America/Los_Angeles", it will be reflected everywhere on UI.
* Amend tag info page: add long line break, better format a caption column.
* Upgrade Go version to 1.22, alpine to 3.19 and other dependencies.

### 0.9.6 (2023-03-30)

* Upgrade Go version to 1.20.2, alpine to 3.17 and other dependencies.
Expand Down
Binary file not shown.
288 changes: 288 additions & 0 deletions static/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions static/README.md

This file was deleted.

6 changes: 3 additions & 3 deletions static/bootstrap-confirmation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions static/datatables.min.css

Large diffs are not rendered by default.

202 changes: 16 additions & 186 deletions static/datatables.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 37bcc85

Please sign in to comment.