mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Version 2.0.1 release
This commit is contained in:
parent
94e5c92f5b
commit
72c22d4870
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## v2.0.1
|
||||||
|
|
||||||
|
- Fix "unkown" typo
|
||||||
|
- Add version tag to page header
|
||||||
|
|
||||||
|
## v2.0.0
|
||||||
|
|
||||||
|
- Initial version 2.x.x release
|
@ -21,7 +21,7 @@ window.addEventListener('keypress', (evt) => {
|
|||||||
switch (command) {
|
switch (command) {
|
||||||
default:
|
default:
|
||||||
output.style.color = 'red';
|
output.style.color = 'red';
|
||||||
output.textContent = `ERROR: Unkown command '${command}'`;
|
output.textContent = `ERROR: Unknown command '${command}'`;
|
||||||
break;
|
break;
|
||||||
case 'about':
|
case 'about':
|
||||||
const age = today.getFullYear() - new Date('2005-05-08').getFullYear()
|
const age = today.getFullYear() - new Date('2005-05-08').getFullYear()
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<p>maciejpedzi.ch</p>
|
<p>maciejpedzi.ch [Version 2.0.1]</p>
|
||||||
<p>
|
<p>
|
||||||
(c) Maciej Pedzich, 2020-<span id="currentYear"></span>
|
(c) Maciej Pedzich, 2020-<span id="currentYear"></span>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user