Skip to content

Commit a8d18d6

Browse files
committed
Merge branch 'react-master-1.23' into react-master
2 parents b58a0a3 + 6a95fb0 commit a8d18d6

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

src/firmware/firmwares.tsx

+25-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,32 @@ export interface Compatibility {
2626
export type Language = "en" | "fr" | "nl" | "pt" | "it" | "de" | "es" | "hu";
2727

2828
export const releases: Releases = {
29-
latest: "O1.22.1-E15",
29+
latest: "O1.23.0-E15",
3030
firmwares: [
31+
{
32+
name: "O1.23.0-E15",
33+
commit: "b93c9187b93d76fbe206b576208ec24ea146b7e3",
34+
changelog: [
35+
"Update: Epsilon updated to Epsilon 15.5.0",
36+
"New: Support for wallpapers on N0110",
37+
"New: Added a way to get the username in python",
38+
"Fix: Fixed apps/localization theme palette",
39+
"Fix: Fix issue with toolboxIonKeys in unit tests",
40+
"Fix: Fixed the German translations",
41+
],
42+
compatibility: {
43+
N0110: true,
44+
N0100: true,
45+
web: true,
46+
android: true,
47+
"3ds": true,
48+
},
49+
available: true,
50+
setname: true,
51+
languages: {
52+
"0100": ["en", "fr", "nl", "pt", "it", "de", "es", "hu"],
53+
},
54+
},
3155
{
3256
name: "O1.22.1-E15",
3357
commit: "6f797833b2195a1aeaa9298dcd60dd4cbd006a96",

0 commit comments

Comments
 (0)