Skip to content

Commit 6162193

Browse files
authored
Merge pull request #2095 from bmaltais/dev
v23.0.11
2 parents fd45bee + e4673ac commit 6162193

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v23.0.9
1+
v23.0.11

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The GUI allows you to set the training parameters and generate and run the requi
3737
- [No module called tkinter](#no-module-called-tkinter)
3838
- [SDXL training](#sdxl-training)
3939
- [Change History](#change-history)
40+
- [2024/03/13 (v23.0.11)](#20240313-v23011)
4041
- [2024/03/13 (v23.0.9)](#20240313-v2309)
4142
- [2024/03/12 (v23.0.8)](#20240312-v2308)
4243
- [2024/03/12 (v23.0.7)](#20240312-v2307)
@@ -368,6 +369,11 @@ The documentation in this section will be moved to a separate document later.
368369

369370
## Change History
370371

372+
### 2024/03/13 (v23.0.11)
373+
374+
- Increase icon size
375+
- More setup fixes
376+
371377
### 2024/03/13 (v23.0.9)
372378

373379
- Reworked how setup can be run to improve Stability Matrix support

style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
flex-grow: 0;
44
padding-left: 0.25em;
55
padding-right: 0.25em;
6+
padding: 0.5em;
7+
font-size: 1.5em;
68
}
79

810
#open_folder{

0 commit comments

Comments
 (0)