We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a2472 commit 73d635fCopy full SHA for 73d635f
3 files changed
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
strategy:
93
matrix:
94
node-version: [14.x]
95
- os: [macOS-latest, windows-latest]
+ os: [macOS-latest, windows-latest, ubuntu-latest]
96
97
steps:
98
-
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "Lode",
4
- "version": "0.33.0",
+ "version": "0.33.1",
5
"author": "Tomas Buteler <info@lode.run>",
6
"description": "A universal GUI for unit testing",
7
"license": "MIT",
support/release-notes.md
@@ -1,2 +1,4 @@
Fixed:
- - Icons alignment inside buttons on Windows version
+ - Icons alignment inside buttons on Windows and Linux versions
+ - Unecessary padding in Linux version's sidebar
+ - Unintended default font for Linux version
0 commit comments