1+ [
2+ {
3+ "date" : " 2025-11-26" ,
4+ "title" : " Timeline Feature Introduced" ,
5+ "description" : " Implemented a chronological overview of project milestones and achievements." ,
6+ "type" : " feature" ,
7+ "icon" : " TimerIcon" ,
8+ "link" : " /#/timeline"
9+ },
10+ {
11+ "date" : " 2025-11-26" ,
12+ "title" : " Major Refactors and UI Improvements" ,
13+ "description" : " Significant refactoring of Logs and App pages, along with UI enhancements across the site." ,
14+ "type" : " refactor" ,
15+ "icon" : " SparklesIcon" ,
16+ "link" : " /#/logs"
17+ },
18+ {
19+ "date" : " 2025-11-23" ,
20+ "title" : " Command Palette and Games" ,
21+ "description" : " Introduced a command palette for navigation and new games like Nonogram and Lights Out." ,
22+ "type" : " feature" ,
23+ "icon" : " GamepadIcon" ,
24+ "link" : " /#/commands"
25+ },
26+ {
27+ "date" : " 2025-11-21" ,
28+ "title" : " News Feature Introduced" ,
29+ "description" : " Implemented a news section for updates and announcements." ,
30+ "type" : " feature" ,
31+ "icon" : " ArticleIcon" ,
32+ "link" : " /#/news"
33+ },
34+ {
35+ "date" : " 2025-11-18" ,
36+ "title" : " Wallpapers Script and New Apps" ,
37+ "description" : " Added a script for generating wallpapers and introduced new interactive apps." ,
38+ "type" : " feature" ,
39+ "icon" : " ImageIcon" ,
40+ "link" : " /#/apps"
41+ },
42+ {
43+ "date" : " 2025-11-14" ,
44+ "title" : " Stories Section Rework" ,
45+ "description" : " Reworked the stories section with PIML integration and new structure." ,
46+ "type" : " content" ,
47+ "icon" : " BookIcon" ,
48+ "link" : " /#/stories"
49+ },
50+ {
51+ "date" : " 2025-11-13" ,
52+ "title" : " PIML and SEO Implementation" ,
53+ "description" : " Integrated PIML for content management and enhanced SEO capabilities." ,
54+ "type" : " project" ,
55+ "icon" : " SearchIcon"
56+ },
57+ {
58+ "date" : " 2025-11-07" ,
59+ "title" : " Introduction of Apps Section" ,
60+ "description" : " Launched the interactive applications section with various tools and games." ,
61+ "type" : " app" ,
62+ "icon" : " RocketLaunchIcon" ,
63+ "link" : " /#/apps"
64+ },
65+ {
66+ "date" : " 2025-11-04" ,
67+ "title" : " RSS Feed and Contact Modal" ,
68+ "description" : " Implemented RSS feed generation and a contact modal." ,
69+ "type" : " feature" ,
70+ "icon" : " RssFeedIcon" ,
71+ "link" : " /rss.xml"
72+ },
73+ {
74+ "date" : " 2025-10-23" ,
75+ "title" : " DND Content Section Introduced" ,
76+ "description" : " Introduced the Dungeons & Dragons content section with the 'From Serfs and Frauds' series." ,
77+ "type" : " content" ,
78+ "icon" : " ScrollIcon" ,
79+ "link" : " /#/dnd"
80+ },
81+ {
82+ "date" : " 2025-10-17" ,
83+ "title" : " Toast Notifications and Markdown Theming" ,
84+ "description" : " Added toast notification system and custom markdown rendering with themes." ,
85+ "type" : " feature" ,
86+ "icon" : " BellIcon"
87+ },
88+ {
89+ "date" : " 2025-10-16" ,
90+ "title" : " Introduction of Blogposts and Projects" ,
91+ "description" : " Implemented initial blogpost and project display functionalities." ,
92+ "type" : " content" ,
93+ "icon" : " ArticleIcon" ,
94+ "link" : " /#/posts"
95+ },
96+ {
97+ "date" : " 2025-10-15" ,
98+ "title" : " Projects Page Introduced" ,
99+ "description" : " Initial implementation of the Projects page to showcase various works." ,
100+ "type" : " project" ,
101+ "icon" : " CodeIcon" ,
102+ "link" : " /#/projects"
103+ },
104+ {
105+ "date" : " 2025-10-15" ,
106+ "title" : " About Page Introduced" ,
107+ "description" : " Initial implementation of the About Me page." ,
108+ "type" : " content" ,
109+ "icon" : " Briefcase" ,
110+ "link" : " /#/about-me"
111+ },
112+ {
113+ "date" : " 2025-10-15" ,
114+ "title" : " Blog Page Introduced" ,
115+ "description" : " Initial setup and display of the blog section." ,
116+ "type" : " content" ,
117+ "icon" : " ArticleIcon" ,
118+ "link" : " /#/posts"
119+ },
120+ {
121+ "date" : " 2025-10-15" ,
122+ "title" : " Project Initialization" ,
123+ "description" : " Initialized project using Create React App and set up basic structure." ,
124+ "type" : " project" ,
125+ "icon" : " CodeIcon" ,
126+ "link" : " /"
127+ }
128+ ]
0 commit comments