Update changelog, bump native version

This commit is contained in:
Oliver Blanthorn 2018-05-15 22:58:52 +01:00
parent 3c4f569434
commit e5477283fd
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Tridactyl changelog
## Release 1.12.1 / Unreleased
- `editor` now includes the hostname of the site you are on in the temporary filename
- this is mostly so that you can set up syntax highlighting in Vim, e.g,
- `au BufReadPost *github.com* set syntax=pandoc`
## Release 1.12.0 / 2018-05-13
- Add container support

View file

@ -10,7 +10,7 @@ import subprocess
import tempfile
import unicodedata
VERSION = "0.1.3"
VERSION = "0.1.4"
class NoConnectionError(Exception):