Skip to content

Releases: homeport/termshot

v0.2.7

07 Jul 21:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

07 Jul 20:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

12 Oct 14:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

07 Jan 13:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

21 Dec 13:20
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @mhatvan made their first contribution in #40

Full Changelog: v0.2.2...v0.2.3

v0.2.2

09 Nov 19:57
Compare
Choose a tag to compare

Changelog

977b50d Bump Go to 1.17
0d836e9 Bump github.com/onsi/gomega from 1.13.0 to 1.16.0
8c19b89 Merge pull request #24 from homeport/fix/issue-23
840eaf4 Introduce filename command line flag
8464343 Bump github.com/creack/pty from 1.1.11 to 1.1.13
08ca4d8 Bump github.com/onsi/gomega from 1.11.0 to 1.13.0
6b8eda5 Fix Go version setup in GitHub Actions
1da0929 Upgrade to GitHub-native Dependabot

v0.2.1

26 Apr 07:27
Compare
Choose a tag to compare

Fixed display issue by adding ˣ to the list of replacement characters.

Changelog

8c5101c Bump github.com/onsi/ginkgo from 1.15.2 to 1.16.1
34a8895 Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
e8da535 Add ˣ to the rune replacement logic
5b0a42b Bump github.com/gonvenience/neat from 1.3.5 to 1.3.6
7137cbd Bump dependencies ginkgo/bunt
efb5f92 Recreate Go sum file
17bc0ad Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
7bcf82e Bump github.com/gonvenience/term from 1.0.0 to 1.0.1
5a92469 Bump github.com/gonvenience/bunt from 1.3.0 to 1.3.1
497bccb Update GitHub Action configurations
0ae0344 Remove arm64 support in GoReleaser
5db34fb Fix wrong dependency location in build action
d958508 Simplify font loading code by using MustAsset
5638dd1 Introduce Homebrew update support

v0.2.0

14 Feb 20:08
Compare
Choose a tag to compare

This release fixed an issue on Linux systems, where the output could not be written due to an input/output error of the shared pseudo terminal. Also, renamed the flag to show the command to --show-cmd to be more compact and easy to write.

Changelog

ab68590 Fix issue with error on Linux systems
ddc940a Add arm to the list of release architectures
77470ac Change go-bindata source location
fb81926 Fix staticcheck findings
e251a7f Rework of README and example
6fa8a99 Add special case for ✗ to mitigate render issue
c9eeb49 Improve error output and flag names
361fbc3 Use GitHub Action build badge
a692159 Remove Travis configuration
9aff501 Update release config based on recommendations

v0.1.0

10 Dec 15:04
Compare
Choose a tag to compare

Initial release with support for the core functionality of creating a screenshot from command output.

Changelog

ba71995 Create GitHub action for release
e105db2 Create GitHub action for build
708b1f9 Add goreleaser configuration
80c7518 Switch to new parse function in bunt package
8f933ff Add more items for clean
0637d69 Remove unnecessary debug print statement
ffe65ea Introduce factor for image creation
ced3982 Restructure steps to allow edit on command line
65da3c7 Add support for background colors
70e6a2e Fix missing error check for adding content
04c869c Initial version of termshot