summary refs log tree commit diff stats
path: root/data/misc/io.github.Hexchat.appdata.xml.in
blob: d75cc1ccb58393d1fa64e5f0238c91c6456a4ef1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>io.github.Hexchat</id>
  <name>HexChat</name>
  <launchable type="desktop-id">io.github.Hexchat.desktop</launchable>
  <developer_name>HexChat</developer_name>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-2.0+</project_license>
  <translation type="gettext">hexchat</translation>
  <summary>IRC Client</summary>
  <description>
    <p>HexChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.</p>
    <p>HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts.</p>
  </description>
  <url type="homepage">http://hexchat.github.io</url>
  <url type="bugtracker">https://github.com/hexchat/hexchat</url>
  <url type="donation">https://goo.gl/jESZvU</url>
  <url type="help">https://hexchat.readthedocs.io/en/latest/</url>
  <screenshots>
    <screenshot type="default">
      <image>http://i.imgur.com/tLMguQz.png</image>
      <caption>Main Chat Window</caption>
    </screenshot>
  </screenshots>
  <provides>
    <!-- Renamed from this -->
    <id>hexchat.desktop</id>
  </provides>
  <releases>
    <release date="2022-02-12" version="2.16.1">
      <description>
        <p>This is a minor release with mostly bug-fixes:</p>
        <ul>
          <li>Add `-NOOVERRIDE` flag to the `GUI COLOR` command</li>
          <li>Add `-q` (quiet) flag to the `EXECWRITE` command</li>
          <li>Rename installed icon to match app-id (Fixes notification icon)</li>
          <li>Fix escaping already escaped URLs when opening them</li>
          <li>Fix Python scripts not being opened as UTF-8</li>
          <li>Fix `TIMER` command supporting decimals regardless of locale</li>
        </ul>
      </description>
    </release>
    <release date="2021-10-01" version="2.16.0">
      <description>
        <p>This is a feature release:</p>
        <ul>
          <li>Add support for IRCv3 SETNAME, invite-notify, account-tag, standard replies, and UTF8ONLY</li>
          <li>Add support for strikethrough formatting</li>
          <li>Fix text clipping issues by respecting font line height</li>
          <li>Fix URLs not being escaped when opened</li>
          <li>Fix possible hang when showing notifications</li>
          <li>Print ChanServ notices in the front tab by default</li>
          <li>Update network list</li>
          <li>python: Rewrite plugin improving memory usage and compatibility</li>
          <li>fishlim: Add support for CBC and other improvements</li>
        </ul>
      </description>
    </release>
    <release date="2019-12-20" version="2.14.3">
      <description>
        <p>This is a bug-fix release:</p>
        <ul>
          <li>Fix various incorrect parsing of IRC messages relating to trailing parameters</li>
          <li>Fix SASL negotiation combined with multi-line cap</li>
          <li>Fix input box theming with Yaru theme</li>
          <li>python: Work around Python 3.7 regression causing crash on unload</li>
          <li>sysinfo: Add support for /etc/os-release</li>
          <li>sysinfo: Ignore irrelevant mounts when calculating storage size</li>
        </ul>
      </description>
    </release>
    <release date="2018-08-29" version="2.14.2">
      <description>
        <p>This is a minor release:</p>
        <ul>
          <li>Remove shift+click to close tab binding</li>
          <li>Always unminimize when opening from tray</li>
          <li>Fix some translations containing invalid text events</li>
          <li>Fix sending server passwords starting with ":"</li>
        </ul>
      </description>
    </release>
    <release date="2018-03-13" version="2.14.1">
      <description>
        <p>This is a very minor bug-fix release:</p>
        <ul>
          <li>Fix performance regression</li>
        </ul>
      </description>
    </release>
    <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>
        <ul>
          <li>Fix issue with timers causing ping timeouts</li>
          <li>Fix building against OpenSSL 1.1</li>
          <li>Fix /exec output printing invalid utf8</li>
          <li>Replace doat plugin with an internal command</li>
          <li>Change how tab colors interact with plugins</li>
          <li>Enable filtering the beep character by default</li>
        </ul>
      </description>
    </release>
    <release date="2016-10-22" version="2.12.3">
      <description>
        <p>This is a minor bug fix release just cleaning up a few issues:</p>
        <ul>
          <li>Fix crash with bad translations</li>
          <li>Add new mhop command</li>
          <li>Change ping timeout to 60 by default</li>
        </ul>
      </description>
    </release>
  </releases>
  <kudos>
    <kudo>UserDocs</kudo>
    <kudo>HiDpiIcon</kudo>
    <kudo>Notifications</kudo>
  </kudos>
  <content_rating type="oars-1.1">
    <content_attribute id="social-chat">intense</content_attribute>
  </content_rating>
  <update_contact>tingping_at_fedoraproject.org</update_contact>
</component>