New
- New umgebung.programm_ordner(): the folder your built program lives in. With it, an installed program reliably finds the files shipped alongside it — icons, example images, templates — no matter which folder it was launched from. Before, there was only the working directory, and a shortcut often points that elsewhere. For reading bundled files; for the user's own data the home folder is still the right place.
Fixed
- Images you draw from a file with gui.bild_an are now scaled crisply (nearest-neighbor) instead of blurry when enlarged — pixel art stays razor-sharp, as it already did when drawing from memory (gui.leinwand_bild). Before, Kiste smoothed such images when stretching them, which smeared small pixels into mush.