release 1.1.4

This commit is contained in:
Peter F. Patel-Schneider 2022-07-04 09:15:00 -04:00
parent 06abbf4807
commit 20ffb31e1d
5 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,6 @@
# 1.1.4rc2
# 1.1.4
* Update Croatian translation
* Handle unanticipated values for persistent remappable action as default
* Improve system tray interface documentation
* Remove blank lines from system tray popup

View File

@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices.
owner: pwr-Solaar
owner_url: https://github.com/pwr-Solaar
repository: pwr-Solaar/Solaar
version: 1.1.4rc2
version: 1.1.4
show_downloads: false
encoding: utf-8
theme: jekyll-theme-slate

View File

@ -16,5 +16,5 @@
## with this program; if not, write to the Free Software Foundation, Inc.,
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
__version__ = '1.1.4rc2'
__version__ = '1.1.4'
NAME = 'Solaar'

View File

@ -8,7 +8,7 @@ except ImportError:
from distutils.core import setup
# from solaar import NAME, __version__
__version__ = '1.1.4rc2'
__version__ = '1.1.4'
NAME = 'Solaar'

View File

@ -44,8 +44,7 @@
</screenshots>
<releases>
<release version="1.1.4rc2" date="2022-06-29"/>
<release version="1.1.4rc1" date="2022-06-22"/>
<release version="1.1.4" date="2022-77-04"/>
<release version="1.1.3" date="2022-04-25"/>
<release version="1.1.2" date="2022-03-26"/>
<release version="1.1.1" date="2021-12-25"/>