Changelog
This commit is contained in:
parent
cbc70afad3
commit
abf2b2cac6
2
1.1.md
2
1.1.md
|
@ -8,7 +8,7 @@
|
||||||
- Fix padding escape codes on BSD systems.
|
- Fix padding escape codes on BSD systems.
|
||||||
- Swap escape codes from `\e` to `\033` for consistency.
|
- Swap escape codes from `\e` to `\033` for consistency.
|
||||||
- We only move the cursor to the bottom of the terminal in w3m/iterm2 rendering modes.
|
- We only move the cursor to the bottom of the terminal in w3m/iterm2 rendering modes.
|
||||||
- Cursor position is now dynamic based on the height of the ascii and info text.
|
- Cursor position is now dynamic in ascii mode based on the height of the ascii and info text.
|
||||||
- If images and ascii are off, don't clear the terminal
|
- If images and ascii are off, don't clear the terminal
|
||||||
- The script now exits correctly instead of always exiting with status code `1`
|
- The script now exits correctly instead of always exiting with status code `1`
|
||||||
- If the script exits for any reason, unhide the cursor.
|
- If the script exits for any reason, unhide the cursor.
|
||||||
|
|
Reference in New Issue