From c11144aff818455aad41e6ec35ecbc9fc2fa64a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 27 Jun 2018 21:47:04 +0200 Subject: [PATCH] Release 0.5.0. --- CHANGELOG.md | 20 ++++++++++++++++++-- package.json | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e76d07..de86f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,28 @@ Freshermeat Changelog ===================== +## 0.5.0 (2018-06-27) + +- implemented similar projects + [#10](https://github.com/cedricbonhomme/Freshermeat/issues/10); +- the statistics page has been improved with two new charts: a pie chart for + the activity of the projects and a pie for the number of projects submitted + per contributor. The tag cloud has also been improved; +- added social share buttons for projects + [#8](https://github.com/cedricbonhomme/Freshermeat/issues/8); +- the dashboard for administrators has been improved; +- the layout of the services page has been improved; +- fixed a bug: Hardcoded url in about box (to register your project) + [#9](https://github.com/cedricbonhomme/Freshermeat/issues/9); +- various UI improvements. + ## 0.4.0 (2018-06-05) - It is now possible to import project from GitLab or GitHub just by giving - an URL (#7); + an URL [#7](https://github.com/cedricbonhomme/Freshermeat/issues/7); - It is also possible to add new projects thanks to a bookmarklet; -- Pages have now meaningful titles (#5); +- Pages have now meaningful titles + [#5](https://github.com/cedricbonhomme/Freshermeat/issues/5); - A new profile page for non-admin users has been added; - The name of the instance is configurable; - Improved the layout of the page to create/edit projects; diff --git a/package.json b/package.json index 664d0c1..a1f9c43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freshermeat", - "version": "0.4.0", + "version": "0.5.0", "license": "AGPL-3.0", "repository": { "type": "git",