Releases: hokagedami/PortsManager
v1.1.0
PortsManager v1.1.0
A cross-platform desktop application to identify and manage processes bound to network ports.
Downloads
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | PortsManager-Windows-x64.zip |
| macOS | Intel (x64) | PortsManager-macOS-x64.tar.gz |
| macOS | Apple Silicon (arm64) | PortsManager-macOS-arm64.tar.gz |
| Linux | x64 | PortsManager-Linux-x64.tar.gz |
Installation
Windows: Extract the zip file and run PortsManager.Desktop.exe
macOS: Extract the archive and run PortsManager.Desktop. You may need to allow the app in System Preferences > Security & Privacy.
Linux: Extract the archive, make executable with chmod +x PortsManager.Desktop, and run ./PortsManager.Desktop
What's Changed
- Add clear button to search box
v1.0.0
PortsManager v1.0.0
A cross-platform desktop application to identify and manage processes bound to network ports.
Downloads
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | PortsManager-Windows-x64.zip |
| macOS | Intel (x64) | PortsManager-macOS-x64.tar.gz |
| macOS | Apple Silicon (arm64) | PortsManager-macOS-arm64.tar.gz |
| Linux | x64 | PortsManager-Linux-x64.tar.gz |
Installation
Windows: Extract the zip file and run PortsManager.Desktop.exe
macOS: Extract the archive and run PortsManager.Desktop. You may need to allow the app in System Preferences > Security & Privacy.
Linux: Extract the archive, make executable with chmod +x PortsManager.Desktop, and run ./PortsManager.Desktop
What's Changed
- Fix release notes for first release (no previous tag)
- Add formatted release notes with download links table
- Replace workflow with cross-platform build and release
- Merge pull request #1 from hokagedami/feature/github-action
- Add GitHub Actions workflow for .NET Core Desktop
- Add PortsManager desktop application with Avalonia UI
- Add project files.
- Add .gitattributes, .gitignore, README.md, and LICENSE.txt.