Skip to content

Commit 73d635f

Browse files
committed
Prepare for Linux release
1 parent 07a2472 commit 73d635f

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
matrix:
9494
node-version: [14.x]
95-
os: [macOS-latest, windows-latest]
95+
os: [macOS-latest, windows-latest, ubuntu-latest]
9696

9797
steps:
9898
-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "Lode",
4-
"version": "0.33.0",
4+
"version": "0.33.1",
55
"author": "Tomas Buteler <info@lode.run>",
66
"description": "A universal GUI for unit testing",
77
"license": "MIT",

support/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Fixed:
2-
- Icons alignment inside buttons on Windows version
2+
- Icons alignment inside buttons on Windows and Linux versions
3+
- Unecessary padding in Linux version's sidebar
4+
- Unintended default font for Linux version

0 commit comments

Comments
 (0)