Skip to content

Commit

Permalink
Prepare for 1.4.0 release (#181)
Browse files Browse the repository at this point in the history
* Prepare for 1.4.0 release

* last-minute patch for detecting changes to color scheme
  • Loading branch information
avojak authored Nov 17, 2021
1 parent 787a0a9 commit 1fc9157
Show file tree
Hide file tree
Showing 7 changed files with 371 additions and 264 deletions.
16 changes: 16 additions & 0 deletions data/com.github.avojak.iridium.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@
<binary>@appid@</binary>
</provides>
<releases>
<release version="1.4.0" date="2021-11-16">
<description>
<p>1.4.0 Release</p>
<ul>
<li>Respect the system light/dark style preference (#150)</li>
<li>Support SASL (plain and external) authentication (#16)</li>
<li>Fix autoscrolling when receving QUIT messages (#152)</li>
<li>Fix text not wrapping for errors on server connection (#167)</li>
<li>Fix window size and position not saving (#170)</li>
<li>Fix certificate warning dialog not appearing (#172)</li>
<li>Fix secrets not saving when using the Flatpak installation (#173)</li>
<li>Fix BrowseChannelsDialog not using Granite.Dialog (#176)</li>
<li>Fix new auth tokens not saving when editing a connection (#179)</li>
</ul>
</description>
</release>
<release version="1.3.2" date="2021-08-11">
<description>
<p>1.3.2 Release</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project name and programming language
project('com.github.avojak.iridium', 'vala', 'c', version: '1.3.2')
project('com.github.avojak.iridium', 'vala', 'c', version: '1.4.0')

i18n = import('i18n')
gnome = import('gnome')
Expand Down
Loading

0 comments on commit 1fc9157

Please sign in to comment.