Releases: mkrueger/icy_tools
Releases Β· mkrueger/icy_tools
Icy Draw 0.4.1
Urgent quick fix release:
- File watcher is broken in 0.4.0 so tdf/figlet font updates may not work.
Other changes:
- No more "tdf" font directory. It's just merged with "font" directory. The split was originally to promote the "bit" font feature. But it makes things more complicated and I don't want to explain the different font differences dozens of times :).
So if you've tdf fonts:
Open font directory. go to the ../tdf dir and move everything in there to the font directory. Y I could automate that but having source code that deletes/move files in the icy* tools isn't a good idea - look what happened to the file watcher :).
Icy Draw 0.4.0
- Added support for figlet fonts (An ascii art font format)
- Many improvements to half block drawing (fill now supports half block filling as well)
- Added status bar showing many settings & buffer options
- Files from 16colo.rs can now be opened from the file open dialog (works like Icy View)
- Added translations: br, ca, cs, es, fr, hu, it, pl, ro (thanks to hellocodelinux for doing the translation work)
- Improved plugin system & added new plugins from https://github.com/hellocodelinux/plugins_icy_draw
- Hellocodelinux created many new plugins for IcyDraw
- Improved the rendering of the text area - new style for selection/borders etc.
- Mirror mode got some love - it's updatin the preview sooner & a marker line shows the mirror location
- Tag editor got improved - tags can now be optionally be generated in line or added with gotoxy after ansi is drawn
- Fixed many UI glitches & lots of small behavior bugs
IcyView 0.8.2
First release of the IGS engine.
IcyTerm 0.7.12
- Fixed default port connecting to ssh/telnet
- Fixed a osc sequence parser bug
- Updated ssh library
IcyDraw 0.3.4
Small service release:
- Fixed a focusing bug
- Drawing circle now works from the middle (hold ctrl for the old behavior)
- Alt+B + caret selection now supported in the click tool
Icy View 0.8.1
Fixed an issue where files got cut off right side.
IcyView 0.8.0
- Added support for 16colo.rs browsing
- Fixed a sizing bug of the left area
- Rewrote file browser logic (more icons, supporting zips in zips)
- Music playing is now showing the notes instead of the frequency
- Some little UI improvements.
IcyDraw 0.3.2
- Fixed tab key parsing (#39)