http://open-source-security-software.net/project/Freshermeat/releases.atomRecent releases for Freshermeat2024-11-15T14:36:02.002536+00:00python-feedgenFreshermeat v0.0.1Freshermeat v0.0.12018-01-02T23:15:42+00:00- 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.2018-01-02T23:15:42+00:00Freshermeat v0.1.0Freshermeat v0.1.02018-02-15T21:59:13+00:00- 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.2018-02-15T21:59:13+00:00Freshermeat v0.2.0Freshermeat v0.2.02018-02-24T22:41:59+00:00- 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.2018-02-24T22:41:59+00:00Freshermeat v0.3.0Freshermeat v0.3.02018-03-02T23:23:33+00:00- 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.).2018-03-02T23:23:33+00:00Freshermeat v0.3.1Freshermeat v0.3.12018-03-13T22:06:54+00:00- Improved the layout for medium and small screens;
- A new release now automatically update the attribute ``last_updated`` of a
project.2018-03-13T22:06:54+00:00Freshermeat v0.4.0Freshermeat v0.4.02018-06-05T06:12:37+00:00- 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.2018-06-05T06:12:37+00:00Freshermeat v0.5.0Freshermeat v0.5.02018-06-27T19:49:42+00:00- 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 chart 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.2018-06-27T19:49:42+00:00Freshermeat v0.6Freshermeat v0.62018-10-02T19:45:50+00:00- added the possibility for any user to submit a project to the directory;
- added the possibility to define dependents and dependencies for projects;
- added the possibility to import projects from any GitLab instances (even the
tags);
- added the possibility to delete a release;
- improved the statistics page. Mainly the graph of projects activity which is
now clickable;
- improved the template for the project description page;
- improved the releases fetcher;
- improved the dashboard for administrators.2018-10-02T19:45:50+00:00Freshermeat v0.7Freshermeat v0.72019-09-07T08:12:54+00:00### New
- added basic worker to retrieve project's news. News are listed in the
project details page;
- added an RSS feed for the news of a project;
- added an RSS feed for the recent news of all projects;
- added a spinner during the loading of the project's information;
- added a view in order to let an administrator accept a submission (project
to be added in the database);
- introduction of statistics per organizations (organization/<org-name>);
- added a route which returns an atom feed of CVEs;
- added global recent CVEs ATOM feed in the layout template.
### Changes
- Font-Awesome has been replaced by Fork-Awesome;
- the endpoint project of the API now returns less data (performance
improvement);
- various improvements in the back-end and bug fixes.2019-09-07T08:12:54+00:00