Skip to content

Commit

Permalink
Merge pull request #358 from SrainApp/release-1.3.2
Browse files Browse the repository at this point in the history
Release 1.3.2
  • Loading branch information
SilverRainZ authored Feb 10, 2022
2 parents 9384edb + 8d18aa1 commit 2faa795
Show file tree
Hide file tree
Showing 19 changed files with 1,272 additions and 40 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.2" date="2022-02-10">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-3-2</url>
</release>
<release version="1.3.1" date="2021-12-18">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-3-1</url>
</release>
Expand Down
4 changes: 4 additions & 0 deletions data/ui/message_list.glade
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="image">clear_selection_image</property>
<property name="tooltip-text" translatable="yes">Clear selection</property>
<style>
<class name="circular"/>
</style>
Expand All @@ -93,6 +94,7 @@
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="image">go_prev_mention_image</property>
<property name="tooltip-text" translatable="yes">Previous mention</property>
<style>
<class name="circular"/>
</style>
Expand All @@ -109,6 +111,7 @@
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="image">go_next_mention_image</property>
<property name="tooltip-text" translatable="yes">Next mention</property>
<style>
<class name="circular"/>
</style>
Expand All @@ -125,6 +128,7 @@
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="image">go_bottom_image</property>
<property name="tooltip-text" translatable="yes">Scroll to bottom</property>
<style>
<class name="circular"/>
</style>
Expand Down
2 changes: 2 additions & 0 deletions data/ui/window.glade
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@
<property name="receives-default">True</property>
<property name="image">insert_emoji_image</property>
<property name="relief">none</property>
<property name="tooltip-text" translatable="yes">Insert emoji</property>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -331,6 +332,7 @@
<property name="receives-default">True</property>
<property name="image">send_image</property>
<property name="relief">none</property>
<property name="tooltip-text" translatable="yes">Send message</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down
19 changes: 19 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,25 @@ Change Log
.. _version-latest:

.. _version-1.3.2:

2022-02-10 Version 1.3.2
========================

- Features:

- Add French translation (:pull:`351`), by @progval

- Bug fixes:

- Silence assertion failure on /part command (:pull:`348`), by @progval
- Silence "Unknown capability" warning on trailing whitespace (:pull:`349`), by @progval

- Changes:

- Add tooltips to buttons with no text(:pull:`350`), by @progval
- Srain is added to offical repository of Debian, see :ref:`install-packages-debian` for details

.. _version-1.3.1:

2021-12-18 Version 1.3.1
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@

# General information about the project.
project = 'Srain'
copyright = '2021, Shengyu Zhang'
copyright = '2022, Shengyu Zhang'
author = 'Shengyu Zhang'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.3.1'
version = '1.3.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
27 changes: 3 additions & 24 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,34 +143,13 @@ If you are the user of `Arch Linux CN Repository`_, try:
Debian
~~~~~~

There is no srain package in the official repository yet.

Pre-built package
.................

We provide pre-built deb package that you can get it from `Github release page`_.

Build byself
............

Copy the debian folder on `srain-contrib`_ to srain folder. Then type following
command on your terminal:
Srain now in `offical repository of Debian`__:

.. code-block:: console
$ dpkg-buildpackage -b -us -uc
Note that the dependencies mentioned above also should be installed. The
details could be found on `debian/crontrol`_ file.

Then install the package (replace package name with the name of your package):

.. parsed-literal::
$ sudo apt-get install -f ../srain\_\ |release|-1_amd64.deb
# apt install srain
.. _srain-contrib: https://github.com/SrainApp/srain-contrib/tree/master/pack/
.. _debian/crontrol: https://github.com/SrainApp/srain-contrib/blob/master/pack/debian/control
__ https://packages.debian.org/unstable/net/srain

.. _install-packages-flatpak:

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.1',
version: '1.3.2',
license: 'GPL3',
meson_version: '>= 0.45.0'
)
Expand Down
1 change: 1 addition & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ zh_CN
ru
nl
uk
fr
Loading

0 comments on commit 2faa795

Please sign in to comment.