Release v0.6.1: Display image/tag count + button effect

Last release of the year !
This commit is contained in:
Joxit 2018-12-31 23:59:59 +01:00
parent d361068529
commit 7446452b77
6 changed files with 7 additions and 6 deletions

View file

@ -29,6 +29,7 @@ This web user interface uses [Riot](https://github.com/Riot/riot) the react-like
- Show sha256 for specific tag (hover image tag)
- Display image creation date (see #49)
- Display image history (see #58)
- Display image/tag count
## Getting Started

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "0.6.0",
"version": "0.6.1",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},