Releases: bengarrett/retrotxtgo
Releases · bengarrett/retrotxtgo
v0.4.0
reworked examples
v0.3.0
new lang command.
v0.2.0
Changelog
- 70f8957 help and layout improvements.
- 72e36ee removed the subcommand.
- e455fba cmd refactor.
- 8f653e3 refactored to use io.writer.
- 3d042a9 nil writer checks.
- d36fa64 lint fixes.
- a6df751 rm internal dir from info pkg.
- 9408af4 Lint fixes.
- 580b3d4 lint fixes.
- fa52093 test bug fix. ren timeout const.
- c45cb9c cleaned up the samples pkg.
- ba7722d refactors.
- 983eae3 fixed missing chr in table.
- 3b640ad removed deadspace for 7-bit tables.
- 74823be codepage alias.
- 343dc85 fix broken asa tables.
- af2b55d removed fatalexe to main.go. ren os err const.
- d046536 fixed tests. only ascii-65/67 table tests break.
- 9e152d6 refactoring.
- 468b865 rm duplicate HR func. Made hr use io writer.
- d2f06ce refactoring to be less verbose.
- deba95b made some term funcs use the io writer.
- 7dbb89a refactor of buffers to be uniform.
- ba8c32c term.Options uses an io writer.
- 0921372 term.Head now uses a writer. Combined Head and HeadDark. Head fixes missing header string.
- 7ba8f2f Ren Cell type into Row.
- 6552235 Fixes are required.
- 57ba04c Linter corrections.
- e746c32 fixed race conditions.
- 845b474 Merge pull request #83 from bengarrett/dependabot/github_actions/actions/cache-3.3.1
- cdff46b Merge pull request #68 from bengarrett/dependabot/github_actions/goreleaser/goreleaser-action-4
- 210ca11 Merge pull request #84 from bengarrett/dependabot/github_actions/actions/setup-go-4
- 4fcc3f7 fixed download links.
- 3b644ce Bump actions/setup-go from 2 to 4
- 9b1ecd4 Bump actions/cache from 3.0.11 to 3.3.1
- a1ba237 Bump goreleaser/goreleaser-action from 2 to 4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Changelog
- 1826688 text tweaks.
- d26d629 full json example.
- d9f6c88 fixed reader bug throwing errors when not nil.
- 17cc646 reordered logs args.
- b31bf8c removed the use of fatal logs.
- 3f49fd3 removed unused file.
- cd9cbec removed logs/errors.go. returned the err vars to their pkgs.
- e69635b format fixes.
- 0cd67d2 list codepages.
- d66978a tweak.
- 03714c9 install doc.
- 069c831 reduced the number of docs.
- db89af6 rm unused.
- a9fecc4 new package commands.
- b9d1217 refactor for clarity of new packages. some funcs now return runes instead of strings.
- 17173ee refactor of convert pkg to make it less dense.
- 8e92f35 fix example.
- 5b18ff2 partial simplification of convert.
- 51e281a ren pkg to term.
- b8242bc ren str to term.
- 30621dc merged structs.
- a308cb4 ren pkg filesystem to fsys.
- 8af30df err handlers for nils.
- dd86ce4 refactor.
- 9c6e83b removed Quiet and replaced with a writer.
- 2977433 made nl pkg public.
- fb65b70 rm ansi package.
- 5ff9eff sample clarification and comments.
- 07bbc77 simplified tests.
- e0124e6 improved comments.
- 3a14590 moved funcs out of internal into pkg.
- f347543 moved internal examples to pkg.
- 932ebb8 removed unused create pkg.
- c802e57 removed html static assets.
- 31f0d37 lint fixes.
- 449796d task runner.
- faba76f lint fixes.
- aa25278 more linter.
- f722ecb lint fixes.
- 4dc299c lint fixes.
- ef79f9f more lint fixes.
- ea46171 Lint fixes.
- ce11965 linting.
- 15f2e7f lint fixes.
- 9fc6da5 lint fixes.
- c909a56 ren packages.
- 314cf91 rename lib/ to pkg/
- c728ae0 Update README.md
- a884ef2 unused.
- 47e975c renamed config to format. removed unused code.
- 08f01e0 dead code.
- 31f567a unused feature.
- 68db996 unused funcs.
- 3df5e1a unused code.
- 83b7c66 cmd restructures.
- bfbac62 fixed help msg.
- c3f5238 removed html references.
- 4308728 removed unused code.
- ea777d3 unused code.
- eb2887c unused code.
- aabf3a7 removed unused code.
- d2d9bcc unused.
- bf3c564 removed create examples.
- 5ad8123 fixed tests.
- 71fdfb8 removed colorise.
- c8d9b48 removed unused funcs.
- 307b30b removed unused config funcs.
- 20e5714 removed config and configs.
- ac9fbc3 disabled config and configs commands.
- e98d4d8 dropped create cmd.
- 1ffb776 mod updates.
- 2383a84 Scoop update for retrotxt version v0.0.38
v0.0.38
What's Changed
- Bump actions/cache from 2 to 3.0.11 by @dependabot in #62
- Bump actions/checkout from 2 to 3.1.0 by @dependabot in #61
Full Changelog: v0.0.37...v0.0.38
v0.0.37
v0.0.36
macOS universal binaries.