Skip to content

Tags: bitigchi/edit

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: update WinGet publish workflow to use env instead of --token (m…

…icrosoft#467)

With the latest winget-create release, the preferred method for
providing the GitHub token in CI/CD environment is via the environment
variable `WINGET_CREATE_GITHUB_TOKEN`. Removed use of `--token` and
switched to environment variable. See https://aka.ms/winget-create-token
for details.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add CI action for publishing package to WinGet (microsoft#189)

This is similar to the one in microsoft/terminal,
and uses wingetcreate.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix clearing of editlines (microsoft#31)

This only became apparent now that the
Open dialog clears the filename field.