Skip to content

Commit 76758f7

Browse files
committed
chore: release version 1.4.1
1 parent fe49f82 commit 76758f7

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.4.1
2+
- [macOS] Keep background process when pressing close button
3+
14
# 1.4.0
25
- Support linux
36

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ ln -s /Applications Applications
3939
3. Open Disk Utils app and go to File -> New Image -> Image from folder
4040
4. Select IRNet folder and press save
4141

42+
## Build linux package
43+
1. Build binaries
44+
```bash
45+
flutter build linux --release
46+
```
47+
48+
Follow the instructions [here](/linux_build.md) to continue building package
49+
4250
## TODO
4351
- Add alternative api service
4452
- Choose default country and show flag based on that

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ir_net
22
description: Windows tool to show if user is connected to Iran internet or a VPN
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4-
version: 1.4.0+8
4+
version: 1.4.1+9
55
environment:
66
sdk: ">=3.2.3 <4.0.0"
77
flutter: "3.29.0"

0 commit comments

Comments
 (0)