Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Update changelog and readme for the release 0.9
Browse files Browse the repository at this point in the history
Change-Id: Idcd0e9d1a1fffae96717ebdeacaebad540a53d01
  • Loading branch information
morucci committed Jul 7, 2017
1 parent f8f0c59 commit f956435
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====

Expand Down Expand Up @@ -111,3 +132,4 @@ Bug Fixes

- Multiple fixes.


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f956435

Please sign in to comment.