mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-14 02:07:07 +02:00
v0.3.21
This commit is contained in:
parent
105ef39594
commit
29bc3a8d2f
@ -1,3 +1,9 @@
|
||||
Release 0.3.21 - 2015/04/15
|
||||
* [maintenance] #187 Remove needless gem
|
||||
* [fixed] #186 Fix the bug when server restart while logined and "Config File" page is visited
|
||||
* [fixed] #184 Focus some inputboxes when its label is clicked
|
||||
* [improve] #180 #181 #183 #185 Tweak design
|
||||
|
||||
Release 0.3.20 - 2015/04/10
|
||||
* [fixed] #175 Fix the bug password can be changed without match between new password and password confirmation.
|
||||
* [fixed] #177 Use '0.0.0.0' as host not 'localhost' (If you want to change host, you can use `--host` option with `start` command)
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (0.3.20)
|
||||
fluentd-ui (0.3.21)
|
||||
addressable
|
||||
bundler
|
||||
diff-lcs
|
||||
|
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "0.3.20"
|
||||
VERSION = "0.3.21"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user