Skip to content

Commit

Permalink
Merge pull request #364 from SrainApp/release-1.4.0
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
SilverRainZ authored May 7, 2022
2 parents 99d9d86 + 868e1ef commit 0a16d5d
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 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.4.0" date="2022-05-07">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-4-0</url>
</release>
<release version="1.3.2" date="2022-02-10">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-3-2</url>
</release>
Expand Down
24 changes: 24 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,30 @@ Change Log
.. _version-latest:

.. _version-1.4.0:

2022-05-07 Version 1.4.0
========================

- Features:

- Add support for IRCv3 standard-replies (:pull:`354`), by @progval
- Add support for SASL EXTERNAL (:pull:`352`), by @progval
- Add support for invite-notify (:pull:`359`), by @progval
- Add conf item ``server-visibility`` for setting default server visiblity (:issue:`361`), by @SilverRainZ
- Add support for server-time (:pull:`345`), by @progval
- Add :ref:`commands-clear` command for clearing messages of current buffer (:issue:`268`), by @SilverRainZ

- Bug fixes:

- Fix workflow for building MS Windows release artifact (:issue:`360`), by @lifeibiren

- Changes:

- Make the buffer menu apply to the right-clicked item instead of the active buffer (:pull:`353`), by progval
- Srain now accepting donations through OpenCollective (https://opencollective.com/srain)
- Disable workflow for building debian release artifact since we have offical debian package (:commit:`99d9d86`)

.. _version-1.3.2:

2022-02-10 Version 1.3.2
Expand Down
2 changes: 2 additions & 0 deletions doc/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ For sending special IRC commands.

.. versionadded:: 1.2.0

.. _commands-clear:

/clear
------

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The short X.Y version.
version = '1.3.2'
version = '1.4.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
3 changes: 3 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ Welcome to Srain documentation!
The source code of this documentation is hosted on `GitHub`_.
If you found any mistake, feel free to file issue or pull request.

Supporting Srain through OpenCollective_.

.. _GitHub: https://github.com/SrainApp/srain/tree/master/doc
.. _OpenCollective: https://opencollective.com/srain

All pages
=========
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.3.2',
version: '1.4.0',
license: 'GPL3',
meson_version: '>= 0.45.0'
)
Expand Down

0 comments on commit 0a16d5d

Please sign in to comment.