You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update package version to 3.0.2
Bumped the version from 3.0.1 to 3.0.2 in Cargo.toml. This likely reflects minor changes or patches to the package in line with semantic versioning. No other modifications were made.
Update library documentation and bump version to 3.0.1
Moved the MW escape code to the correct section in documentation. Also updated the code organization in `clear_screen()` and incremented the version to indicate a minor change.
Update version to 3.0.0
Bump coded-chars crate version from 2.0.0 to 3.0.0 in Cargo.toml and Cargo.lock. This change prepares for the release of the new version with potential new features or breaking changes.
Refactor control module to update import paths
Reorganize import paths in the control module for consistency and clarity. This involves renaming various submodule paths such as `rendition` to `presentation`, `tabulation` to `cursor`, and aligning other elements accordingly. This ensures a more logical structure and easier maintenance.
Update README to reflect completed development status
Changed the status section in the README to indicate that the crate is no longer in active development. Removed the note about potential API changes and remaining tasks.
Update documentation, add new control sequences, and bump version
Added missing documentation for several modules. Implemented new control sequences: `line_position`, `line_backward`, `line_forward`, `select_line_spacing`, and `specify_thin_space`. Updated crate version to 1.0.0.
Add new tabulation, device, and cursor control functions
Introducing functions for cursor and tabulation control, and device attributes, status reporting among others. This enhances the handling of control sequences as per the ECMA-48 standard, and updates the documentation to reflect the newly supported commands.
Update package to version 0.1.6
Bump version from 0.1.5 to 0.1.6 in Cargo.toml and Cargo.lock. This update likely includes new features, bug fixes, or other improvements.
Add CSI sequence documentation and update crate metadata
Enhanced module documentation for `control`, `mode`, and `cursor` to better explain CSI sequences. Updated `Cargo.toml` with additional categories and keywords, and incremented crate version to 0.1.5.
Update set_position function and bump version to 0.1.4
Changed control sequence identifier in set_position function from " i" to "H" for improved clarity and adherence to standards. Also updated Cargo.toml and Cargo.lock to reflect the version bump to 0.1.4.