blob: 1f757b7df237aac7846669eb2ed4ccbe0fa24dae (
plain) (
blame)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
# Changelog
## 6.0
* Add mobile styling
* Add hamburger note
* Update fonts
## 5.2
* Open source link in new tab
## 5.1
* Fix fonts
* Fix themes not working with invalid local storage
## 5.0
* Elaborate pages
* Rework navigation bar and theme toggler
* Use Dart Sass instead of SassC
* Rework front pages
* Add new page *agbsum*
* Specify language
* Load pages with scripts
* Use AVIF thumbnails instead of WebP
* Update gitignore
## 4.2
* Remove and add some fonts
* Update font attribution
## 4.1
* Fix *coming soon* pages
## 4.0
* Add light theme (and toggler button)
* Update titles
* Adjust styles
## 3.3
* Make and install icons
* Update gitignore
## 3.2
* Fix titles
## 3.1
* Fix u8c glyph
## 3.0
* Add contact information
## 2.5
* Add Dark Reader lock
* Add project *u8c*
## 2.4
* Misc. style changes
## 2.3
* Fix typos
## 2.2
* Fix clone notice on *Delta World* page
## 2.1
* Add installation script
## 2.0
* Elaborate pages
* Don't colour links
* Add credits section to `about` page
* Add Bowshock glyph
* Add new project *Delta World*
* Add new project *AX*
* Misc. styling changes
* Add new project *Backspace*
* Add glow to images
* Add sources link to navigation bar
* Add clone notices2
## 1.0
* Rework navigation bar
* Fix `bzipper` glyph
* Fix `"initScripts.shtml"` not always being loaded
## 0.0
* Add gitingore
* Add changelog
* Add build script
|