26 Commits

Author SHA1 Message Date
Storm Dragon
2ca4948ab3 Merge branch 'testing' version 2025.01.02 2026-01-02 19:10:50 -05:00
Storm Dragon
c0aecfdb9f Merge branch 'testing' wanted to squeeze in a final feature for this release. Ported over Fenrir's quick speech settings keybindings, control speech with cthulhu+arrow keys. Save settings with cthulhu+control+shift+S 2026-01-02 10:46:27 -05:00
Storm Dragon
79ac07e8dc Updated version. 2026-01-02 09:50:33 -05:00
Storm Dragon
e3e58adfbe Merge branch 'testing' Tag RC 1 2026-01-02 09:45:19 -05:00
Storm Dragon
8ff74bb83a Merge branch 'testing' 2026-01-01 00:17:30 -05:00
Storm Dragon
6f45ad61cf Preparing for releases, no new features, only testing and bug fixes until new version is tagged. 2025-12-31 13:26:45 -05:00
Storm Dragon
e94af432c2 Merge branch 'testing' 2025-12-30 14:30:09 -05:00
Storm Dragon
ef18ae7cbc Oops, fixed meson.build 2025-12-30 05:33:58 -05:00
Storm Dragon
4f210406d3 Moving closer to tagged release. 2025-12-30 05:30:50 -05:00
Storm Dragon
c3d604f4a1 Preparing for new release. 2025-12-28 17:04:35 -05:00
Storm Dragon
eef509a5a1 Merge branch 'testing' RC 1 for tagged release. 2025-12-22 19:51:06 -05:00
Storm Dragon
4be007bf7d Merged everything into master, at a decent point to save progress. 2025-12-12 20:21:53 -05:00
Storm Dragon
ad6de50f9b Merged testing. 2025-08-22 00:31:32 -04:00
Storm Dragon
a044bfaade Updated PKGBUILD. 2025-08-19 19:30:08 -04:00
Storm Dragon
f9b408a1d2 Preparing for tagged release. 2025-08-19 19:27:07 -04:00
Storm Dragon
f0e7f14806 Fixed merge conflicts. 2025-08-19 19:24:35 -04:00
Storm Dragon
220e84afa4 PKGBUILD updated. 2025-06-06 18:07:40 -04:00
Storm Dragon
5d48f4770c latest version with plugin code fixed. 2025-06-06 18:00:35 -04:00
Storm Dragon
81cc4627f7 Merge branch 'testing' plugin with keybindings bug potentially fixed. 2025-06-06 17:58:58 -04:00
Storm Dragon
d36b664319 Merge branch 'testing'
Plugins are in a much better state now, mostly working. The exception is, plugins that create a keyboard shortcut don't actually bind the shortcut. That one is turning out to be a lot harder to fix than I originally thought.
2025-04-05 16:32:17 -04:00
Storm Dragon
3f7d60763d Merge branch 'testing'
Plugins are currently broken as Cthulhu moves over to pluggy. Libpeas and pygobject no longer play nicely together after latest updates. I really did not want to make a new release yet, because it is not ready, but a screen reader that at least reads instead of crashing at launch is better than nothing.
2025-04-03 20:17:14 -04:00
Storm Dragon
6bbf3d0e67 Merge branch 'testing' latest changes merged. 2024-12-22 19:04:57 -05:00
Storm Dragon
cbe3424e29 Fix the version.py file in preparation for merging. 2024-12-22 19:04:39 -05:00
Storm Dragon
327ad99e49 Preparing for stable tag release. 2024-12-18 19:49:25 -05:00
Storm Dragon
c46cf1c939 Merge branch 'testing' fixed preferences GUI. 2024-12-18 19:45:59 -05:00
Storm Dragon
a97bb30ed3 New version system merged. 2024-12-18 11:42:52 -05:00
3 changed files with 4 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
pkgname=cthulhu
pkgver=2025.12.31
pkgver=2026.01.02
pkgrel=1
pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca"
url="https://git.stormux.org/storm/cthulhu"
@@ -84,11 +84,6 @@ b2sums=(
'SKIP'
)
prepare() {
cd cthulhu
git checkout testing
}
pkgver() {
cd cthulhu
grep "^version = " src/cthulhu/cthulhuVersion.py | sed 's/version = "\(.*\)"/\1/'

View File

@@ -1,5 +1,5 @@
project('cthulhu',
version: '2025.12.31-testing',
version: '2026.01.02-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 = "2025.12.31"
codeName = "testing"
version = "2026.01.02"
codeName = "master"