Skip to content

Releases: cedricbonhomme/freshermeat

Release 0.8.1

05 May 22:32
v0.8.1
3fb19ee
Compare
Choose a tag to compare

Changes

  • migrated all commands to the internal Flask Command Line Interface;
  • fixed issues in async workers due to new syntax.

Release 0.8.0

24 Apr 22:15
v0.8.0
8f58d77
Compare
Choose a tag to compare

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

27 Jun 19:49
v0.5.0
c11144a
Compare
Choose a tag to compare
  • 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

05 Jun 06:12
v0.4.0
93d305c
Compare
Choose a tag to compare
  • 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

13 Mar 22:06
v0.3.1
8be13b5
Compare
Choose a tag to compare
  • 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

02 Mar 23:23
v0.3.0
cbb7181
Compare
Choose a tag to compare
  • 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

24 Feb 22:41
v0.2.0
c0f5c76
Compare
Choose a tag to compare
  • 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

15 Feb 21:59
v0.1.0
da05eb2
Compare
Choose a tag to compare
  • 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

02 Jan 23:15
v0.0.1
58a72d1
Compare
Choose a tag to compare
  • 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.