Skip to content

Commit 8aaf81b

Browse files
committed
Releasing 1.2.0
1 parent 6f2cd87 commit 8aaf81b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ his file's format is define in
99
and the release workflow reads it to set github's release notes.
1010

1111

12-
## Unreleased
12+
## [1.2.0] 2023-9-6
1313

1414
### Added
1515

1616
- broadcasting layout changes to all connected peers
17+
- rename admin command to rename a peer
1718

1819
### Fixed
1920

2021
- welcome message newlines
2122
- restore buffer now sends the buffer only to the requesting peer
23+
- upgrading using the installer
2224

2325
## [1.1.1] 2023-8-15
2426

sites/get/install.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# $ ./get-webexec.sh
88
#
99
# The latest release is currently hard-coded.
10-
LATEST_VERSION="1.1.1"
10+
LATEST_VERSION="1.2.0"
1111

1212
echo "webexec version $LATEST_VERSION installer"
1313

0 commit comments

Comments
 (0)