-
Notifications
You must be signed in to change notification settings - Fork 0
/
updateNotes.js
50 lines (49 loc) · 2.31 KB
/
updateNotes.js
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
/*housebird.games was created and published by Felix T. Vogel in 2023*/
export const updateNotes = [
{
version: "2.0",
title: "Landing in the Birdhouse",
notes: [
"Transitioned to the Birdhouse framework",
"With the Birdhouse framework, housebird.games becomes a progressive web app",
"Improved page loading, especially for slower connections",
"Added skeleton loaders",
"Blog and Projects now use infinite scrolling for a more seamless experience",
"Added buttons that link to my GitHub, Patreon and LinkedIn profiles as well as to the Housebird Games Itch.io page",
"Added a contact form"
]
},
{
version: "1.2",
title: "New and Improved Posts",
notes: [
"Added new posts for projects including Sea of Survival and Purspect",
"Published a Making Of for Purspect",
"Revamped the image comparison sliders for a more intuitive user experience",
"Improved styling of blog posts for a more consistent look and feel",
"Enhanced backend tools, i.e. adding search and sorting to the Media Library, for a more efficient workflow",
]
},
{
version: "1.1",
title: "Enhanced User Experience Update",
notes: [
"Automated site titles and descriptions for superior SEO performance",
"Minimized fetch requests per page load to boost page speed",
"Enhanced admin backend for efficient management",
"Added new blog content for you to read",
"Updated 'Home' to 'Projects' for accurate page content representation",
"Integrated additional Material Icons across pages for an improved visual journey",
"Incorporated minor visual enhancements for an aesthetically pleasing interface",
]
},
{
version: "1.0",
title: "Big Relaunch",
notes: [
"Rebuilt housebird.games, switching from WordPress to a fully custom cms solution, retaining the visuals for the most part, but with great improvements on performance",
"You can still play Timeless Tales and the Minigame Collection as well as use the Friendly Calculator",
"All posts have been migrated from WordPress",
]
}
];