We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8719dc4 commit d792e1bCopy full SHA for d792e1b
CHANGELOG.md
@@ -1,6 +1,17 @@
1
Changelog
2
=========
3
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
15
v0.3.2
16
------
17
version.go
@@ -1,5 +1,5 @@
package jiraui
const (
- VERSION = "0.3.2"
+ VERSION = "0.4.0"
)
0 commit comments