Skip to content

Releases: zubairbinshaukat/devpit

Release list

v0.2.0

Choose a tag to compare

@zubairbinshaukat zubairbinshaukat released this 23 Sep 07:42

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. Tab and Shift+Tab move along it, and 17 jump 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 update pill 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 with DEVPIT_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=1 or DO_NOT_TRACK=1 always 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 else

winget support is submitted and awaiting Microsoft's review.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 04:19

Changelog

Other

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/devpit

Devpit is not Authenticode-signed yet, so SmartScreen may warn about an
unknown publisher. See SECURITY.md.