Skip to content

Commit d4be24a

Browse files
committed
add post about recent changes
1 parent 54d718d commit d4be24a

3 files changed

Lines changed: 140 additions & 83 deletions

File tree

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4.4

Gemfile.lock

Lines changed: 129 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.5)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
4+
activesupport (8.0.2)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.2.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.2)
1222
coffee-script (2.4.1)
1323
coffee-script-source
1424
execjs
15-
coffee-script-source (1.11.1)
25+
coffee-script-source (1.12.2)
1626
colorator (1.1.0)
17-
commonmarker (0.23.5)
18-
concurrent-ruby (1.1.10)
19-
dnsruby (1.61.9)
20-
simpleidn (~> 0.1)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.3)
30+
csv (3.3.5)
31+
dnsruby (1.72.4)
32+
base64 (~> 0.2.0)
33+
logger (~> 1.6.5)
34+
simpleidn (~> 0.2.1)
35+
drb (2.2.3)
2136
em-websocket (0.5.3)
2237
eventmachine (>= 0.12.9)
2338
http_parser.rb (~> 0)
24-
ethon (0.15.0)
39+
ethon (0.16.0)
2540
ffi (>= 1.15.0)
2641
eventmachine (1.2.7)
27-
execjs (2.8.1)
28-
faraday (2.3.0)
29-
faraday-net_http (~> 2.0)
30-
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (2.0.3)
32-
ffi (1.15.5)
42+
execjs (2.10.0)
43+
faraday (2.13.2)
44+
faraday-net_http (>= 2.0, < 3.5)
45+
json
46+
logger
47+
faraday-net_http (3.4.1)
48+
net-http (>= 0.5.0)
49+
ffi (1.17.2-aarch64-linux-gnu)
50+
ffi (1.17.2-aarch64-linux-musl)
51+
ffi (1.17.2-arm-linux-gnu)
52+
ffi (1.17.2-arm-linux-musl)
53+
ffi (1.17.2-arm64-darwin)
54+
ffi (1.17.2-x86_64-darwin)
55+
ffi (1.17.2-x86_64-linux-gnu)
56+
ffi (1.17.2-x86_64-linux-musl)
3357
forwardable-extended (2.6.0)
34-
gemoji (3.0.1)
35-
github-pages (226)
36-
github-pages-health-check (= 1.17.9)
37-
jekyll (= 3.9.2)
38-
jekyll-avatar (= 0.7.0)
39-
jekyll-coffeescript (= 1.1.1)
40-
jekyll-commonmark-ghpages (= 0.2.0)
41-
jekyll-default-layout (= 0.1.4)
42-
jekyll-feed (= 0.15.1)
58+
gemoji (4.1.0)
59+
github-pages (232)
60+
github-pages-health-check (= 1.18.2)
61+
jekyll (= 3.10.0)
62+
jekyll-avatar (= 0.8.0)
63+
jekyll-coffeescript (= 1.2.2)
64+
jekyll-commonmark-ghpages (= 0.5.1)
65+
jekyll-default-layout (= 0.1.5)
66+
jekyll-feed (= 0.17.0)
4367
jekyll-gist (= 1.5.0)
44-
jekyll-github-metadata (= 2.13.0)
68+
jekyll-github-metadata (= 2.16.1)
4569
jekyll-include-cache (= 0.2.1)
4670
jekyll-mentions (= 1.6.0)
4771
jekyll-optional-front-matter (= 0.3.2)
@@ -68,32 +92,34 @@ GEM
6892
jekyll-theme-tactile (= 0.2.0)
6993
jekyll-theme-time-machine (= 0.2.0)
7094
jekyll-titles-from-headings (= 0.5.3)
71-
jemoji (= 0.12.0)
72-
kramdown (= 2.3.2)
95+
jemoji (= 0.13.0)
96+
kramdown (= 2.4.0)
7397
kramdown-parser-gfm (= 1.1.0)
74-
liquid (= 4.0.3)
98+
liquid (= 4.0.4)
7599
mercenary (~> 0.3)
76100
minima (= 2.5.1)
77-
nokogiri (>= 1.13.4, < 2.0)
78-
rouge (= 3.26.0)
101+
nokogiri (>= 1.16.2, < 2.0)
102+
rouge (= 3.30.0)
79103
terminal-table (~> 1.4)
80-
github-pages-health-check (1.17.9)
104+
webrick (~> 1.8)
105+
github-pages-health-check (1.18.2)
81106
addressable (~> 2.3)
82107
dnsruby (~> 1.60)
83-
octokit (~> 4.0)
84-
public_suffix (>= 3.0, < 5.0)
108+
octokit (>= 4, < 8)
109+
public_suffix (>= 3.0, < 6.0)
85110
typhoeus (~> 1.3)
86-
html-pipeline (2.14.2)
111+
html-pipeline (2.14.3)
87112
activesupport (>= 2)
88113
nokogiri (>= 1.4)
89114
http_parser.rb (0.8.0)
90-
i18n (0.9.5)
115+
i18n (1.14.7)
91116
concurrent-ruby (~> 1.0)
92-
jekyll (3.9.2)
117+
jekyll (3.10.0)
93118
addressable (~> 2.4)
94119
colorator (~> 1.0)
120+
csv (~> 3.0)
95121
em-websocket (~> 0.5)
96-
i18n (~> 0.7)
122+
i18n (>= 0.7, < 2)
97123
jekyll-sass-converter (~> 1.0)
98124
jekyll-watch (~> 2.0)
99125
kramdown (>= 1.17, < 3)
@@ -102,29 +128,30 @@ GEM
102128
pathutil (~> 0.9)
103129
rouge (>= 1.7, < 4)
104130
safe_yaml (~> 1.0)
105-
jekyll-avatar (0.7.0)
131+
webrick (>= 1.0)
132+
jekyll-avatar (0.8.0)
106133
jekyll (>= 3.0, < 5.0)
107-
jekyll-coffeescript (1.1.1)
134+
jekyll-coffeescript (1.2.2)
108135
coffee-script (~> 2.2)
109-
coffee-script-source (~> 1.11.1)
136+
coffee-script-source (~> 1.12)
110137
jekyll-commonmark (1.4.0)
111138
commonmarker (~> 0.22)
112-
jekyll-commonmark-ghpages (0.2.0)
113-
commonmarker (~> 0.23.4)
114-
jekyll (~> 3.9.0)
139+
jekyll-commonmark-ghpages (0.5.1)
140+
commonmarker (>= 0.23.7, < 1.1.0)
141+
jekyll (>= 3.9, < 4.0)
115142
jekyll-commonmark (~> 1.4.0)
116-
rouge (>= 2.0, < 4.0)
143+
rouge (>= 2.0, < 5.0)
117144
jekyll-compose (0.12.0)
118145
jekyll (>= 3.7, < 5.0)
119-
jekyll-default-layout (0.1.4)
120-
jekyll (~> 3.0)
121-
jekyll-feed (0.15.1)
146+
jekyll-default-layout (0.1.5)
147+
jekyll (>= 3.0, < 5.0)
148+
jekyll-feed (0.17.0)
122149
jekyll (>= 3.7, < 5.0)
123150
jekyll-gist (1.5.0)
124151
octokit (~> 4.2)
125-
jekyll-github-metadata (2.13.0)
152+
jekyll-github-metadata (2.16.1)
126153
jekyll (>= 3.4, < 5.0)
127-
octokit (~> 4.0, != 4.4.0)
154+
octokit (>= 4, < 7, != 4.4.0)
128155
jekyll-include-cache (0.2.1)
129156
jekyll (>= 3.7, < 5.0)
130157
jekyll-mentions (1.6.0)
@@ -195,42 +222,57 @@ GEM
195222
jekyll (>= 3.3, < 5.0)
196223
jekyll-watch (2.2.1)
197224
listen (~> 3.0)
198-
jemoji (0.12.0)
199-
gemoji (~> 3.0)
225+
jemoji (0.13.0)
226+
gemoji (>= 3, < 5)
200227
html-pipeline (~> 2.2)
201228
jekyll (>= 3.0, < 5.0)
202-
kramdown (2.3.2)
229+
json (2.12.2)
230+
kramdown (2.4.0)
203231
rexml
204232
kramdown-parser-gfm (1.1.0)
205233
kramdown (~> 2.0)
206-
liquid (4.0.3)
207-
listen (3.7.1)
234+
liquid (4.0.4)
235+
listen (3.9.0)
208236
rb-fsevent (~> 0.10, >= 0.10.3)
209237
rb-inotify (~> 0.9, >= 0.9.10)
238+
logger (1.6.6)
210239
mercenary (0.3.6)
211-
mini_portile2 (2.8.0)
212240
minima (2.5.1)
213241
jekyll (>= 3.5, < 5.0)
214242
jekyll-feed (~> 0.9)
215243
jekyll-seo-tag (~> 2.1)
216-
minitest (5.16.2)
217-
nokogiri (1.13.6)
218-
mini_portile2 (~> 2.8.0)
244+
minitest (5.25.5)
245+
net-http (0.6.0)
246+
uri
247+
nokogiri (1.18.8-aarch64-linux-gnu)
248+
racc (~> 1.4)
249+
nokogiri (1.18.8-aarch64-linux-musl)
250+
racc (~> 1.4)
251+
nokogiri (1.18.8-arm-linux-gnu)
252+
racc (~> 1.4)
253+
nokogiri (1.18.8-arm-linux-musl)
254+
racc (~> 1.4)
255+
nokogiri (1.18.8-arm64-darwin)
256+
racc (~> 1.4)
257+
nokogiri (1.18.8-x86_64-darwin)
258+
racc (~> 1.4)
259+
nokogiri (1.18.8-x86_64-linux-gnu)
260+
racc (~> 1.4)
261+
nokogiri (1.18.8-x86_64-linux-musl)
219262
racc (~> 1.4)
220263
octokit (4.25.1)
221264
faraday (>= 1, < 3)
222265
sawyer (~> 0.9)
223266
pathutil (0.16.2)
224267
forwardable-extended (~> 2.6)
225-
public_suffix (4.0.7)
226-
racc (1.6.0)
227-
rb-fsevent (0.11.1)
228-
rb-inotify (0.10.1)
268+
public_suffix (5.1.1)
269+
racc (1.8.1)
270+
rb-fsevent (0.11.2)
271+
rb-inotify (0.11.1)
229272
ffi (~> 1.0)
230-
rexml (3.2.5)
231-
rouge (3.26.0)
232-
ruby2_keywords (0.0.5)
233-
rubyzip (2.3.2)
273+
rexml (3.4.1)
274+
rouge (3.30.0)
275+
rubyzip (2.4.1)
234276
safe_yaml (1.0.5)
235277
sass (3.7.4)
236278
sass-listen (~> 4.0.0)
@@ -240,23 +282,27 @@ GEM
240282
sawyer (0.9.2)
241283
addressable (>= 2.3.5)
242284
faraday (>= 0.17.3, < 3)
243-
simpleidn (0.2.1)
244-
unf (~> 0.1.4)
285+
securerandom (0.4.1)
286+
simpleidn (0.2.3)
245287
terminal-table (1.8.0)
246288
unicode-display_width (~> 1.1, >= 1.1.1)
247-
thread_safe (0.3.6)
248-
typhoeus (1.4.0)
289+
typhoeus (1.4.1)
249290
ethon (>= 0.9.0)
250-
tzinfo (1.2.9)
251-
thread_safe (~> 0.1)
252-
unf (0.1.4)
253-
unf_ext
254-
unf_ext (0.0.8.2)
291+
tzinfo (2.0.6)
292+
concurrent-ruby (~> 1.0)
255293
unicode-display_width (1.8.0)
256-
zeitwerk (2.6.0)
294+
uri (1.0.3)
295+
webrick (1.9.1)
257296

258297
PLATFORMS
259-
ruby
298+
aarch64-linux-gnu
299+
aarch64-linux-musl
300+
arm-linux-gnu
301+
arm-linux-musl
302+
arm64-darwin
303+
x86_64-darwin
304+
x86_64-linux-gnu
305+
x86_64-linux-musl
260306

261307
DEPENDENCIES
262308
github-pages
@@ -267,4 +313,4 @@ DEPENDENCIES
267313
tzinfo-data
268314

269315
BUNDLED WITH
270-
2.2.27
316+
2.6.9
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post
3+
title: Welcome GS players
4+
date: 2025-07-15 22:11 -0400
5+
---
6+
Over the past few months, I've added a lot of GS-specific functionality. New option to launch and
7+
connect via Lich. GS clickable commands are mostly working. GS dialogs with progress bars, etc are
8+
mostly working. Images in dialogs are still a work-in-progress. In-game pictures are working.
9+
There's a new script command `play` to play sounds. Too many fixes and changes to list here, check
10+
the release notes for more details.

0 commit comments

Comments
 (0)