diff --git a/README.md b/README.md index 91a1d83..2d448d8 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,12 @@ If you like this project, help me by giving me a star =))<3

-## What is in V1.0.0 +## What is in V1.0.2 - Print and println with foreground and background color. - Support 8-bit 0-255 XTerm colors. - Get colors by name and theire XTerm code. - TextEntity class for assign different styles to a single string. +- Pass your TextEntity list with no order and full coverage (v1.0.2) - clear the terminal. - delete lines. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 63e5d73..3513242 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,6 +2,11 @@ ## next release +## 1.0.2 (2021-11-13) +### New Features +- Pass your TextEntity list with no order and full coverage. +- Fix delete lines bug. + ## 1.0.0 (2021-11-08) ### New Features - Implement clear feature to clean whole terminal. diff --git a/doc/Utils/00textEntity.md b/doc/Utils/00textEntity.md index 5dd03be..7f62717 100644 --- a/doc/Utils/00textEntity.md +++ b/doc/Utils/00textEntity.md @@ -17,13 +17,12 @@ public class Main { public static void main(String[] args) { JTerminal.println(">JTerminal:~ 1.0.0", List.of(// - new TextEntity(0, 1, Color.DARK_SEA_GREEN_7), // new TextEntity(1, 10, Color.ORANGE), // - new TextEntity(10, 12, Color.DARK_SEA_GREEN_7), // - new TextEntity(12, 18, Color.WHITE))); + new TextEntity(0, 1, Color.DARK_SEA_GREEN_7), // + new TextEntity(10, 12, Color.DARK_SEA_GREEN_7))); } } ``` -**Please consider that ranges must not overlap and for now give your list of entities in order of ranges and you must cover all of your string with TextEnity/TextEnities(0 -> text.length()). this shortcomes (ranges order and full coverage) will be solve in next versions.** \ No newline at end of file +You can create the list of TextEntities with no range order And it's not necessary to cover all of your text with entities, The uncovered part of text will be print with default foreground and background colors. \ No newline at end of file diff --git a/javadoc/allclasses-index.html b/javadoc/allclasses-index.html index cc8638c..8a816da 100644 --- a/javadoc/allclasses-index.html +++ b/javadoc/allclasses-index.html @@ -2,10 +2,10 @@ - -All Classes (JTerminal 0.0.1-SNAPSHOT API) + +All Classes (JTerminal 0.0.2 API) - + @@ -21,7 +21,7 @@ diff --git a/javadoc/allpackages-index.html b/javadoc/allpackages-index.html index 2f42040..2c562cb 100644 --- a/javadoc/allpackages-index.html +++ b/javadoc/allpackages-index.html @@ -2,10 +2,10 @@ - -All Packages (JTerminal 0.0.1-SNAPSHOT API) + +All Packages (JTerminal 0.0.2 API) - + @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@