mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Update changelog, bump native version
This commit is contained in:
parent
3c4f569434
commit
e5477283fd
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -10,7 +10,7 @@ import subprocess
|
|||
import tempfile
|
||||
import unicodedata
|
||||
|
||||
VERSION = "0.1.3"
|
||||
VERSION = "0.1.4"
|
||||
|
||||
|
||||
class NoConnectionError(Exception):
|
||||
|
|
Loading…
Add table
Reference in a new issue