Release v1.2.1: Add multi-select shortcut

This commit is contained in:
Joxit 2019-04-25 00:11:41 +02:00
parent 67c6cb1bee
commit 34200c1114
No known key found for this signature in database
GPG Key ID: F526592B8E012263
4 changed files with 4 additions and 3 deletions

View File

@ -32,6 +32,7 @@ This web user interface uses [Riot](https://github.com/Riot/riot) the react-like
- Display image/tag count
- Image aggregation (see #56)
- Customise docker pull command on static registry UI (see #71)
- Multi-delete and multi-select shortcut (Alt+click) (see #29 and #80)
## Getting Started

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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