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: homeport/termshot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.12
Choose a base ref
...
head repository: homeport/termshot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 14 commits
  • 8 files changed
  • 7 contributors

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    3102b2b View commit details
    Browse the repository at this point in the history
  2. Run go mod tidy

    Bring `go.mod` up-to-date with `golang.org/x` dependencies and `go mod tidy`.
    HeavyWombat committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    73c8081 View commit details
    Browse the repository at this point in the history
  3. Add documention to README (#139)

    * Write docs
    
    * More tweaks
    
    * Update screenshots
    
    * Switch to all gh assets, add back original screenshot
    
    ---------
    
    Co-authored-by: Matthias Diester <mddiester@gmail.com>
    colinhacks and HeavyWombat authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    c1f6024 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Bump available modules

    Bump modules where updates are available.
    HeavyWombat committed Dec 27, 2024
    Configuration menu
    Copy the full SHA
    801f445 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #249 from homeport/bump/deps

    Bump available modules
    HeavyWombat authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    563883c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Fix typo, tha -> that

    Found via `typos --hidden --format brief`
    kianmeng authored and HeavyWombat committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    8632305 View commit details
    Browse the repository at this point in the history
  2. Fix staticcheck finding

    Fix staticcheck finding on error case.
    HeavyWombat committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    5891231 View commit details
    Browse the repository at this point in the history
  3. Fix deprecated GoReleaser setting

    Use `version_template` instead of `name_template`.
    HeavyWombat committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    5de1868 View commit details
    Browse the repository at this point in the history
  4. Make screenshot column size configurable

    Ref: #245
    
    Allows to impose number of columns in screenshot terminal.
    
    Co-authored-by: Matthias Diester <mddiester@gmail.com>
    lukasz-lobocki and HeavyWombat committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    8b22cfe View commit details
    Browse the repository at this point in the history
  5. Make shadow/decorations configurable

    Adding option to make shadow and decorations configurable.
    
    Co-authored-by: Matthias Diester <mddiester@gmail.com>
    Lamisedaxeh and HeavyWombat committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    8252445 View commit details
    Browse the repository at this point in the history
  6. Tweak README

    Remove examples with shorthand form.
    HeavyWombat committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    a0e4cd4 View commit details
    Browse the repository at this point in the history
  7. Tweak --edit flag description

    Update `--edit` flag description.
    HeavyWombat committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    0b0be1a View commit details
    Browse the repository at this point in the history
  8. Tweak comments in main path

    Tweak the comments in the main path.
    HeavyWombat committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    0abaa21 View commit details
    Browse the repository at this point in the history
  9. Update README with newest flags

    Update README to explain the new flags.
    HeavyWombat committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    e0d5317 View commit details
    Browse the repository at this point in the history
Loading