Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tillitis/tkey-sign-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: tillitis/tkey-sign-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 12, 2024

  1. Bug: Normalize line endings of user input

    Fixes issue #20, where the if statement always evaluated to false due to
    different line endings in Windows, `\r\n`.
    dehanj committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0b61bd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Update .gitignore

    Remove entries left from the split from the repo tillitis-key1-apps
    dehanj committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    38dd4a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Update Go packages

    Especially needed to get tkeyutil v0.0.9 which fixes USS input on
    Windows.
    mchack-work committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    02be06c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Add release notes for v1.0.1

    - Fixed typo in older release notes
    dehanj committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    17f0c7c View commit details
    Browse the repository at this point in the history
  2. Update Goreleaser config to version 2

    - Fix some deprecation notices about snapshot.name_template and
      brew.folder
    dehanj committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    25e6817 View commit details
    Browse the repository at this point in the history
Loading