release: 1.15.2+51

This commit is contained in:
Tien Do Nam
2024-07-25 13:52:47 +02:00
parent 730b09974f
commit 372aeb11bf
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## 1.15.2 (unreleased)
## 1.15.2 (2024-07-25)
- feat: extract network scanning to separate threads, scanning should not cause UI lags anymore (@Tienisto)
- feat(windows): use bigger icon for the installer (@Tienisto)

View File

@@ -3,7 +3,7 @@ description: An open source cross-platform alternative to AirDrop
homepage: https://localsend.org/
publish_to: "none"
version: 1.15.1+50
version: 1.15.2+51
environment:
flutter: ">=3.13.0"

View File

@@ -4,7 +4,7 @@
; Copy app/assets/packaging/logo-256.ico to D:\inno\logo-256.ico
#define MyAppName "LocalSend"
#define MyAppVersion "1.15.1"
#define MyAppVersion "1.15.2"
#define MyAppPublisher "Tien Do Nam"
#define MyAppURL "https://localsend.org"
#define MyAppExeName "localsend_app.exe"