Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
2286990a
Commit
2286990a
authored
Mar 10, 2018
by
Patrick Griffis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump to 2.14.0
parent
6ec52342
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
2 deletions
+29
-2
data/misc/io.github.Hexchat.appdata.xml.in
data/misc/io.github.Hexchat.appdata.xml.in
+27
-0
data/misc/meson.build
data/misc/meson.build
+1
-1
meson.build
meson.build
+1
-1
No files found.
data/misc/io.github.Hexchat.appdata.xml.in
View file @
2286990a
...
...
@@ -27,6 +27,33 @@
<id>
hexchat.desktop
</id>
</provides>
<releases>
<release
date=
"2018-03-10"
version=
"2.14.0"
>
<description>
<p>
This is largely a bug fix release though it has some large behind the scenes changes:
</p>
<ul>
<li>
Rename data files to use *io.github.Hexchat* name
</li>
<li>
Add option (irc_reconnect_rejoin) to disable auto-rejoin on reconnect
</li>
<li>
Add ability to set custom tray icon separate of app icon
</li>
<li>
Fix Enchant 2.0+ support
</li>
<li>
Fix input box theming with Adwaita-dark
</li>
<li>
Fix custom sounds not respecting omit if away option
</li>
<li>
Fix detecting if a tray doesn't exist on x11
</li>
<li>
Fix cutting off ctcp text after ending \01
</li>
<li>
Fix /ignore not accepting full hosts
</li>
<li>
Fix characters getting cut off when their width changes
</li>
<li>
Fix various possible crashes
</li>
<li>
Change preference window to be scroll-able
</li>
<li>
Remove ctrl+w binding by default
</li>
<li>
doat: Fix channels with / in them
</li>
<li>
fishlim: Fix key exchange
</li>
<li>
fishlim: Fix building against LibreSSL
</li>
<li>
sysinfo: Fix pci.ids file not being found on some distros
</li>
<li>
sysinfo: Make libpci optional
</li>
<li>
lua: Avoid loading the same script multiple times
</li>
<li>
Update translations
</li>
</ul>
</description>
</release>
<release
date=
"2016-12-10"
version=
"2.12.4"
>
<description>
<p>
This is another bug fix release:
</p>
...
...
data/misc/meson.build
View file @
2286990a
...
...
@@ -13,7 +13,7 @@ if get_option('with-gtk')
appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()
test('Validate io.github.Hexchat.appdata.xml', appstream_util,
args: ['validate', hexchat_appdata]
args: ['validate
-relax
', hexchat_appdata]
)
endif
...
...
meson.build
View file @
2286990a
project('hexchat', 'c',
version: '2.1
2.4
',
version: '2.1
4.0
',
meson_version: '>= 0.38.0',
default_options: [
'c_std=gnu89',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment