Releases: cedricbonhomme/freshermeat
Releases · cedricbonhomme/freshermeat
Release 0.8.1
Changes
- migrated all commands to the internal Flask Command Line Interface;
- fixed issues in async workers due to new syntax.
Release 0.8.0
New
- a new API based on Flask-RESTX is now available and replaces the previous API. It is documented with Swagger.
Improvements
- the JavaScript code of the templates has been improved;
- all back-end and front-end dependencies are now up-to-date.
Release 0.5.0
- implemented similar projects #10;
- the statistics page has been improved with two new charts: a pie chart for the activity of the projects and a pie chart for the number of projects submitted per contributor. The tag cloud has also been improved;
- added social share buttons for projects #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;
- various UI improvements.
Release 0.4.0
- It is now possible to import project from GitLab or GitHub just by giving
an URL (#7); - It is also possible to add new projects thanks to a bookmarklet;
- Pages have now meaningful titles (#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;
- Improved the layout of the navbar and dropdown menus.
Release 0.3.1
- Improved the layout for medium and small screens;
- A new release now automatically update the attribute
last_updated
of a
project.
Release 0.3.0
- New dashboard for administrators;
- Added a chart in order to display the distribution of organizations types;
- Only administrators are allowed to associate a project to an organization;
- It is now possible to filter organizations by type (Governmental, Private,
Non-Profit, Education, etc.).
Release 0.2.0
- Added full-text search on description of projects;
- Added search on organization names from the organizations page;
- Added search on licenses, tags and languages (accessible via the charts of the
statistics page); - Improved layout of organization pages;
- It is now possible to add a logo for an organization.
Release 0.1.0
- major improvements of the database model;
- it is now possible to associate tags, licenses and languages to projects;
- a new page 'statistics' displays some charts about the most used licenses,
languages and tags; - it is possible to define several services based on a project;
- added pagination menu for the list of projects;
- improvements for the CVE and releases workers;
- various UI improvements and bug fixes.
Release 0.0.1
- first beta release of Freshermeat.
- basic functions are working: GitHub releases tracking, CVE tracking,
subscribe to releases of projects via an ATOM feed, management of
projects, search by tags, organizations and licenses.