Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updating the change log ready for 1.2
  • Loading branch information
jstrachan committed Nov 20, 2013
1 parent 59ebfb1 commit 785f1a0
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions CHANGES.md
@@ -1,29 +1,6 @@
### Change Log

#### 1.1

* Added the following new plugins:

* [forms](https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/forms/doc/developer.md) a developer plugin for automatically creating tables and forms from json-schema models
* [infinispan](http://hawt.io/plugins/infinispan/) for viewing metrics for your Infinispan caches or using the CLI to query or update them
* [jclouds](http://hawt.io/plugins/jclouds/) to help make your cloud hawt
* [maven](http://hawt.io/plugins/maven/) to let you search maven repositories, find versions, view source or javadoc
* [tree](https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/tree/doc/developer.md) a developer plugin to make it easier to work with trees

* Added a new real time Camel profile view and the first version of a web based wiki based camel editor along with improvements to the diagram rendering

* Added more flexible documentation system so that plugins are now self documenting for users and developers

* Fixes [these 80 issues and enhancements](https://github.com/hawtio/hawtio/issues?milestone=2&state=closed)


#### 1.0

* First main release of hawtio with [lots of hawt plugins](http://hawt.io/plugins/index.html).
* Fixes [these 74 issues and enhancements](https://github.com/hawtio/hawtio/issues?milestone=1&state=closed)


#### In Progress (1.2)
#### 1.2

* Connectivity
* New _JVMs_ tab lets you connect to remote JVMs on your local machine; which if a JVM does not have jolokia installed it will install it on the fly. (Requires tools.jar in the classpath)
Expand All @@ -45,6 +22,31 @@
* Secured embedded jolokia, performs authentication/authorization via JAAS
* New login page
* Redesigned help pages
* Tons more stuff we probably forgot to list here but is mentioned in [the issues](https://github.com/hawtio/hawtio/issues?milestone=4&state=closed) :)

* Fixes [these 404 issues and enhancements](https://github.com/hawtio/hawtio/issues?milestone=4&state=closed)

#### 1.1

* Added the following new plugins:

* [forms](https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/forms/doc/developer.md) a developer plugin for automatically creating tables and forms from json-schema models
* [infinispan](http://hawt.io/plugins/infinispan/) for viewing metrics for your Infinispan caches or using the CLI to query or update them
* [jclouds](http://hawt.io/plugins/jclouds/) to help make your cloud hawt
* [maven](http://hawt.io/plugins/maven/) to let you search maven repositories, find versions, view source or javadoc
* [tree](https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/tree/doc/developer.md) a developer plugin to make it easier to work with trees

* Added a new real time Camel profile view and the first version of a web based wiki based camel editor along with improvements to the diagram rendering

* Added more flexible documentation system so that plugins are now self documenting for users and developers

* Fixes [these 80 issues and enhancements](https://github.com/hawtio/hawtio/issues?milestone=2&state=closed)


#### 1.0

* First main release of hawtio with [lots of hawt plugins](http://hawt.io/plugins/index.html).
* Fixes [these 74 issues and enhancements](https://github.com/hawtio/hawtio/issues?milestone=1&state=closed)

* Fixes [these issues and enhancements](https://github.com/hawtio/hawtio/issues?milestone=4&state=open)
#### In Progress (1.3)

0 comments on commit 785f1a0

Please sign in to comment.