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
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Add dependency to `com.indvd00m.ascii.render:ascii-render`:
43
43
<dependency>
44
44
<groupId>com.indvd00m.ascii.render</groupId>
45
45
<artifactId>ascii-render</artifactId>
46
-
<version>2.1.3</version>
46
+
<version>2.2.0</version>
47
47
</dependency>
48
48
```
49
49
@@ -538,10 +538,12 @@ time API compatibility). Now overlapping of layers would work correctly when you
538
538
### Version 2.1.3
539
539
- Simplified extending of Table element.
540
540
541
+
### Version 2.2.0
542
+
- Added possibility to increase "pixel" resolution.
543
+
541
544
## Roadmap
542
545
543
546
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).
0 commit comments