release 1.1.5
This commit is contained in:
parent
13cc244499
commit
35672619f0
|
@ -1,6 +1,7 @@
|
|||
# 1.1.5rc1
|
||||
# 1.1.5
|
||||
|
||||
* Update Turkish translation
|
||||
* Add G213 Prodigy Gaming Keyboard
|
||||
* Update Turkish, Croation, and zh_CN translations
|
||||
* Move old device descriptions to new locations and clean up
|
||||
* Increase minimum stopped time between mouse movements
|
||||
* Fix bug with non-recognized empty mouse movement
|
||||
|
|
|
@ -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.5rc1
|
||||
version: 1.1.5
|
||||
show_downloads: false
|
||||
encoding: utf-8
|
||||
theme: jekyll-theme-slate
|
||||
|
|
|
@ -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.5rc1'
|
||||
__version__ = '1.1.5'
|
||||
NAME = 'Solaar'
|
||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
# from solaar import NAME, __version__
|
||||
__version__ = '1.1.5rc1'
|
||||
__version__ = '1.1.5'
|
||||
NAME = 'Solaar'
|
||||
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="1.1.5rc1" date="2022-09-10"/>
|
||||
<release version="1.1.5" date="2022-09-14"/>
|
||||
<release version="1.1.4" date="2022-07-04"/>
|
||||
<release version="1.1.3" date="2022-04-25"/>
|
||||
<release version="1.1.2" date="2022-03-26"/>
|
||||
|
|
Loading…
Reference in New Issue