mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 17:27:09 +02:00
v0.3.9
This commit is contained in:
parent
9715e674b6
commit
cb8a9464b3
@ -1,3 +1,12 @@
|
|||||||
|
Release 0.3.9 - 2014/12/01
|
||||||
|
|
||||||
|
* [improve] Display current setting for each section.
|
||||||
|
https://github.com/fluent/fluentd-ui/pull/103
|
||||||
|
* [improve] Instantly current setting changing.
|
||||||
|
https://github.com/fluent/fluentd-ui/pull/105
|
||||||
|
* [improve] Reduce polling access for notification fetching.
|
||||||
|
|
||||||
|
|
||||||
Release 0.3.8 - 2014/11/19
|
Release 0.3.8 - 2014/11/19
|
||||||
|
|
||||||
* [improve] Recommended plugins are updated.
|
* [improve] Recommended plugins are updated.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
fluentd-ui (0.3.8)
|
fluentd-ui (0.3.9)
|
||||||
addressable
|
addressable
|
||||||
bundler
|
bundler
|
||||||
draper (~> 1.3)
|
draper (~> 1.3)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module FluentdUI
|
module FluentdUI
|
||||||
VERSION = "0.3.8"
|
VERSION = "0.3.9"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user