All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
7.0.0 - 2024-10-24
- (bump) Update lockfile and bump ratatui version to 0.29
- 6 commits contributed to the release.
- 5 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- 11 commits contributed to the release over the course of 214 calendar days.
- 238 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- [fix] Write changelog (
4324447
) - Adjusting changelogs prior to release of ansi-to-tui v2.0.1 (
874a3a8
) - [feat] CHANGELOGS Using cargo changelog (
604e1d1
) - [fix] Bump version prep for release (
8e07c79
) - Add fg/bg colors for 90-110 ANSI code range (
1bd18a9
) - [fix] Don't include the empty spans but keep changing the style (
acdb671
) - [fix] Don't exclude empty spans (
0d1e9bc
) - Fix infinite loop on unsupported escape sequences (
225669f
) - Add test for infinitely looping cases (
8a59123
) - [update] Version bump (
0f2ace5
) - [fix] Don't hang on screen modes (
189d9c5
)
- [fix] Write changelog (
- 2 commits contributed to the release.
- 174 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- 4 commits contributed to the release over the course of 109 calendar days.
- 120 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- 1 commit contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- V0.4.1 (
5225ac3
)
- V0.4.1 (
- 6 commits contributed to the release over the course of 37 calendar days.
- 119 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- 1 commit contributed to the release.
- 5 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- Update tui to version v0.15.0 (
f68a55d
)
- Update tui to version v0.15.0 (
- 5 commits contributed to the release over the course of 2 calendar days.
- 2 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- 2 commits contributed to the release.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- 8 commits contributed to the release over the course of 5 calendar days.
- 6 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- 4 commits contributed to the release.
- 1 day passed between releases.
- 0 commits were understood as conventional.
- 1 unique issue was worked on: #1
view details
- 18 commits contributed to the release over the course of 4 calendar days.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- Newlines with empty buffers are now shown correctly (
dce8cf1
) - Add additional test (
371bd6f
) - Change AsRef<[u8]> to IntoIterator<Item = u8> (
83ccd02
) - Large refactor (
51481fa
) - Added tests (
03b623e
) - Add additional tests (
39f69a2
) - Refactor (
4c354d5
) - Allow empty (
47bc5dd
) - Added Documentation badge. (
8972553
) - Added documentation workflow (
628d8ab
) - Added unicode_width check (
a3585ba
) - Removed a lot of unnsecessary code. (
6e2e4dd
) - Somewhat fixed (
8581b1a
) - Temp fix (
486c3c9
) - Possible fix (
ec38cb3
) - Pub use ansi::ansi_to_text (
ed57ab3
) - Change from ansitui to ansi-to-tui (
43b1562
) - Initial Commit. (
4cd9c8f
)
- Newlines with empty buffers are now shown correctly (