From f956435f6ddf487c279746ea6bca19035b3a75bc Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Fri, 7 Jul 2017 17:13:12 +0200 Subject: [PATCH] Update changelog and readme for the release 0.9 Change-Id: Idcd0e9d1a1fffae96717ebdeacaebad540a53d01 --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6aeedb..e3c6b5fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ Release Notes ============= +0.9.0 +===== + +New Features +------------ + +- Add a welcome page where a custom HTML string can be embedded. + +- Now branches can be defined at repository level and not only at project-template level. + + +Other Notes +----------- + +- Display the repoXplorer version in the UI. + +- Remove Dulwish dependency and only be based on Git binary + +- Far better performance when parsing and indexing Git repos + + 0.8.0 ===== @@ -111,3 +132,4 @@ Bug Fixes - Multiple fixes. + diff --git a/README.md b/README.md index b74bbdf8..246bee31 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ RepoXplorer relies on ElasticSearch for its data backend. ## How to install -Last release is RepoXplorer [0.8.0](https://github.com/morucci/repoxplorer/releases/tag/0.8.0). +Last release is RepoXplorer [0.9.0](https://github.com/morucci/repoxplorer/releases/tag/0.9.0). The installation process described here is for CentOS 7 only. ### All In One Docker container @@ -62,7 +62,7 @@ sudo yum install -y epel-release Finally install RepoXplorer: ```Shell -sudo yum install -y https://github.com/morucci/repoxplorer/releases/download/0.8.0/repoxplorer-0.8.0-2.el7.centos.noarch.rpm +sudo yum install -y https://github.com/morucci/repoxplorer/releases/download/0.9.0/repoxplorer-0.9.0-1.el7.centos.noarch.rpm # Fetch needed web assets (JQuery, JQuery-UI, Bootstrap, ...) sudo /usr/bin/repoxplorer-fetch-web-assets -p /usr/share/repoxplorer/public/ # Enable and start services