All enhancements and patches to statuspage will be documented in this file. This project adheres to Semantic Versioning.
- Added polish translation, thanks @4364354235654345u5432576865432
- Added russian translation, thanks @sobolevn
- Fixed a localisation bug, thanks @martignoni
- Added french localisation, thanks @FleuryK
- Updated dependencies: jinja, requests, pygithub, click
- Fixed a silly encoding error on legacy python
- Added client side translation.
- Added german translation.
- It's now possible to add/remove systems from the CLI.
- Added markdown support.
- Added upgrade command.
- Added support for localtime.
- Added support for a config file.
- Added an option to automate the update process.
- Switch to PyGithub as pygithub-redux is no longer needed
- Added an option to create private repositories
- Beefed up the docs
- Updated dependencies: tqdm and pygithub-redux
- Systems and Panels are now ordered to make sure that no commit is issued when nothing changes (#12)
- Refactored the code to make it easier to read
- Fixed a bug on python 3 where the hash function wasn't working.
- Only commit if content differs (@Jcpetrucci)
- issued new pypi release
- fixed packaging problems by using a module
- minified and merged style.css with milligram.min.css
- fixed packaging problems
- statuspage is now available on PyPi
- Added support for GitHub organizations
- Makes sure that non-collaborator issues/comments are not displayed
- Initial release