Skip to content

Commit

Permalink
v1.12.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 24, 2023
1 parent 91f5cf6 commit 77101db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.12.3

* Bug fixes
* Switch default TERM setting from `vt100` to `xterm-256color`. VT100
emulation was causing `$<50>` output delay sequences to be inserted and
these aren't necessary. `xterm-256color` was determined to be a safe default
for the majority of console users.

## v1.12.2

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.12.2
VERSION=1.12.3

CFLAGS+=-Wall -Wextra -O2

Expand Down

0 comments on commit 77101db

Please sign in to comment.