File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const versionChangelogs: Changelog[] = [
4646 "A Github page." ,
4747 "Version number."
4848 ] ,
49- release : "March 16th"
49+ release : "March 16th, 2023 "
5050 } ,
5151 {
5252 type : "patch" ,
@@ -258,7 +258,8 @@ export const versionChangelogs: Changelog[] = [
258258 "The \"Import Data\" button is using a browser-specific styling workaround. (#39)" ,
259259 "Pressing escape on an open advanced popup does not fully close the popup. (#57)" ,
260260 "Television description doesn't change with personalization. (#54)" ,
261- "No more HTMLElement.innerHTML where it's not needed, now use innerText. (#43)"
261+ "No more HTMLElement.innerHTML where it's not needed, now use innerText. (#43)" ,
262+ "Version 0.2 changelog did not have a release year."
262263 ] ,
263264 removed : [
264265 "Removed the mobile version due to the extreme amount of work required to upkeep it alongside the main version. (#36)" ,
You can’t perform that action at this time.
0 commit comments