Skip to content

Commit 1401036

Browse files
committed
v3.13
1 parent 526bbc4 commit 1401036

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.13] - 2025-09-03
6+
7+
- Fix z-index for file manager in template editor
8+
- Improve broadcast UI with remaining test time, refresh button, and variations stats
9+
510
## [3.12] - 2025-09-02
611

712
### Security

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/spf13/viper"
1111
)
1212

13-
const VERSION = "3.12"
13+
const VERSION = "3.13"
1414

1515
type Config struct {
1616
Server ServerConfig

0 commit comments

Comments
 (0)