Bump up version to v1.2

This commit is contained in:
q3aql 2021-07-09 13:11:37 +02:00
parent fda41c68e9
commit 8d6938285a
5 changed files with 19 additions and 18 deletions

View File

@ -8,19 +8,20 @@ Inspired by and based on [g810-led](https://github.com/MatMoul/g810-led).
- Python 3.5+ - Python 3.5+
- PyUSB 1.0.2+ - PyUSB 1.0.2+
- Zenity - Zenity
- Xterm - Xterm (generally installed in the system)
- bc (generally installed in the system)
- **Root privileges** - **Root privileges**
### Downloads: ### Downloads:
* [zenidrv-g203-v1.1.tar.gz](https://github.com/q3aql/zenidrv-g203/releases/download/v1.1/zenidrv-g203-v1.1.tar.gz) - Generic package. * [zenidrv-g203-v1.2.tar.gz](https://github.com/q3aql/zenidrv-g203/releases/download/v1.2/zenidrv-g203-v1.2.tar.gz) - Generic package.
* [zenidrv-g203-v1.1.deb](https://github.com/q3aql/zenidrv-g203/releases/download/v1.1/zenidrv-g203-v1.1.deb) - Debian based package. * [zenidrv-g203-v1.2.deb](https://github.com/q3aql/zenidrv-g203/releases/download/v1.2/zenidrv-g203-v1.2.deb) - Debian based package.
* [zenidrv-g203-1.1.rpm](https://github.com/q3aql/zenidrv-g203/releases/download/v1.1/zenidrv-g203-1.1.rpm) - RedHat/Fedora based package. * [zenidrv-g203-1.2.rpm](https://github.com/q3aql/zenidrv-g203/releases/download/v1.2/zenidrv-g203-1.2.rpm) - RedHat/Fedora based package.
## Installation: ## Installation:
1) Clone the repository: `git clone https://github.com/q3aql/zenidrv-g203` 1) Clone the repository: `git clone https://github.com/q3aql/zenidrv-g203`
2) Install dependencies: `sudo apt-get install python3 python3-usb zenity coreutils` 2) Install dependencies: `sudo apt-get install python3 python3-usb zenity coreutils bc xterm`
3) Change directory: `cd zenidrv-g203` 3) Change directory: `cd zenidrv-g203`
4) Install as root: `sudo make install` 4) Install as root: `sudo make install`

View File

@ -2,13 +2,13 @@
############################################################# #############################################################
# Zenity interface for G203 (Prodigy & Ligthsync) driver # # Zenity interface for G203 (Prodigy & Ligthsync) driver #
# Last change: 07-07-2021 # # Last change: 09-07-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
# License: GPL v2.0 # # License: GPL v2.0 #
############################################################# #############################################################
VERSION="1.1" VERSION="1.2"
M_DATE="070721" M_DATE="090721"
# Variables # Variables
iconPath="/usr/share/icons/logitech/logitech-black.png" iconPath="/usr/share/icons/logitech/logitech-black.png"

View File

@ -2,13 +2,13 @@
############################################################# #############################################################
# Zenity interface for G203 (Prodigy & Ligthsync) driver # # Zenity interface for G203 (Prodigy & Ligthsync) driver #
# Last change: 07-07-2021 # # Last change: 09-07-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
# License: GPL v2.0 # # License: GPL v2.0 #
############################################################# #############################################################
VERSION="1.1" VERSION="1.2"
M_DATE="070721" M_DATE="090721"
# Variables # Variables
iconPath="/usr/share/icons/logitech/logitech-black.png" iconPath="/usr/share/icons/logitech/logitech-black.png"

View File

@ -2,13 +2,13 @@
############################################################# #############################################################
# Zenity interface for G203 (Prodigy & Ligthsync) driver # # Zenity interface for G203 (Prodigy & Ligthsync) driver #
# Last change: 07-07-2021 # # Last change: 09-07-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
# License: GPL v2.0 # # License: GPL v2.0 #
############################################################# #############################################################
VERSION="1.1" VERSION="1.2"
M_DATE="070721" M_DATE="090721"
# Variables # Variables
iconPath="/usr/share/icons/logitech/logitech-black.png" iconPath="/usr/share/icons/logitech/logitech-black.png"

View File

@ -2,13 +2,13 @@
############################################################# #############################################################
# Zenity interface for G203 (Prodigy & Ligthsync) driver # # Zenity interface for G203 (Prodigy & Ligthsync) driver #
# Last change: 07-07-2021 # # Last change: 09-07-2021 #
# Author: q3aql # # Author: q3aql #
# Contact: q3aql@protonmail.ch # # Contact: q3aql@protonmail.ch #
# License: GPL v2.0 # # License: GPL v2.0 #
############################################################# #############################################################
VERSION="1.1" VERSION="1.2"
M_DATE="070721" M_DATE="090721"
# Variables # Variables
iconPath="/usr/share/icons/logitech/logitech-black.png" iconPath="/usr/share/icons/logitech/logitech-black.png"