Community

AGI Programming => AGI Development Tools => Topic started by: natbudin on June 29, 2021, 03:04:51 PM

Title: agikit version 0.6.1: VIEW editor + package restructuring
Post by: natbudin on June 29, 2021, 03:04:51 PM
Hello AGI friends!  I'm excited to announce that agikit version 0.6.1 is available.  (Don't install 0.6.0, it doesn't work, sorry about that.)

The headline feature of this release is an editor for VIEW resources.  It's definitely not the most polished user experience ever, but it works and will provide a good base for iterative improvement.

For CLI users, there's a change that will affect you.  I've gotten an npm organization for this project, under @agikit, so you'll need to remove agikit-cli and install @agikit/cli instead.  This is (hopefully) the last time I'll be breaking the naming going forward.

One other important fix: the PIC editor previously had the wrong height for picture resources; this is now fixed (and fixes the display of some resources that did flood fills inside lines that reached the bottom of the screen, including one in the template project).

Screenshot of the VIEW editor:

(https://nbudin.s3.amazonaws.com/agikit-vscode-0.6.1.png)