Skip to content

Commit f0f67f4

Browse files
committed
Release 2.2.0
1 parent 0576d58 commit f0f67f4

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add dependency to `com.indvd00m.ascii.render:ascii-render`:
4343
<dependency>
4444
<groupId>com.indvd00m.ascii.render</groupId>
4545
<artifactId>ascii-render</artifactId>
46-
<version>2.1.3</version>
46+
<version>2.2.0</version>
4747
</dependency>
4848
```
4949

@@ -538,10 +538,12 @@ time API compatibility). Now overlapping of layers would work correctly when you
538538
### Version 2.1.3
539539
- Simplified extending of Table element.
540540

541+
### Version 2.2.0
542+
- Added possibility to increase "pixel" resolution.
543+
541544
## Roadmap
542545

543546
This component is developed as a hobby with no public roadmap or any guarantees of upcoming releases. That said, the following features are planned for upcoming releases:
544-
- PseudoCanvas and PseudoElement (increasing "pixel" resolution by using `▖▗▘▙▚▛▜▝▞▟` chars).
545547
- Fluent API for elements.
546548

547549
## Issue tracking

ascii-render-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.indvd00m.ascii.render</groupId>
88
<artifactId>ascii-render-api</artifactId>
99
<packaging>jar</packaging>
10-
<version>2.1.4-SNAPSHOT</version>
10+
<version>2.2.0</version>
1111
<name>ascii-render-api</name>
1212
<description>ASCII renderer in pure java with no external dependencies. API interfaces.</description>
1313
<url>https://github.com/indvd00m/java-ascii-render</url>

ascii-render/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.indvd00m.ascii.render</groupId>
88
<artifactId>ascii-render</artifactId>
99
<packaging>jar</packaging>
10-
<version>2.1.4-SNAPSHOT</version>
10+
<version>2.2.0</version>
1111
<name>ascii-render</name>
1212
<description>ASCII renderer in pure java with no external dependencies. API implementation.</description>
1313
<url>https://github.com/indvd00m/java-ascii-render</url>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.indvd00m.ascii.render</groupId>
88
<artifactId>java-ascii-render</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.1.4-SNAPSHOT</version>
10+
<version>2.2.0</version>
1111
<name>java-ascii-render</name>
1212
<description>ASCII renderer in pure java with no external dependencies. Root pom.</description>
1313
<url>https://github.com/indvd00m/java-ascii-render</url>

0 commit comments

Comments
 (0)