summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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
----------------------------------