summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-21 17:52:00 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-21 17:52:00 +0300
commiteb2fcb7b0aa88a975ba030f923322cbd4c22bad7 (patch)
treefb07dc0f15bd7abdfd94d3ac3a84962f503f9d86 /NEWS
parent115b2a48f32bca5939600a66767cce5069098bf8 (diff)
downloadick2-eb2fcb7b0aa88a975ba030f923322cbd4c22bad7.tar.gz
Change: update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ac83d1..0b643e5 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Version 0.42+git, not yet released
----------------------------------
+* `icktool status` is now faster. Previously it was linear to the
+ number of projects, now it is as fast for one as for a hundred.
+ Also, the list of projects is now sorted by project name.
+
+* `icktool show-log` has been added.
+
+* `icktool show` can show any JSON resource (not logs) and needs to be
+ given the URL path component.
+
+* `icktool make-it-so` now updates existing projects and pipelines.
+
+* `icktool trigger` now takes any number of projects to trigger on the
+ command line.
Version 0.42, released 2018-04-20
----------------------------------