Skip to content

Commit 7d65abb

Browse files
committed
Updates
1 parent 2800c94 commit 7d65abb

File tree

8 files changed

+46
-36
lines changed

8 files changed

+46
-36
lines changed

asset-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.798da35d.css",
4-
"main.js": "/static/js/main.69c4b14e.js",
4+
"main.js": "/static/js/main.44390eb4.js",
55
"static/js/8921.3d32fb9c.chunk.js": "/static/js/8921.3d32fb9c.chunk.js",
66
"static/js/9815.b25ee880.chunk.js": "/static/js/9815.b25ee880.chunk.js",
77
"static/js/536.b6131744.chunk.js": "/static/js/536.b6131744.chunk.js",
@@ -125,6 +125,6 @@
125125
},
126126
"entrypoints": [
127127
"static/css/main.798da35d.css",
128-
"static/js/main.69c4b14e.js"
128+
"static/js/main.44390eb4.js"
129129
]
130130
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en" class="dark"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="alternate" type="application/rss+xml" title="Fezcodex RSS Feed" href="/rss.xml"/><meta name="description" content="codex by fezcode..."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Arvo&family=Inter&family=Playfair+Display&display=swap" rel="stylesheet"><title>fezcodex</title><script defer="defer" src="/static/js/main.69c4b14e.js"></script><link href="/static/css/main.798da35d.css" rel="stylesheet"></head><body class="bg-slate-950"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en" class="dark"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="alternate" type="application/rss+xml" title="Fezcodex RSS Feed" href="/rss.xml"/><meta name="description" content="codex by fezcode..."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Arvo&family=Inter&family=Playfair+Display&display=swap" rel="stylesheet"><title>fezcodex</title><script defer="defer" src="/static/js/main.44390eb4.js"></script><link href="/static/css/main.798da35d.css" rel="stylesheet"></head><body class="bg-slate-950"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

roadmap/roadmap.piml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
# > (issues)
2+
# (id) FEZ-7
3+
# (title) New App: Project Timeline Visualizer
4+
# (description) A tool to visualize project timelines and dependencies.
5+
# (category) Utilities
6+
# (status) Completed
7+
# (priority) High
8+
# (created_at) 2025-11-29T18:00:00+03:00
9+
# (notes) Research Gantt chart libraries.
10+
111
(issues)
212
> (issues)
3-
(id) 21aef85f-77c7-4eb4-9d1a-e54d0bf80185
13+
(id) FEZ-1
414
(title) MIDI Support for FeZynth
515
(description) Integrate MIDI input to play FeZynth with external MIDI controllers.
616
(category) Games
@@ -11,7 +21,7 @@
1121
(notes) Requires Web MIDI API research.
1222

1323
> (issues)
14-
(id) 0afd0226-8076-4b92-a597-e7f8118106cd
24+
(id) FEZ-2
1525
(title) Multiplayer FezType
1626
(description) Allow users to compete in real-time typing races.
1727
(category) Games
@@ -22,7 +32,7 @@
2232
(notes) Backend infrastructure and WebSocket implementation needed.
2333

2434
> (issues)
25-
(id) 6286e039-75ec-4b8c-8056-4f6a71e06362
35+
(id) FEZ-3
2636
(title) More Commands for Code Seance
2737
(description) Expand the set of available commands and interactions in Code Seance.
2838
(category) Games
@@ -32,7 +42,7 @@
3242
(notes) Focus on developer-themed commands.
3343

3444
> (issues)
35-
(id) 237dffab-441f-4942-bc51-2ae4865a6d32
45+
(id) FEZ-4
3646
(title) Save/Load Color Palettes
3747
(description) Add functionality to save and load generated color palettes.
3848
(category) Generators
@@ -42,7 +52,7 @@
4252
(notes) Local storage first, then user accounts.
4353

4454
> (issues)
45-
(id) 41ae55f4-8641-4565-b817-5024fd4bd1e7
55+
(id) FEZ-5
4656
(title) Notepad Markdown Support
4757
(description) Implement basic Markdown rendering and editing capabilities in Notepad.
4858
(category) Utilities
@@ -52,7 +62,7 @@
5262
(notes) Requires a Markdown parsing library.
5363

5464
> (issues)
55-
(id) ef9a9a2e-a929-44d8-a2f4-1ccd0018b6fa
65+
(id) FEZ-6
5666
(title) Customizable Morse Code Translator
5767
(description) Allow users to customize Morse code speed, tone, and character mappings.
5868
(category) Converters
@@ -62,7 +72,7 @@
6272
(notes) Lower priority, focus on core features first.
6373

6474
> (issues)
65-
(id) f7a9de56-d1db-48ec-9607-3e37dda35c30
75+
(id) FEZ-7
6676
(title) New App: Project Timeline Visualizer
6777
(description) A tool to visualize project timelines and dependencies.
6878
(category) Utilities

rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<link>https://fezcode.com</link>
1010
</image>
1111
<generator>RSS for Node</generator>
12-
<lastBuildDate>Sat, 29 Nov 2025 17:15:29 GMT</lastBuildDate>
12+
<lastBuildDate>Sat, 29 Nov 2025 17:51:23 GMT</lastBuildDate>
1313
<atom:link href="https://fezcode.com/rss.xml" rel="self" type="application/rss+xml"/>
14-
<pubDate>Sat, 29 Nov 2025 17:15:29 GMT</pubDate>
14+
<pubDate>Sat, 29 Nov 2025 17:51:23 GMT</pubDate>
1515
<copyright><![CDATA[2025 Ahmed Samil Bulbul]]></copyright>
1616
<language><![CDATA[en]]></language>
1717
<managingEditor><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></managingEditor>

sitemap.xml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,55 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://fezcode.com/</loc>
5-
<lastmod>2025-11-29T17:15:30.002Z</lastmod>
5+
<lastmod>2025-11-29T17:51:23.899Z</lastmod>
66
<changefreq>monthly</changefreq>
77
<priority>1.0</priority>
88
</url>
99
<url>
1010
<loc>https://fezcode.com/about</loc>
11-
<lastmod>2025-11-29T17:15:30.003Z</lastmod>
11+
<lastmod>2025-11-29T17:51:23.899Z</lastmod>
1212
<changefreq>monthly</changefreq>
1313
<priority>0.8</priority>
1414
</url>
1515
<url>
1616
<loc>https://fezcode.com/blog</loc>
17-
<lastmod>2025-11-29T17:15:30.003Z</lastmod>
17+
<lastmod>2025-11-29T17:51:23.900Z</lastmod>
1818
<changefreq>monthly</changefreq>
1919
<priority>0.8</priority>
2020
</url>
2121
<url>
2222
<loc>https://fezcode.com/projects</loc>
23-
<lastmod>2025-11-29T17:15:30.003Z</lastmod>
23+
<lastmod>2025-11-29T17:51:23.900Z</lastmod>
2424
<changefreq>monthly</changefreq>
2525
<priority>0.8</priority>
2626
</url>
2727
<url>
2828
<loc>https://fezcode.com/logs</loc>
29-
<lastmod>2025-11-29T17:15:30.003Z</lastmod>
29+
<lastmod>2025-11-29T17:51:23.900Z</lastmod>
3030
<changefreq>monthly</changefreq>
3131
<priority>0.8</priority>
3232
</url>
3333
<url>
3434
<loc>https://fezcode.com/stories</loc>
35-
<lastmod>2025-11-29T17:15:30.003Z</lastmod>
35+
<lastmod>2025-11-29T17:51:23.900Z</lastmod>
3636
<changefreq>monthly</changefreq>
3737
<priority>0.8</priority>
3838
</url>
3939
<url>
4040
<loc>https://fezcode.com/settings</loc>
41-
<lastmod>2025-11-29T17:15:30.003Z</lastmod>
41+
<lastmod>2025-11-29T17:51:23.900Z</lastmod>
4242
<changefreq>monthly</changefreq>
4343
<priority>0.8</priority>
4444
</url>
4545
<url>
4646
<loc>https://fezcode.com/apps</loc>
47-
<lastmod>2025-11-29T17:15:30.003Z</lastmod>
47+
<lastmod>2025-11-29T17:51:23.900Z</lastmod>
4848
<changefreq>monthly</changefreq>
4949
<priority>0.8</priority>
5050
</url>
5151
<url>
5252
<loc>https://fezcode.com/stories/lore</loc>
53-
<lastmod>2025-11-29T17:15:30.003Z</lastmod>
53+
<lastmod>2025-11-29T17:51:23.900Z</lastmod>
5454
<changefreq>monthly</changefreq>
5555
<priority>0.8</priority>
5656
</url>
@@ -884,79 +884,79 @@
884884
</url>
885885
<url>
886886
<loc>https://fezcode.com/#/stories/books/1</loc>
887-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
887+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
888888
<changefreq>monthly</changefreq>
889889
<priority>0.6</priority>
890890
</url>
891891
<url>
892892
<loc>https://fezcode.com/#/stories/books/1/pages/1</loc>
893-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
893+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
894894
<changefreq>weekly</changefreq>
895895
<priority>0.5</priority>
896896
</url>
897897
<url>
898898
<loc>https://fezcode.com/#/stories/books/2</loc>
899-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
899+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
900900
<changefreq>monthly</changefreq>
901901
<priority>0.6</priority>
902902
</url>
903903
<url>
904904
<loc>https://fezcode.com/#/stories/books/2/pages/1</loc>
905-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
905+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
906906
<changefreq>weekly</changefreq>
907907
<priority>0.5</priority>
908908
</url>
909909
<url>
910910
<loc>https://fezcode.com/#/stories/books/3</loc>
911-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
911+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
912912
<changefreq>monthly</changefreq>
913913
<priority>0.6</priority>
914914
</url>
915915
<url>
916916
<loc>https://fezcode.com/#/stories/books/3/pages/1</loc>
917-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
917+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
918918
<changefreq>weekly</changefreq>
919919
<priority>0.5</priority>
920920
</url>
921921
<url>
922922
<loc>https://fezcode.com/#/stories/books/3/pages/2</loc>
923-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
923+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
924924
<changefreq>weekly</changefreq>
925925
<priority>0.5</priority>
926926
</url>
927927
<url>
928928
<loc>https://fezcode.com/#/stories/books/4</loc>
929-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
929+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
930930
<changefreq>monthly</changefreq>
931931
<priority>0.6</priority>
932932
</url>
933933
<url>
934934
<loc>https://fezcode.com/#/stories/books/4/pages/1</loc>
935-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
935+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
936936
<changefreq>weekly</changefreq>
937937
<priority>0.5</priority>
938938
</url>
939939
<url>
940940
<loc>https://fezcode.com/#/stories/books/4/pages/2</loc>
941-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
941+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
942942
<changefreq>weekly</changefreq>
943943
<priority>0.5</priority>
944944
</url>
945945
<url>
946946
<loc>https://fezcode.com/#/stories/books/5</loc>
947-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
947+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
948948
<changefreq>monthly</changefreq>
949949
<priority>0.6</priority>
950950
</url>
951951
<url>
952952
<loc>https://fezcode.com/#/stories/books/5/pages/1</loc>
953-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
953+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
954954
<changefreq>weekly</changefreq>
955955
<priority>0.5</priority>
956956
</url>
957957
<url>
958958
<loc>https://fezcode.com/#/stories/books/5/pages/2</loc>
959-
<lastmod>2025-11-29T17:15:30.011Z</lastmod>
959+
<lastmod>2025-11-29T17:51:23.907Z</lastmod>
960960
<changefreq>weekly</changefreq>
961961
<priority>0.5</priority>
962962
</url>

static/js/main.44390eb4.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.69c4b14e.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)