Compare commits

..

10 Commits

Author SHA1 Message Date
Alex Dunmow
c75ec15554 bump to 0.2.6 2026-06-06 11:00:47 +08:00
Alex Dunmow
a5d668c788 bump to 0.2.5 2026-06-06 11:00:22 +08:00
Alex Dunmow
ad4a0b7489 bump to 0.2.4 2026-06-05 08:11:26 +08:00
Alex Dunmow
4ebf660ab1 bump to 0.2.3 2026-06-04 22:54:04 +08:00
Alex Dunmow
b668b87532 chore: bump core to v0.11.1 2026-06-04 20:18:57 +08:00
Alex Dunmow
33e32d6076 chore: bump core to v0.11.0 2026-06-04 08:51:41 +08:00
Alex Dunmow
18ff148f0c bump to 0.2.2 2026-06-04 01:31:55 +08:00
Alex Dunmow
4b9642c7ba chore: bump go directive to 1.26.4
Update go directive and core dependency for plugin ABI alignment — Go plugins require an exact host/plugin Go runtime match.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-04 01:01:14 +08:00
773a310208 bump 0.2.1 2026-06-03 11:40:31 +08:00
d6cb1bd62c docs: proper LCARS description 2026-06-03 11:40:16 +08:00
3 changed files with 6 additions and 6 deletions

4
go.mod
View File

@ -1,8 +1,8 @@
module git.dev.alexdunmow.com/block/lcars
go 1.26.2
go 1.26.4
require git.dev.alexdunmow.com/block/core v0.10.0
require git.dev.alexdunmow.com/block/core v0.11.1
require (
connectrpc.com/connect v1.20.0 // indirect

4
go.sum
View File

@ -1,7 +1,7 @@
connectrpc.com/connect v1.20.0 h1:6TNDAB+WeNd2uolWNlYczB5E0KNNaVMNUEx8JEUsPmQ=
connectrpc.com/connect v1.20.0/go.mod h1:A2ygJrukXwWy32vkCAAHNVguZrqZ+jeZ9rGRnGR4dN4=
git.dev.alexdunmow.com/block/core v0.10.0 h1:dWfYVbGuJOnvE58GcGGd5c71dAAKcjxrSEfjNepu4ro=
git.dev.alexdunmow.com/block/core v0.10.0/go.mod h1:y1/Q9UMG29AplbExecnq9M7y16PZ7cYd24bjZO1SCBQ=
git.dev.alexdunmow.com/block/core v0.11.1 h1:5b3Ps9CLor2FGyxw/Qovt27AGZKR5Xi1JZGi/TfliTA=
git.dev.alexdunmow.com/block/core v0.11.1/go.mod h1:ZwzEOxRDLDfrhQGqo6hLw01/C1z/aS4Dm9ljQMl0Bg4=
github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk=
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/a-h/templ v0.3.1020 h1:ypAT/L5ySWEnZ6Zft/5yfoWXYYkhFNvEFOeeqecg4tw=

View File

@ -2,7 +2,7 @@
name = "lcars"
display_name = "LCARS"
scope = "@themes"
version = "0.2.0"
description = "LCARS-inspired theme — adjust this line to taste"
version = "0.2.6"
description = "Star Trek-inspired LCARS interface theme for BlockNinja — angular panels, bold accent colors, and the distinctive curved frame layout of the 24th-century starship computer."
kind = "plugin"
categories = ["templates"]