Release Notes of the Hub

Release-notes-hub is a hosting service for "Release Notes" - an easy to use, human readable and machine processable schema for release notes.

0.6.0
September 18, 2018

Teams :tada:

added
  • Add support for publishing release notes to different teams.

fixed
  • Fix sorting of newest release notes on front page.

0.5.0
February 19, 2018

Changelog file support and API :tada:

added
  • Introduce page view tracking with self hosted piwik.(#3)

  • Add support for publishing CHANGELOG.md files. #38

  • Introduce API with first /publish endpoint. #35

  • Add support for signing in via google. #8

0.4.0
December 14, 2017

This release improves the overall UI/UX and code quality and introduces authentication via github.

added
  • Introduce badge and markdown for embedding. (#22)

  • Add imprint.

  • Introduce static asset revisioning by appending content hash to filename.

  • Serve roboto webfont to remove external deps and to optimize performance.

  • Inline material design svg icons.

  • Add support for signing up w/o username. (#11)

  • Add support for managing private auth tokens. (#30)

  • Add support for signing in via github. (#7)

  • Add support for rendering markdown in release notes.

changed
  • Rework overall page layout.

  • Treat username case insensitive. (#11)

  • Upgrade from node 6 to 8 (latest LTS).

  • Upgrade code to use async/await instead of callbacks.

0.3.0
September 29, 2017

This release introduces a new logo and adds support for broadcasting notifications.

added
  • Add /mit-license page for displaying the applying oss license. (#14)

  • Redirect the user to the previously requested url after successfull login. (#16)

  • Setup status page (https://status.release-notes.com)

  • Add support for subscriptions (subscribe/unsubscribe). (#4)

  • New origami pigeon logo and introduction of /credits page.

  • Add support for broadcasting release notes update notifications to email subscribers. (#9)

0.2.0
September 12, 2017

This release improves form validation and adds support for updating release notes.

added
  • Add support for publishing a new revision of existing release-notes. (#5)

changed
  • Introduce backend form validation. Restrict user and release note names to numbers, letters and dashes.

improved
  • Added help info on form fields.

0.1.0
September 1, 2017

MVP implementation

added
  • MIT license.

  • Display most recently updated release notes on home screen.

  • Introduce accounts & session based auth.

  • Upload & rendering of release notes.

  • Styles based on bulma css framework.

  • Basic express/kermit setup.

  • Introduce these release notes.