summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: cf959904dbd3bbc545ddcb86e42b246669e7b29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Changelog
=========

### 0.2.4 (May 24, 2012)

* [Fixed] Dates such as "May 3" will now be interpreted as being in the past if the current day is at least 28 days in the future
* [Fixed] Bug where composed entry is lost when the journal file fails to load
* [Changed] Changed directory structure and install scripts (removing the necessity to make an alias from `jrnl` to `jrnl.py`)

### 0.2.4 (May 21, 2012)

* [Fixed] Parsing of new lines in journal files and entries
* [Improved] Adds support for encrypting and decrypting into new files

### 0.2.3 (May 3, 2012)

* [Improved] Adds a `-short` option that will only display the titles of entries (or, when filtering by tags, the context of the tag)
* [Improved] Adds tag export
* [Improved] Adds coloured highlight of tags (by default, highlights all tags - when filtering by tags, only highlights search tags)
* [Improved] `.jrnl_config` will get automatically updated when updating jrnl to a new version

### 0.2.2 (April 17, 2012)

* [Improved] Adds --encrypt and --decrypt to encrypt / decrypt existing journal files
* [Improved] Adds markdown export (kudos to dedan)

### 0.2.1 (April 17, 2012)

* [Improved] Submitted to [PyPi](http://pypi.python.org/pypi/jrnl/0.2.1).

### 0.2.0 (April 16, 2012)

* [Improved] Encrypts using CBC
* [Fixed] `key` has been renamed to `password` in config to avoid confusion. (The key use to encrypt and decrypt a journal is the SHA256-hash of the password.)

### 0.1.1 (April 15, 2012)

* [Fixed] Removed unnecessary print commands
* [Improved] Created the documentation

###  0.1.0 (April 13, 2012)

* [Improved] Supports encrypted journals using AES encryption
* [Improved] Support external editors for composing entries

### 0.0.2 (April 5, 2012)

* [Improved] Filtering by tags and dates
* [Fixed] Now using dedicated classes for Journals and entries

### 0.0.1 (March 29, 2012)

* Composing entries works. That's pretty much it.