summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-05-24 10:42:20 +0100
committerWill Thompson <will@willthompson.co.uk>2018-05-24 10:43:36 +0100
commite0c9f36ec9ce3d9fa2e95d1352864a5e99935a9d (patch)
tree96e282c1d2bb538cc7a28e09a75db32cea17fae7
parent5e1ede43682c79ddb9e68c52b40518c1cadbb3b7 (diff)
NEWS and screenshots for 0.6.3bustle-0.6.3
-rw-r--r--NEWS.md16
-rw-r--r--bustle.cabal2
-rw-r--r--data/org.freedesktop.Bustle.appdata.xml.in21
3 files changed, 32 insertions, 7 deletions
diff --git a/NEWS.md b/NEWS.md
index 6d68101..0b0cef1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,19 @@
+Bustle 0.6.3 (2018-05-24)
+-------------------------
+
+* The statistics sidebar now a more modern look and feel, and uses text
+ to distinguish signals, method calls, etc. rather than font colour,
+ italic text, and abstract shapes.
+* Sizes now use power-of-10 units, in common with the rest of the GNOME desktop.
+* Padding and alignment is more consistent.
+* A libpcap 0.8.0/0.8.1 incompatibility is now detected and handled
+ specially. See [bug
+ #100220](https://bugs.freedesktop.org/show_bug.cgi?id=100220#c7) for
+ details. Distributions should apply downstream patches until until a
+ new upstream release is made; users should [install Bustle from
+ Flathub](https://flathub.org/apps/details/org.freedesktop.Bustle).
+* Most importantly, the welcome page is more beautiful.
+
Bustle 0.6.2 (2017-10-26)
-------------------------
diff --git a/bustle.cabal b/bustle.cabal
index c58f8d0..ea7f185 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -1,6 +1,6 @@
Name: bustle
Category: Network, Desktop
-Version: 0.6.2
+Version: 0.6.3
Cabal-Version: >= 1.24
Tested-With: GHC == 7.8.*, GHC == 7.10.*
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 8fbf773..fa8e3d5 100644
--- a/data/org.freedesktop.Bustle.appdata.xml.in
+++ b/data/org.freedesktop.Bustle.appdata.xml.in
@@ -18,13 +18,17 @@
</description>
<project_license>LGPL-2.1+ AND GPL-3.0</project_license>
<screenshots>
- <screenshot type="default">
- <!-- Translators: This should be the URI of a 2400×1350, pixel screenshot of Bustle in your language. If you cannot take a screenshot, leave the string as the English screenshot. -->
- <image type="source">https://wiki.freedesktop.org/www/Software/Bustle/bustle-0.5.2-1.png</image>
+ <screenshot width="1548" height="848" type="default">
+ <image>https://gitlab.freedesktop.org/bustle/bustle/raw/master/data/appdata/bustle-diagram.png</image>
+ <caption>Explore sequence diagrams of D-Bus activity</caption>
</screenshot>
- <screenshot>
- <!-- Translators: This should be the URI of a 2400×1350, pixel screenshot of Bustle in your language. If you cannot take a screenshot, leave the string as the English screenshot. -->
- <image type="source">https://wiki.freedesktop.org/www/Software/Bustle/bustle-0.5.2-2.png</image>
+ <screenshot width="1548" height="848">
+ <image>https://gitlab.freedesktop.org/bustle/bustle/raw/master/data/appdata/bustle-statistics.png</image>
+ <caption>See statistics summarizing the log</caption>
+ </screenshot>
+ <screenshot width="1548" height="848">
+ <image>https://gitlab.freedesktop.org/bustle/bustle/raw/master/data/appdata/bustle-welcome.png</image>
+ <caption>Relax with this soothing greyscale welcome page</caption>
</screenshot>
</screenshots>
<url type="homepage">https://www.freedesktop.org/wiki/Software/Bustle/</url>
@@ -33,4 +37,9 @@
<provides>
<id>bustle.desktop</id>
</provides>
+ <release date="2018-05-24" version="0.6.3">
+ <description>
+ <p>The statistics sidebar has a more modern look and feel, and uses text to distinguish signals, method calls, etc. rather than font colour, italic text, and abstract shapes. Sizes now use power-of-10 units, in common with the rest of the GNOME desktop. Padding and alignment is more consistent. Most importantly, the welcome page is more beautiful.</p>
+ </description>
+ </release>
</component>