diff --git a/changelog.txt b/changelog.txt index 16bcc77..f2068b7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Version 0.3.0 (2018-) - Allow passing settings (except lists) via environment variables (Issue #100) @danielperna84 +- Added basic git stash functionality (Issue #16) @danielperna84 Version 0.2.9 (2018-06-22) - Material Icons and HASS-help now open in new tab instead of modal (Issues #85 and #34) @danielperna84 diff --git a/configurator.py b/configurator.py index 2503b02..4cdd7cc 100755 --- a/configurator.py +++ b/configurator.py @@ -699,11 +699,13 @@ INDEX = Template(r"""
  • git init
  • git commit
  • git push
  • +
  • git stash
  • +