Skip to content

Commit

Permalink
chore(release): 19.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [19.2.0](v19.1.2...v19.2.0) (2021-11-13)

### Features

* allow more than 2 choices by automatically expanding box ([e1014ac](e1014ac))
* include long dialog hack in dialog choices hack ([3cd01b6](3cd01b6))
* make long dialog size dynamic (adds `textboxsize` tag) ([2815a94](2815a94))
  • Loading branch information
semantic-release-bot committed Nov 13, 2021
1 parent 716370a commit df0f9f1
Show file tree
Hide file tree
Showing 62 changed files with 486 additions and 173 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [19.2.0](https://github.com/seleb/bitsy-hacks/compare/v19.1.2...v19.2.0) (2021-11-13)


### Features

* allow more than 2 choices by automatically expanding box ([e1014ac](https://github.com/seleb/bitsy-hacks/commit/e1014ac2287d5d523732d963314274db019ec58c))
* include long dialog hack in dialog choices hack ([3cd01b6](https://github.com/seleb/bitsy-hacks/commit/3cd01b6ed9ffb747f3c4126416f1f5de1a14784a))
* make long dialog size dynamic (adds `textboxsize` tag) ([2815a94](https://github.com/seleb/bitsy-hacks/commit/2815a94ae94cd2d124dac3b1ba64d668fc9bea56))

## [19.1.2](https://github.com/seleb/bitsy-hacks/compare/v19.1.1...v19.1.2) (2021-10-12)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Last tested against Bitsy 7.10
- 💬 [dialog audio](/dist/dialog-audio.js): animal crossing-style audio
- 🎺 [dialog audio vocal synth](/dist/dialog-audio-vocal-synth.js): animal crossing-style audio powered by the pink trombone vocal synth
- 🔁 [dialog box transition](/dist/dialog-box-transition.js): adds an easing transition animation to display the dialog box text
- 🔀 [dialog choices](/dist/dialog-choices.js): binary dialog choices
- 🔀 [dialog choices](/dist/dialog-choices.js): dialog choices
- 🚀 [dialog jump](/dist/dialog-jump.js): jump from one dialog entry to another
- 💬 [dialog pause](/dist/dialog-pause.js): add pauses in between printing text
-[dialog prompt](/dist/dialog-prompt.js): prompt the user for text input in dialog
Expand Down
6 changes: 3 additions & 3 deletions dist/avatar-by-room.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/backdrops.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/basic-sfx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/bitsymuse.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/canvas-replacement.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/character-portraits-animated.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/character-portraits.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/close-on-ending.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/corrupt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/custom-exit-effects.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/custom-keyhandlers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/custom-text-effect.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/dialog-audio-vocal-synth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/dialog-audio.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/dialog-box-transition.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit df0f9f1

Please sign in to comment.