Skip to content

Commit

Permalink
Merge pull request #235 from SrainApp/chore/release-1.0.2
Browse files Browse the repository at this point in the history
 Release 1.0.2
  • Loading branch information
SilverRainZ authored Apr 11, 2020
2 parents c732eb3 + 150e7a2 commit c922b9d
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PACKAGE_APPID = im.srain.Srain
PACKAGE_BUILD = $(shell [ -d .git ] && \
git rev-parse --git-dir > /dev/null 2>&1 && \
echo -n -git@0.`git rev-list --count HEAD`.`git describe --always`)
PACKAGE_VERSION = 1.0.1
PACKAGE_VERSION = 1.0.2
PACKAGE_AUTHOR = Shengyu Zhang
PACKAGE_EMAIL = [email protected]
PACKAGE_DESC = Modern IRC client written in GTK.
Expand Down
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
Srain
=====

|ci-status| |channel|
|ci-status| |doc-status| |channel|

.. |ci-status| image:: https://github.com/SrainApp/srain/workflows/build/badge.svg?branch=master
:target: https://github.com/SrainApp/srain/actions

.. |doc-status| image:: https://readthedocs.org/projects/srain/badge/?version=latest
:target: https://doc.srain.im/en/latest/

.. |channel| image:: https://img.shields.io/badge/channel-%23srain-brightgreen.svg
:target: ircs://chat.freenode.net/#srain

Expand All @@ -18,6 +21,8 @@ Modern IRC client written in GTK.
.. _Documentation: https://doc.srain.im
.. _Source code: https://github.com/SrainApp/srain

.. image:: https://srain.im/assets/images/cover.png

Packaging Status
================

Expand Down
3 changes: 3 additions & 0 deletions data/srain.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
</content_rating>

<releases>
<release version="1.0.2" date="2020-04-11">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-0-2</url>
</release>
<release version="1.0.1" date="2020-03-14">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-0-1</url>
</release>
Expand Down
27 changes: 27 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,33 @@ Change Log
- XXX
.. _version-latest:

.. _version-1.0.2:

2020-04-11 Version 1.0.2
========================

- Features:

- Add MAN documentation (:commit:`deaf723`)
- Add more predefined IRC networks: DALnet, EFnet, IRCnet, Undernet and QuakeNet (:pull:`228`)

- Changes:

- Build: Allow setting CC variable via environment (:pull:`224`)
- Add channel related messages to corresponding buffer as possible (:issue:`149`)
- Improve widget focus control (:pull:`229`)
- Drop unused icons (:commit:`6239fe5`)
- Provide clearer error message when connecting (:pull:`233`)
- Update gentoo installation documentation :ref:`install-packages-gentoo` (:commit:`ceb5ca3`)

- Bug fixes:

- Truncate long message before sendisg (:pull:`227`)
- Deal with invalid UTF-8 string (:commit:`50e7757`)
- Fix incorrect user number of channel user list (:pull:`230`)
- Fix incorrect icon install path (:commit:`9f07380`)

.. _version-1.0.1:

2020-03-14 Version 1.0.1
Expand Down
6 changes: 3 additions & 3 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.0.1'
version = '1.0.2'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -111,7 +111,7 @@
]
}

html_logo = '../data/icons/scalable/srain.png'
html_logo = '../data/icons/128x128/srain.png'
html_favicon = html_logo

# -- Options for HTMLHelp output ------------------------------------------
Expand Down
14 changes: 7 additions & 7 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ you can get source code of latest release:

.. code-block:: console
$ wget https://github.com/SrainApp/srain/archive/1.0.1.tar.gz
$ tar -xvzf 1.0.1.tar.gz
$ cd srain-1.0.1
$ wget https://github.com/SrainApp/srain/archive/1.0.2.tar.gz
$ tar -xvzf 1.0.2.tar.gz
$ cd srain-1.0.2
Or get git version:

Expand Down Expand Up @@ -175,14 +175,14 @@ you already have flatpak installed:
.. _Flatpak manifest for Srain: https://github.com/SrainApp/srain-contrib/tree/master/pack/flatpak
.. _Flathub: https://flathub.org

.. _install-packages-gentoo:

Gentoo
~~~~~~

`rtlanceroad`_ is maintaining `Gentoo ebuilds for Srain`_, please refer to it
for more details.
Please refers to `gentoo portage overlays`_.

.. _rtlanceroad: https://github.com/rtlanceroad
.. _Gentoo ebuilds for Srain: https://github.com/SrainApp/srain-contrib/tree/master/pack/gentoo
.. _gentoo portage overlays: https://gpo.zugaina.org/net-im/srain

.. _install-packages-opensuse:

Expand Down

0 comments on commit c922b9d

Please sign in to comment.