maciejpedzi.ch/CHANGELOG.md
2021-02-17 09:05:53 +01:00

47 lines
1013 B
Markdown

# Changelog
## 2.4.1
- Set `inputHistory` in localStorage to a stringified array, rather tan a string of comma-separated values
## 2.4.0
- Persist input history (up to 10 entries) using `localStorage`
- Add `bgcolor` and `color` commands for setting background color and text color respectively
- Add _Looking to learn_ in skills section
## 2.3.0
- Add special _'help'_ command for dummies
- Add `::selection` styling rules
## 2.2.0
- Change copyright header
- Add "cls" command, that clears screen (except for header)
- Apply `overflow: hidden` rule only on desktops, i.e. screen width >= 1200 pixels
## 2.1.2
- Even more minor changes
## 2.1.1
- Minor punctuation and wording changes
- Fix calculation of time difference between current date and my date of birth
## 2.1.0
- Remove unnecessary "exit" command
- Remove native webstie scrollbar
- Add command retyping using up and down arrows
## 2.0.1
- Fix "unkown" typo
- Add version tag to page header
## 2.0.0
- Initial version 2.x.y release