All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
- add process name config (e388e8a)
- switch to lock files instead of process name resolution (7e8b156)
- actually get the name of the running process (05102e9)
- Update window manger and protobuf depdencies (#9) (846a077)
- Add configurable RPC server address (30349cc), closes #8
- Add focus hooks with metadata (8e9e52f)
- handle invalid pid file format (f83535e), closes #6
- handle web platform case in FlutterSingleInstance factory (8c8c1bd)
- resolve references not found in web mode (b5a8129)
- ensure pid file is created before writing process ID (71094ea)
- only return process name instead of full path in getProcessName macos (#3) (ea1a202)
- remove platform getter in favour of factory (563fb3e)
- always return true for unspported platforms (0b5fd27)
- Setup package for publishing