Skip to content

Commit d792e1b

Browse files
author
Mike Pountney
committed
Bump to v0.4.0
1 parent 8719dc4 commit d792e1b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
v0.4.0
5+
------
6+
7+
* #3: Implement 'NextTicket' and 'PrevTicket'
8+
* Add :create {project} {summary} command
9+
* #31 - use age template function
10+
* #8 - Allow breaking out of the UI to run external commands (eg vim)
11+
* Add various quick search commands
12+
* Add 'previousPages history', to make 'q' less painful
13+
* Swtich to use ScrollableList base interface widget
14+
415
v0.3.2
516
------
617

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package jiraui
22

33
const (
4-
VERSION = "0.3.2"
4+
VERSION = "0.4.0"
55
)

0 commit comments

Comments
 (0)