8000 Tags · Trehinos/coded-chars · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Trehinos/coded-chars

Tags

v3.0.2

Toggle v3.0.2's commit message
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.

v3.0.1

Toggle v3.0.1's commit message
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.

v3.0.0

Toggle v3.0.0's commit message
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.

v2.0.0

Toggle v2.0.0's commit message
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.

v1.0.1

Toggle v1.0.1's commit message
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.

v1.0.0

Toggle v1.0.0's commit message
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.

v0.1.7

Toggle v0.1.7's commit message
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.

v0.1.6

Toggle v0.1.6's commit message
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.

v0.1.5

Toggle v0.1.5's commit message
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.

v0.1.4

Toggle v0.1.4's commit message
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.
0