Skip to content

Commit 188c8ec

Browse files
committed
Update changelog, bump version: 3.9.1
1 parent f515d3a commit 188c8ec

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.9.1
4+
5+
### Binary editor
6+
7+
- Fixed: dropdown values and wide numeric fields were clipped in some views; they now size to fit.
8+
- CRE sound slots now lay out 20 per column.
9+
310
## 3.9.0
411

512
### Binary editor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bgforge-mls",
33
"displayName": "BGforge MLS",
4-
"version": "3.9.0",
4+
"version": "3.9.1",
55
"description": "BGforge multilanguage server",
66
"categories": [
77
"Programming Languages"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bgforge/mls-server",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "LSP server for Fallout SSL, WeiDU (BAF/D/TP2), and related modding languages",
55
"keywords": [
66
"fallout",

0 commit comments

Comments
 (0)