EXE
WinGet
Freelens
Freelens Authors · 1.4.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
Freelens-1.4.0-windows-amd64.exe /S
Custom
Freelens-1.4.0-windows-amd64.exe /S /currentuser
Upgrade
Freelens-1.4.0-windows-amd64.exe /S --updated
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Freelens 1.4.0
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
1.4.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
Freelens-1.4.0-windows-amd64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Freelensapp.Freelens
Version
1.4.0
Description
FOSS IDE for Kubernetes
License
MIT
↗
Installer URL
https://github.com/freelensapp/freelens/releases/download/v1.4.0/Freelens-1.4.0-windows-amd64.exe
Upgrade Behavior
install(Install over existing)
Release Notes
Minor improvements in UI. More components and other changes in the Extensions API.
## What's Changed
* New APIs are exported, then extensions can use ie, an event list with filtering for chosen resources. See #841, #858, #859
* A New view for endpoint slices is added to the Network menu. See #846
* React JSX runtime is exported in the API so extensions can use it instead of the plain `React.createElement`. See #902
* All views have tooltips for items that can be too long to present in the tab…