Skip to content

Commit 37d7a37

Browse files
committed
chore(release): 1.6.0
1 parent 7e8b156 commit 37d7a37

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.6.0](https://github.com/necodeIT/flutter_single_instance/compare/v1.5.1...v1.6.0) (2025-07-02)
6+
7+
8+
### Features
9+
10+
* add process name config ([e388e8a](https://github.com/necodeIT/flutter_single_instance/commit/e388e8a3826161c665d53b829244946725da7237))
11+
* switch to lock files instead of process name resolution ([7e8b156](https://github.com/necodeIT/flutter_single_instance/commit/7e8b156020c6832d04fb27a0becb67b5d47e43d5))
12+
13+
14+
### Bug Fixes
15+
16+
* actually get the name of the running process ([05102e9](https://github.com/necodeIT/flutter_single_instance/commit/05102e9c5e960ca23de052f5868e346b1deb8729))
17+
518
## [1.5.1](https://github.com/necodeIT/flutter_single_instance/compare/v1.5.0...v1.5.1) (2025-06-01)
619

720

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_single_instance
22
description: A simple way to check if your application is already running.
33

4-
version: 1.5.1
4+
version: 1.6.0
55
repository: https://github.com/necodeIT/flutter_single_instance
66
platforms:
77
linux:

0 commit comments

Comments
 (0)