Skip to content

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lah7 committed Nov 2, 2024
1 parent c4a9d81 commit 2a74d04
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.8.7 / 0.9.3

* Controller: Add device map for Razer Huntsman V2 Analog (UK)
* OpenRazer: Only show on-the-fly macro instructions if available.
* Fix crash when effect file is moved or renamed.
* Improve support for Flatpak version.
* Add appstream metainfo.

# 0.8.6 / 0.9.2

* Controller: Fix broken header graphic when tiling application.
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
polychromatic (0.9.3) noble; urgency=low

* Controller: Add device map for Razer Huntsman V2 Analog (UK)
* OpenRazer: Only show on-the-fly macro instructions if available.
* Fix crash when effect file is moved or renamed.
* Changes specific for the Flatpak version.
* Add appstream metainfo.

-- Luke Horwell <[email protected]> Sat, 02 Nov 2024 15:38:38 +0100

polychromatic (0.9.2) noble; urgency=low

* Controller: Fix broken header graphic when tiling application.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('polychromatic',
version : '0.9.2',
version : '0.9.3',
meson_version : '>=0.53.0')

fs = import('fs')
Expand Down
2 changes: 1 addition & 1 deletion polychromatic-cli
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import polychromatic.effects as effects
import polychromatic.procpid as procpid
from polychromatic.backends._backend import Backend as Backend

VERSION = "0.9.2"
VERSION = "0.9.3"

########################################
# Set up variables
Expand Down
2 changes: 1 addition & 1 deletion polychromatic-controller
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import polychromatic.preferences as pref
import polychromatic.procpid as procpid
from polychromatic.base import PolychromaticBase

VERSION = "0.9.2"
VERSION = "0.9.3"


class ApplicationData(PolychromaticBase):
Expand Down
2 changes: 1 addition & 1 deletion polychromatic-helper
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import polychromatic.effects as effects
import polychromatic.preferences as preferences
import polychromatic.procpid as procpid

VERSION = "0.9.2"
VERSION = "0.9.3"


class PolychromaticHelper(PolychromaticBase):
Expand Down
2 changes: 1 addition & 1 deletion polychromatic-tray-applet
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import polychromatic.procpid as procpid
from polychromatic.backends._backend import Backend
from polychromatic.base import PolychromaticBase as PolychromaticBase

VERSION = "0.9.2"
VERSION = "0.9.3"
SUPPORTED = ["GtkStatusIcon"]

try:
Expand Down
3 changes: 3 additions & 0 deletions sources/app.polychromatic.controller.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
</keywords>

<releases>
<release type="stable" version="0.9.3" date="2024-11-02">
<url type="details">https://github.com/polychromatic/polychromatic/releases/tag/v0.9.3</url>
</release>
<release type="stable" version="0.9.2" date="2024-07-29">
<url type="details">https://github.com/polychromatic/polychromatic/releases/tag/v0.9.2</url>
</release>
Expand Down

0 comments on commit 2a74d04

Please sign in to comment.