Commit Graph

27 Commits

Author SHA1 Message Date
semantic-release-bot d2425ce13f chore(release): 1.2.0 [skip ci]
## [1.2.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.1.1...1.2.0) (2023-02-17)

### Features

* Add platform helpers ([f6a6e91](https://github.com/timo-reymann/bash-tui-toolkit/commit/f6a6e91d2f3dfd2aa1c4366b39ac8ea1de42e4c0))
2023-02-17 09:33:16 +00:00
Timo Reymann f6a6e91d2f feat: Add platform helpers 2023-02-17 10:32:12 +01:00
semantic-release-bot c086017998 chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.1.0...1.1.1) (2023-02-16)

### Bug Fixes

* Fix color formatting for success and error messages ([6d8aad0](https://github.com/timo-reymann/bash-tui-toolkit/commit/6d8aad022e329a0942e43e386cb34f2d458f4ac2))
2023-02-16 11:28:33 +00:00
Timo Reymann 6d8aad022e fix: Fix color formatting for success and error messages 2023-02-16 12:27:35 +01:00
semantic-release-bot b155320abd chore(release): 1.1.0 [skip ci]
## [1.1.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.4...1.1.0) (2023-02-16)

### Features

* Improve performance for empty line print for larger lists ([3b02fbb](https://github.com/timo-reymann/bash-tui-toolkit/commit/3b02fbb91164b807ac84ed6e956cdcad4c8d3c08))
2023-02-16 11:19:38 +00:00
Timo Reymann 3b02fbb911 feat: Improve performance for empty line print for larger lists 2023-02-16 12:18:39 +01:00
semantic-release-bot cd8c3c5d5b chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.3...1.0.4) (2023-02-16)

### Bug Fixes

* Fix empty line for checkbox and list prompt ([042f01b](https://github.com/timo-reymann/bash-tui-toolkit/commit/042f01bd0b25db94ed4c83b64a91439e295e4445))
2023-02-16 10:57:07 +00:00
Timo Reymann 042f01bd0b fix: Fix empty line for checkbox and list prompt 2023-02-16 11:56:03 +01:00
semantic-release-bot c4c1399493 chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.2...1.0.3) (2023-02-15)

### Bug Fixes

* Add missing new line for select ([717bb54](https://github.com/timo-reymann/bash-tui-toolkit/commit/717bb546a0759174d115f0f7abd9f88dda06294c))
2023-02-15 18:55:18 +00:00
Timo Reymann 717bb546a0 fix: Add missing new line for select 2023-02-15 19:54:22 +01:00
Timo Reymann 91c2509af6 docs: Drop WIP note
Used in a few prviate scripts, works just fine so it should be good to go
2023-02-15 19:46:20 +01:00
semantic-release-bot a3b1f4ebbe chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.1...1.0.2) (2023-02-15)

### Bug Fixes

* Fix line break in list result ([391c0e2](https://github.com/timo-reymann/bash-tui-toolkit/commit/391c0e2a9672e1eefba9883b307bd6d87dacddf5))
2023-02-15 18:34:54 +00:00
Timo Reymann 391c0e2a96 fix: Fix line break in list result 2023-02-15 19:33:21 +01:00
semantic-release-bot 2d5153ea18 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.0...1.0.1) (2023-02-15)

### Bug Fixes

* Fix empty lines for switch and checkbox ([dd3f163](https://github.com/timo-reymann/bash-tui-toolkit/commit/dd3f163e276f7fb94492ffe2afc3dda43aa7b192))
2023-02-15 17:50:33 +00:00
Timo Reymann dd3f163e27 fix: Fix empty lines for switch and checkbox 2023-02-15 18:49:27 +01:00
Timo Reymann 294cfb1b58 docs: Add examples to documentation 2023-02-15 18:12:31 +01:00
semantic-release-bot 9de87a6acd chore(release): 1.0.0 [skip ci]
## 1.0.0 (2023-02-15)

### Features

* Add first modules ([762ae97](https://github.com/timo-reymann/bash-tui-toolkit/commit/762ae97a36f5dc5fbc28e35a1b92fcc1914697a1))
* Add modules to publish ([e0aeedf](https://github.com/timo-reymann/bash-tui-toolkit/commit/e0aeedf1904d87770c6eece1c68ed078622e0ca0))
2023-02-15 16:49:27 +00:00
Timo Reymann e0aeedf190 feat: Add modules to publish 2023-02-15 17:45:32 +01:00
Timo Reymann 85e9ceda4f ci: Add semantic-release 2023-02-15 13:57:34 +01:00
Timo Reymann 308768579c docs: Add dev instructions to README 2023-02-15 13:43:24 +01:00
Timo Reymann 50778082eb docs: Add renovate badge 2023-02-15 13:40:18 +01:00
Timo Reymann 9af7f187e8 docs: Add circleci badge 2023-02-15 13:39:13 +01:00
Timo Reymann 7a9b30cc46 ci: Add build 2023-02-15 13:36:20 +01:00
Timo Reymann da13b88d3a ci: Add initial pipeline 2023-02-15 13:32:52 +01:00
Timo Reymann 3744a220f1 chore: Add build 2023-02-15 13:25:16 +01:00
Timo Reymann 762ae97a36 feat: Add first modules
This adds the first modules blocks from the initial proof of concept, with basic docs.
Currently missing is bundling and usage instructions
2023-02-15 00:19:14 +01:00
Timo Reymann c25f947416 docs: Create README 2023-02-14 20:39:26 +01:00