3 Commits

Author SHA1 Message Date
Storm Dragon
c6049ef5f3 Preparing for release. 2026-01-26 13:07:33 -05:00
Storm Dragon
78ef51d01f Latest code, hopefully stable. 2026-01-19 05:24:48 -05:00
Storm Dragon
30a40f6974 Merged dbus implementation for plugins. 2026-01-12 11:54:42 -05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
pkgname=cthulhu
pkgver=2026.01.19
pkgver=2026.01.26
pkgrel=1
pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca"
url="https://git.stormux.org/storm/cthulhu"

View File

@@ -1,5 +1,5 @@
project('cthulhu',
version: '2026.01.19-testing',
version: '2026.01.26-master',
meson_version: '>= 1.0.0',
)

View File

@@ -23,5 +23,5 @@
# Forked from Orca screen reader.
# Cthulhu project: https://git.stormux.org/storm/cthulhu
version = "2026.01.19"
codeName = "testing"
version = "2026.01.26"
codeName = "master"