Skip to content

Commit

Permalink
Update README to v1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
athana committed Oct 7, 2016
1 parent 37c7cd1 commit 7551844
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Expand Up @@ -15,19 +15,30 @@ Pull the repo from the `release` branch for production deployment; version x.y.z

`develop` branch is used for active development and cutting edge features.

## Banana 1.6.11
## Banana 1.6.12

NOTES about the skipped version numbers: we want to synchronize the code base between the two branches: _develop_ and _fusion_.
Previously the _develop_ branch was used by the community to contribute code, while the _fusion_ branch was used for Lucidworks
Fusion. There were some conflicting codes between the two branches, which now have been resolved in this version. That is
the reason why we have to skip the version number to 1.6.11, so that both branches are in sync. The only different between
the reason why we have to skip the version numbers, so that both branches are in sync. The only different between
them now are _config.js_ (which contain the app settings) and the dashboard _default.json_ (which is the first sample dashboard
shown after installing the app).

This release includes the following key new features and improvements:

1. Unify the code base between _develop_ branch and _fusion_ branch.
2.
1. Unify the code base between _develop_ branch and _fusion_ branch.
2. Fix multiple hosts issue [#279](https://github.com/lucidworks/banana/pull/279)
3. Add countDistinct and cardinality for hits stats [#269](https://github.com/lucidworks/banana/pull/269)
4. Add SUM aggregate function to Histogram panel [#252](https://github.com/lucidworks/banana/pull/252)
5. Query panel / Add reset action to set filter to *:* [#183](https://github.com/lucidworks/banana/pull/183)
6. Better map auto fit option / icon [#242](https://github.com/lucidworks/banana/pull/242)
7. Fix JS minify (grunt task) error in RangeFacet panel.
8. Fix bug in RangeFacet panel: sometimes auto-interval will return facet.range.gap = 0
9. Fix all jshint errors.
10. Improved Scatterplot panel, now we can add bubble and colors.
11. Improved Hits panel, now we can include more than one metric like avg, min, max, in addition to count.
12. Add sorting to dashboard drop-down collections picker
13. Add pagination to Load Dashboard menu.

## Older Release Notes

Expand Down

0 comments on commit 7551844

Please sign in to comment.