Every so often an update is necessary to fix 1 bug (http://forums.getpaint.net/index.php?/topic/20196-does-pdn-delete-picture-once-saved/). This is one of those. Before I describe it, you should head over to the forum and download the beta. I am not making it available via the built-in updater. The bug in question was reported only recently over on the forum, although Im pretty sure its been in the product since the v3.0 release in early 2007! Its classified as a data loss bug, although thankfully its a relatively minor one. When Paint.NET starts up, it creates an initial/default image (blank and 800×600) if it wasnt told to open a specific file. Then, when you eventually/probably open another image it will close that initial/default image as long as it wasnt modified. The idea is that if you didnt modify that initial image then you probably dont care about it, and closing it doesnt result in any data loss (its pretty easy to recreate a blank 800×600 image). Well, I messed up a little on the implementation of determining whether the image was one that could be automatically discarded. I was only checking the “dirty” bit, which powers the little yellow asterisk you see in the thumbnail list when an image has been modified but not saved. The problem comes with when you modify that initial image, then save it, and then open another image. Paint.NET will incorrectly close that initial image (because the “dirty” bit is set to false) even though you still have items in the history list. This is especially problematic when you work with a bunch of layers, then save in a format that does not support them (e.g. anything but .PDN). You may want to go back and undo the flatten operation that was performed while saving that image, then make further changes, etc. Inadvertent data loss is the unfortunate result. And before everyone asks: nothing else is being changed in this release! No new features or tweaks or anything. Those are all being saved for the v4.0 release. Now, go have a happy Halloween. Please dont drink too much. Im personally going out in an astronaut costume, which is pretty awesome. |