summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-11-22 21:47:44 +0200
committerLars Wirzenius <liw@liw.fi>2014-11-22 21:47:44 +0200
commitdcb4fadf3ab4bd4e72ae3cf002cdaed11ef178c9 (patch)
treedfbe81f114ac1bcf12e45a2719902637ab065b86 /NEWS
parent5beafac6b85acdb4c761d280fa58eb9fb0b36ab4 (diff)
downloadjt-dcb4fadf3ab4bd4e72ae3cf002cdaed11ef178c9.tar.gz
Prepare release version 0.3jt-0.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 821d9e1..aaeaf0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
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
-----------------------------