mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Version bump to 1.8.7
This commit is contained in:
parent
1c5ff1d5b8
commit
8ee51a6db0
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@ Changelog
|
|||
|
||||
### 1.8 (May 22, 2014)
|
||||
|
||||
* __1.8.5__ Improved: Tags like @C++ and @OS/2 work, too (thanks to @chaitan94)
|
||||
* __1.8.7__ Fixed: -from and -to filters are inclusive (thanks to @grplyler)
|
||||
* __1.8.6__ Improved: Tags like @C++ and @OS/2 work, too (thanks to @chaitan94)
|
||||
* __1.8.5__ Fixed: file names when exporting to individual files contain full year (thanks to @jdevera)
|
||||
* __1.8.4__ Improved: using external editors (thanks to @chrissexton)
|
||||
* __1.8.3__ Fixed: export to text files and improves help (thanks to @igniteflow and @mpe)
|
||||
|
|
|
@ -8,7 +8,7 @@ jrnl is a simple journal application for your command line.
|
|||
from __future__ import absolute_import
|
||||
|
||||
__title__ = 'jrnl'
|
||||
__version__ = '1.8.6'
|
||||
__version__ = '1.8.7'
|
||||
__author__ = 'Manuel Ebert'
|
||||
__license__ = 'MIT License'
|
||||
__copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'
|
||||
|
|
Loading…
Add table
Reference in a new issue