galaaz 2.1.10.pre.14 → 2.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7e4af7269e73341b9796bfaebf893ebf988e7bf29803be6a7168b1ace358db2
|
|
4
|
+
data.tar.gz: a5c3cda06f6c1a57f32a054f9ecb88f7ee58073792a4e409d1b61ddeaee8c8f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcabfae27b5df9cf222cde571c726f17d8d1dcc129f8a595052127f0da4eba788362ec8758ba202b8d2c33eb5edfaebd4fb641e52724667c598bd60427547251
|
|
7
|
+
data.tar.gz: a57ad87628977fd1653df3ffcb7e1076a635eb7b7dbf1ea3f5cce70d5c1e5d95738ad2577f35dbd3ad4fbc4b79d8b0ccd15c0dc6c7deb2a98a60a8d40a1268fb
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.1.10
|
|
6
|
+
|
|
7
|
+
Omarchy integration release (stabilizes `2.1.10.pre.*`).
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- Omarchy overlay: **Install → Development → Galaaz** (core, Knit, Arrow R/Ruby,
|
|
12
|
+
Ledger, demo, Arrow debug) and **Learn → Galaaz** (guide, docs, GitHub).
|
|
13
|
+
- Brand mark in family `omarchy` at **U+E90E** via `omarchy-with-galaaz.ttf`;
|
|
14
|
+
install runs **`omarchy restart shell`** so the R glyph appears without logout.
|
|
15
|
+
- Nautilus Scripts → Galaaz gknit helpers; Arrow debug menu helper.
|
|
16
|
+
- `galaaz add arrow-r` / `arrow-ruby` (Ruby always ensures R first); legacy
|
|
17
|
+
`arrow` → `arrow-ruby`.
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Install rows use Rails-style **`disabled:`** (dim + ✓), not `when:` hide.
|
|
22
|
+
- Guide/docs live under Learn; Install keeps install/debug actions only.
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
|
|
26
|
+
- Menu `when:` guards use `$HOME` + `[[ ]]` so add-ons show correctly.
|
|
27
|
+
- Arrow Stage B (arrow-glib / red-arrow) hardened for menu TUI / low-RAM guests.
|
|
28
|
+
- Fontconfig prefer path for the merged brand font; force-refresh on reinstall.
|
|
29
|
+
|
|
5
30
|
## 2.1.10.pre.14
|
|
6
31
|
|
|
7
32
|
### Fixed
|
data/version.rb
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$gem_name = "galaaz"
|
|
2
|
-
$version="2.1.10
|
|
2
|
+
$version="2.1.10"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: galaaz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.10
|
|
4
|
+
version: 2.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rodrigo Botafogo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-09-
|
|
11
|
+
date: 2026-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: msgpack
|