Releases: zubairbinshaukat/devpit
Releases · zubairbinshaukat/devpit
Release list
v0.2.0
Devpit v0.2.0
The first release after launch, and mostly about getting around faster.
New
- Section tabs. Every screen now has a tab bar in the header.
TabandShift+Tabmove along it, and1–7jump straight to a section from the main menu. - Mouse support. Click a tab, click a menu row, scroll a list with the wheel. The keyboard still does everything; the mouse is an addition, not a replacement.
- Update notice. Devpit asks GitHub once a day whether a newer release exists. When one does, a small
updatepill appears in the header and Settings → About Devpit shows the one command that upgrades your install, whether that is Scoop, winget or the install script. Nothing is downloaded or replaced for you. Turn it off in Settings or withDEVPIT_NO_UPDATE_CHECK=1. - About Devpit in Settings: version, build, author, links and licence.
- Opt-in usage stats now work. If you said yes on first run, one small report goes out after a cleanup: bytes freed, item counts and rule names. Never a path, name or username. Off by default, and
DEVPIT_NO_TELEMETRY=1orDO_NOT_TRACK=1always wins. Details in PRIVACY.md.
Changed
- New wordmark on the home screen and in the installer.
- Installer output shows each of its four steps and a summary at the end.
Fixed
- The PowerShell installer failed on checksum verification under PowerShell 7. It now verifies correctly.
Install or upgrade
scoop update devpit # Scoop
irm https://devpit.zubyr.dev/install | iex # everyone elsewinget support is submitted and awaiting Microsoft's review.
v0.1.0
Changelog
Other
- 18773aa: fix (zubairbinshaukat zubairbinshaukat4455@gmail.com)
- e4c6839: fix (zubairbinshaukat zubairbinshaukat4455@gmail.com)
- 8faaa97: fix now (zubairbinshaukat zubairbinshaukat4455@gmail.com)
- cea3a47: new fix (zubairbinshaukat zubairbinshaukat4455@gmail.com)
- 74e6a43: release (zubairbinshaukat zubairbinshaukat4455@gmail.com)
- 02deca7: setup (zubairbinshaukat zubairbinshaukat4455@gmail.com)
Verifying this release
Get-FileHash .\devpit_0.1.0_windows_amd64.zip -Algorithm SHA256
gh attestation verify .\devpit_0.1.0_windows_amd64.zip --repo zubairbinshaukat/devpitDevpit is not Authenticode-signed yet, so SmartScreen may warn about an
unknown publisher. See SECURITY.md.