Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunderland93 committed Feb 14, 2024
1 parent 72c8479 commit 96e78d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
### WARNING: current master-branch is broken for now! Use [release](https://github.com/Sunderland93/sway-input-config/releases) version's.

## Sway Input Configurator

Input device configurator for [SwayWM](https://swaywm.org/), written in Python and Qt6, inspired by [nwg-shell-config](https://github.com/nwg-piotr/nwg-shell-config). It uses standard [libinput](https://www.mankier.com/5/sway-input) options to configure keyboard, touchpad and pointer devices.
Expand Down
6 changes: 5 additions & 1 deletion io.github.Sunderland93.sway-input-config.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
Input device configurator for Sway Wayland Compositor, written in Python and Qt5/PySide2, inspired by nwg-shell-config. It uses standard libinput options to configure keyboard, touchpad and pointer devices.
Input devices configurator for Sway Wayland сompositor.
</p>
</description>
<releases>
<release version="1.4.0" date="2024-02-14"/>
<release version="1.3.3" date="2023-09-01"/>
<release version="1.3.1" date="2023-07-06"/>
<release version="1.2.1" date="2023-05-31"/>
<release version="1.2.0" date="2023-01-22"/>
</releases>
<screenshots>
<screenshot type="default">https://raw.githubusercontent.com/Sunderland93/sway-input-config/master/screenshot1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/Sunderland93/sway-input-config/master/screenshot2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/Sunderland93/sway-input-config/master/screenshot3.png</screenshot>
</screenshots>
<url type="homepage">https://github.com/Sunderland93/sway-input-config</url>
<url type="bugtracker">https://github.com/Sunderland93/sway-input-config/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='sway-input-config',
version='1.3.2',
version='1.4.0',
description='input devices configurator for sway',
license='GPL-3',
author='Aleksey Samoilov',
Expand Down
2 changes: 1 addition & 1 deletion sway_input_config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from sway_input_config.ui_selectlayout import Ui_SelectKeyboardLayoutDialog
from sway_input_config.ui_error_message import Ui_ErrorMessage

app_version = "1.3.0"
app_version = "1.4.0"

if os.getenv("SWAYSOCK"):
sway_version = get_sway_version()
Expand Down

0 comments on commit 96e78d2

Please sign in to comment.