Skip to content

Commit

Permalink
Merge pull request #338 from SrainApp/release-1.3
Browse files Browse the repository at this point in the history
Release 1.3
  • Loading branch information
SilverRainZ authored Sep 21, 2021
2 parents eaa75ca + 8350d7d commit 1959caa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
3 changes: 3 additions & 0 deletions data/metainfo/srain.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
</content_rating>

<releases>
<release version="1.3" date="2021-09-21">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-3-0</url>
</release>
<release version="1.2.4" date="2021-07-18">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-2-4</url>
</release>
Expand Down
16 changes: 16 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ Change Log
.. _version-latest:

.. _version-1.3:

2021-09-23 Version 1.3.0
========================

- Features:

- Implement ISUPPORT parsing + the UTF8ONLY IRCv3 specification (:pull:`331`), thanks to @progval
- Add support for RPL_UMODEIS (:pull:`331`), thanks to @progval
- Make nick completion case-insensitive (:pull:`333`), thanks to @progval
- Add button for inserting emoji (:issue:`279`)

- Bug fixes:

- Fix configuration syntax errors caused by trailing commas (:pull:`330`), thanks to @progval

.. _version-1.2.4:

2021-07-18 Version 1.2.4
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2.0'
version = '1.3.0'
# The full version, including alpha/beta/rc tags.
release = '1.2.0'
release = '1.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project(
'srain', 'c',
version: '1.2.4',
version: '1.3.0',
license: 'GPL3',
meson_version: '>= 0.45.0'
)
Expand Down

0 comments on commit 1959caa

Please sign in to comment.