summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2019-03-08 09:26:35 +0000
committerWill Thompson <will@willthompson.co.uk>2019-03-08 09:27:16 +0000
commitc365a9e3c9710ad1f8eca90ba7b36ba26d4e57d9 (patch)
tree75c346e0c07bf93f0f129a4993d6fe3fe8f802b9
parentb691ca6eaa0005e306e6e5a1751bd26a8299a178 (diff)
News for 0.7.5bustle-0.7.5
-rw-r--r--NEWS.md14
-rw-r--r--bustle.cabal2
-rw-r--r--data/org.freedesktop.Bustle.appdata.xml.in7
3 files changed, 21 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index d10f2c0..6fcd883 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,17 @@
+Bustle 0.7.5 (2019-03-08)
+-------------------------
+
+User-facing changes:
+
+* As well as being able to filter out messages involving certain
+ services, you can now also filter messages to only show certain
+ services.
+
+Internal changes:
+
+* SVGs are now 256×256px to placate flatpak-validate-icon
+* Add Nix compatibility (Daniel Firth)
+
Bustle 0.7.4 (2018-12-07)
-------------------------
diff --git a/bustle.cabal b/bustle.cabal
index a3f4216..dea72a8 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -1,6 +1,6 @@
Name: bustle
Category: Network, Desktop
-Version: 0.7.4.1
+Version: 0.7.5
Cabal-Version: 2.0
Tested-With: GHC == 8.4.3
Synopsis: Draw sequence diagrams of D-Bus traffic
diff --git a/data/org.freedesktop.Bustle.appdata.xml.in b/data/org.freedesktop.Bustle.appdata.xml.in
index ca3b034..02cdfeb 100644
--- a/data/org.freedesktop.Bustle.appdata.xml.in
+++ b/data/org.freedesktop.Bustle.appdata.xml.in
@@ -41,6 +41,11 @@
<id>bustle.desktop</id>
</provides>
<releases>
+ <release date="2019-03-08" version="0.7.5">
+ <description>
+ <p>As well as being able to filter out messages involving certain services, you can now also filter messages to only show certain services.</p>
+ </description>
+ </release>
<release date="2018-12-07" version="0.7.4">
<description>
<p>In the details for an error reply, the error name is now shown, and the error message is formatted more legibly.</p>
@@ -54,7 +59,7 @@
</release>
<release date="2018-07-24" version="0.7.2">
<description>
- <p>You can now explore messages while they're being recorded. (Filtering, statistics and exporting are still only available once you stop recording.)</p>
+ <p>You can now explore messages while they're being recorded. Filtering, statistics and exporting are still only available once you stop recording.</p>
<p>The raw sender and destination for each message is now shown in the details pane.</p>
<p>Bytestrings with embedded NULs which are otherwise ASCII are now shown as ASCII strings.</p>
</description>