Posted March 04, 2025 by Dana
Just a quick note that I've uploaded 0.3.2 of delve! This is the result of a solid week of fixing bugs and adding UI polish. This has felt like such a productive seven days that I'm going to do it again and release 0.3.3 next weekend. After that, I'm going to get back to adding in more content, more game.
A big behind the scenes change is that I finally put together a build script to automatically handle building and bundling the 3 versions of the executable I've been producing and do the code signing for macOS. This'll make releases far less tedious for me! I won't go into the gory details but without much thought about it, I put together a Makefile to handle all this, but I think it would have been far less hassle to have just written a python script for it