Skip to content

Commit

Permalink
Merge branch 'master' into jochil/cleanup-after-cancelation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jul 26, 2022
2 parents be55629 + 814a52d commit 63b4ba3
Show file tree
Hide file tree
Showing 39 changed files with 107 additions and 46 deletions.
6 changes: 5 additions & 1 deletion .golangci.yml
Expand Up @@ -88,5 +88,9 @@ issues:
- linters:
- gocritic
text: "unnecessaryDefer:"
- linters:
- gocritic
text: "preferDecodeRune:"
service:
golangci-lint-version: 1.31.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.31.x # use the fixed version to not introduce new linters unexpectedly

12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,15 @@
<a name="unreleased"></a>
## [Unreleased]

### Bug Fixes
- the interactive confirm answers should match the confirm/reject text

### Test
- add tests for custom answers


<a name="v0.12.44"></a>
## [v0.12.44] - 2022-07-22

<a name="v0.12.43"></a>
## [v0.12.43] - 2022-07-17
Expand Down Expand Up @@ -1019,7 +1028,8 @@ removed `Header` and put it's content directly into `HeaderPrinter`
- initial commit


[Unreleased]: https://github.com/pterm/pterm/compare/v0.12.43...HEAD
[Unreleased]: https://github.com/pterm/pterm/compare/v0.12.44...HEAD
[v0.12.44]: https://github.com/pterm/pterm/compare/v0.12.43...v0.12.44
[v0.12.43]: https://github.com/pterm/pterm/compare/v0.12.42...v0.12.43
[v0.12.42]: https://github.com/pterm/pterm/compare/v0.12.41...v0.12.42
[v0.12.41]: https://github.com/pterm/pterm/compare/v0.12.40...v0.12.41
Expand Down
2 changes: 1 addition & 1 deletion _examples/area/demo/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/barchart/demo/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/barchart/mixed-values/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/barchart/negative-values/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/basictext/demo/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/bigtext/demo/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/box/demo/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/bulletlist/customized/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/bulletlist/demo/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63b4ba3

Please sign in to comment.