-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch_notes.html
More file actions
254 lines (228 loc) · 8.06 KB
/
Copy pathpatch_notes.html
File metadata and controls
254 lines (228 loc) · 8.06 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>41Box Patch Notes</title>
<meta name="application-name" content="41Box" />
<meta name="apple-mobile-web-app-title" content="41Box">
<meta name="description"
content="41Box is a mod of Slarmoo's Box that intends to add nSTUFF GREG" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#247d1d" />
<meta name="msapplication-TileColor" content="#247d1d" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<meta name="format-detection" content="telephone=no" />
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png" />
<!-- <meta property="og:image" content="https://slarmoo.github.io/slarmoosbox/website/icon_shadow_192.png"> -->
<link rel="icon" type="image/png" sizes="32x32" href="./icon_32.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<link href="https://fonts.googleapis.com/css?family=B612" rel="stylesheet" media="none"
onload="if (this.media != 'all') this.media='all';" /> <!-- this is a trick to load CSS asynchronously. -->
<style type="text/css">
html {
background: var(--page-margin, black);
overflow-x: hidden;
font-size: large;
font-family: 'B612', sans-serif;
line-height: 1.3;
color: var(--primary-text, white);
}
body {
margin: auto;
overflow-x: hidden;
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
}
h1 {
font-size: 1.7rem;
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
}
h2 {
font-size: 1.5rem;
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
/* color: #FF8EC5; */
}
h3 {
font-size: 1.2rem;
margin-top: 0.5em;
margin-bottom: 0.5em;
-webkit-text-stroke-width: 0;
}
a {
color: var(--link-accent, #3abbb2);
}
a:hover {
color: var(--link-accent, #71eee5);
}
p {
color: var(--secondary-text, rgb(193, 193, 193));
margin-top: -1em;
}
a.link {
color: var(--secondary-text, rgb(193, 193, 193));
margin-left: 2em
}
a.link:hover {
color: var(--secondary-text, rgb(233, 233, 233));
}
@media (min-width: 1100px) {
body {
width: 1100px;
align-items: start;
align-content: start;
}
h2 {
border-left: white solid 4px;
padding-left: 8px;
}
}
#popup {
position: fixed;
bottom: 20px;
left: 20px;
background-color: #b48d29;
color: white;
margin-top: 15px;
padding: 10px 15px;
font-weight: bold;
border-radius: 4px;
opacity: 0;
transform: translateX(-100%);
transition: all 0.5s ease;
pointer-events: none;
z-index: 1000;
}
#popup.show {
opacity: 1;
transform: translateX(0);
pointer-events: auto;
}
</style>
</body>
<h1>
<font color="#b48d29">Patch Notes (in reverse chronological order);</font>
</h1>
<h2>Version 1.1.1 (more cosmetic UI changes)<a class="link">⤳</a></h2>
<h3>
<ul>
<li>Many new 'Inter' themes have been added as of 1.1.1, along with some other cosmetic features</li>
<li>An index.html (and patch_notes.html) bug was fixed after not getting fixed in 1.1</li>
</ul>
</h3>
<p>06/21/2026</p>
<h2>Version 1.1 (UI fixes and more!)<a class="link">⤳</a></h2>
<h3>
<ul>
<h3 > MANY new UI changes:</h3>
<li> ⠀The channel editor now highlights the selected channel</li>
<li> ⠀The Loop Editor has been rectangle-ified</li> <!-- what does that mean bruh -->
<li> ⠀The Unisons are now sorted out for easier access</li>
<li> ⠀Unisons from MidBox have been added</li>
<h3> 41Box-specific presets have been removed as of version 1.1</h3>
</ul>
</h3>
<p>05/30/2026</p>
<h2>Version 1.0.1 (bass organ added)<a class="link">⤳</a></h2>
<h3>
<ul>
<li> Bass Organ preset added </li>
</ul>
</h3>
<p>04/07/2026</p>
<h2>Version 1.0 (final release, new presets)<a class="link">⤳</a></h2>
<h3>
<ul>
<li> 41Box 1.0 released </li>
<li> Many new presets added </li>
</ul>
</h3>
<p>04/06/2026</p>
<h2>Version 0.6.1 (fixed tempo modulation values)<a class="link">⤳</a></h2>
<h3>
<ul>
<li> Tempo Modulation values were previously limited very high but are now more reasonable</li>
</ul>
</h3>
<p>04/06/2026</p>
<h2>Version 0.6 (new presets, fixed quintuplets, new rhythm options)<a class="link">⤳</a></h2>
<h3>
<ul>
<li> Many 41Box presets have been added, but Polywaffle is the best lmaoo </li>
<li> Quintuplets are properly spaced now </li>
<li> 10ths, 15ths, and other rhythms were added </li>
</ul>
</h3>
<p>04/01/2026</p>
<h2>Version 0.2.1.2 (fixed unison decoding)<a class="link">⤳</a></h2>
<h3>
<ul>
<li> Unison decoding was previously bugged, but was fixed. </li>
</ul>
</h3>
<p>04/01/2026</p>
<h2>Version 0.2.1.1 (fixed URL)<a class="link">⤳</a></h2>
<h3>
<ul>
<li> Url decoding was fixed in this version. </li>
</ul>
</h3>
<p>03/31/2026</p>
<h2>Version 0.2.1 (fixed effects)<a class="link">⤳</a></h2>
<h3>
<ul>
<li> Effects were previously messed up, but they were fixed in this version. </li>
</ul>
</h3>
<p>03/28/2026</p>
<h2>Version 0.2 (new theme, new scale, new rhythm)<a class="link">⤳</a></h2>
<h3>
<ul>
<li> Theme '41Box' added </li>
<li> 'Half Diminished' added </li>
<li> Quintuplets rhythm added </li>
</ul>
</h3>
<p>03/28/2026</p>
<h2>Version 0.0.1 (built on Slarmoo's Box 1.4.11)<a class="link">⤳</a></h2>
<h3>
<ul>
<li> 41Box was created! </li>
<li> This version of 41Box was purely setting everything up properly </li>
</ul>
</h3>
<p>03/27/2026</p>
<div id="popup">Copied link!</div>
<script>
const headers = document.getElementsByClassName("link");
for(const header of headers) {
const updateVersion = header.parentElement.innerText.match(/v|Version [\d\.]+/)[0].replace(/v|Version /, "");
console.log(updateVersion);
header.name = updateVersion;
header.addEventListener("click", () => linkTo(updateVersion));
header.title = "Copy link to " + updateVersion;
}
function linkTo(update) {
window.history.replaceState(null, "", location.pathname + "#" + update);
navigator.clipboard.writeText(window.location).then(() => {
const popup = document.getElementById("popup");
popup.classList.add("show");
setTimeout(() => {
popup.classList.remove("show");
}, 2000);
});
}
</script>
</body>
</html>