maciejpedzi.ch/CHANGELOG.md

43 lines
895 B
Markdown
Raw Normal View History

2020-11-28 00:00:14 +01:00
# Changelog
2021-02-16 18:06:27 +01:00
## 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
2021-01-17 19:45:35 +01:00
## 2.3.0
- Add special _'help'_ command for dummies
- Add `::selection` styling rules
2021-01-05 22:13:31 +01:00
## 2.2.0
- Change copyright header
- Add "cls" command, that clears screen (except for header)
2021-01-08 18:30:56 +01:00
- Apply `overflow: hidden` rule only on desktops, i.e. screen width >= 1200 pixels
2021-01-05 22:13:31 +01:00
2021-01-01 12:17:06 +01:00
## 2.1.2
- Even more minor changes
2020-12-31 11:56:56 +01:00
## 2.1.1
- Minor punctuation and wording changes
- Fix calculation of time difference between current date and my date of birth
## 2.1.0
2020-12-13 18:01:59 +01:00
- Remove unnecessary "exit" command
- Remove native webstie scrollbar
- Add command retyping using up and down arrows
2020-12-31 11:56:56 +01:00
## 2.0.1
2020-11-28 00:00:14 +01:00
- Fix "unkown" typo
- Add version tag to page header
2020-12-31 11:56:56 +01:00
## 2.0.0
2020-11-28 00:00:14 +01:00
2020-12-13 18:01:59 +01:00
- Initial version 2.x.y release