All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- A more verbose warning about secrets that have already been retrieved.
- File uploads as an alternative to the plain text field.
- Don't use overly broad
except:
, which is a code smell.
- Introduce new environment variables to make it easier to customize CSS and logos.
- This project now uses the corporate //SEIBERT/MEDIA design (mostly).
- Display of textareas uses the webfont "Ubuntu Mono" to avoid
ambiguities (
l
vs.1
and similar). This requires serving a ~200kB font file. - Implemented a user request: We now check whether a requested secret exists before offering the form to reveal it.
- JSON API to create new secrets.
- Initial release.