-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchanges.json
More file actions
71 lines (71 loc) · 1.77 KB
/
changes.json
File metadata and controls
71 lines (71 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"date": "2025-03-20",
"title": "Ping",
"description": "Added a ping page to send messages to my phone with ntfy.",
"path": "/ping"
},
{
"date": "2025-03-10",
"title": "Concerts",
"description": "Added a page to list all the concerts and festivals I've been to.",
"path": "/concerts"
},
{
"date": "2026-02-22",
"title": "i18n",
"description": "Added german translations.",
"path": "/de"
},
{
"date": "2025-10-19",
"title": "Hotkeys",
"description": "Made a page to showcase my Raycast hotkeys that use the hyper key.",
"path": "/hotkeys"
},
{
"date": "2025-06-23",
"title": "Terminal",
"description": "Built an interactive terminal with https://www.shadcn-svelte-extras.com/",
"path": "/terminal"
},
{
"date": "2025-06-11",
"title": "humans.txt",
"description": "Was inspired by the humans.txt project, so I added one to my website. More information can be found at https://humanstxt.org.",
"path": "/humans.txt"
},
{
"date": "2025-05-28",
"title": "API Docs",
"path": "/api",
"description": "Added an api page to test the public endpoints used internally by the website"
},
{
"date": "2025-02-28",
"title": "Now Page",
"path": "/now",
"description": "Added a now page that loads data from a GitHub Gist"
},
{
"date": "2025-02-15",
"title": "Migration to Svelte 5",
"description": "Migrated to Svelte 5 and the next version of shadcn-svelte."
},
{
"date": "2024-12-24",
"title": "Playlists",
"path": "/playlists",
"description": "Created a page for my Spotify playlists."
},
{
"date": "2024-06-16",
"title": "muensterer.tech",
"description": "Moved my website to this domain"
},
{
"date": "2024-02-05",
"title": "Initial Version",
"description": "Created a new personal website with SvelteKit."
}
]