Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwr-Solaar
Solaar
Commits
c67bd325
Commit
c67bd325
authored
4 years ago
by
Peter F. Patel-Schneider
Browse files
Options
Download
Email Patches
Plain Diff
release 1.0.6
parent
ce98e894
master
github/fork/markopy/macos_support
github/fork/pfps/config
1.1.9rc1
1.1.8
1.1.8rc3
1.1.8rc2
1.1.7
1.1.7rc2
1.1.7rc1
1.1.6
1.1.6rc4
1.1.5
1.1.5rc1
1.1.4
1.1.4rc2
1.1.4rc1
1.1.3
1.1.3rc3
1.1.3rc2
1.1.3rc1
1.1.2
1.1.2rc2
1.1.1
1.1.1rc2
1.1.1rc1
1.1.0
1.1.0rc3
1.1.0rc2
1.0.7
1.0.7rc3
1.0.7rc2
1.0.6
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+1
-1
ChangeLog
docs/_config.yml
+1
-1
docs/_config.yml
lib/solaar/__init__.py
+1
-1
lib/solaar/__init__.py
setup.py
+1
-1
setup.py
with
4 additions
and
4 deletions
+4
-4
ChangeLog
+
1
-
1
View file @
c67bd325
1.0.6
rc2
:
1.0.6:
* Update sliding DPI to look for suitable keys
* Add mouse gestures that can trigger rules
* Complain if receivers do not support connection notification
...
...
This diff is collapsed.
Click to expand it.
docs/_config.yml
+
1
-
1
View file @
c67bd325
...
...
@@ -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.0.6
rc2
version
:
1.0.6
show_downloads
:
false
encoding
:
utf-8
theme
:
jekyll-theme-slate
This diff is collapsed.
Click to expand it.
lib/solaar/__init__.py
+
1
-
1
View file @
c67bd325
...
...
@@ -19,5 +19,5 @@
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
__version__
=
'1.0.6
rc2
'
__version__
=
'1.0.6'
NAME
=
'Solaar'
This diff is collapsed.
Click to expand it.
setup.py
+
1
-
1
View file @
c67bd325
...
...
@@ -8,7 +8,7 @@ except ImportError:
from
distutils.core
import
setup
# from solaar import NAME, __version__
__version__
=
'1.0.6
rc2
'
__version__
=
'1.0.6'
NAME
=
'Solaar'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets