summaryrefslogtreecommitdiff
path: root/NEWS
blob: aaeaf0c3ffdf323b68aecef213293e70d3405cac (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
NEWS for jt
===========

Version 0.3, released 2014-11-22
--------------------------------

* New person pages use `link(.)` instead of hardcoding the path to the
  page.
* There is now a rudimentary acceptance test suite for some of the
  functionality of the program.
* There is a new command, `jt new-topic FOO`, which creates a topic page.
  The `jt new` command now accepts a `--topic=FOO` option to
  automatically add a link to a topic page when creating a new journal
  note.
* The `--layout` option has been dropped, breaking compatibility with
  some users at Codethink. Sorry. This can be added back, given
  patches (incl. to test suite), but it was easier to drop it when
  refactoring, given how lazy I am.

Version 0.2, released 2014-11-07
-----------------------------

* Added `--layout=pkb`, to put notes into
  `notes/$YEAR/$MONTH/$DAY/$TITLE.mdwn`.

Version 0.1, released 2014-03-29
--------------------------------

* First release.