Working on no signal offline:
- Copied TODOs from 20250430175941
- I need to make sure that the build works correctly on the Steam Deck before I travel to Boston tomorrow for GodotCon.
- Instead of creating a lightweight tag, I think it would be better to make annotated tags. I often want to associate some information with a tag, and up to this point I've been storing that information in releases on gitea. However, I didn't transfer the releases over from gitea and now I don't have any of that information. Instead of just transferring the data over to the releases page again, I think I'd rather have that information directly in an annotated tag.
- While updating the tags, I remembered that I had read an article on how git core developers configure git before, but I never applied the settings I liked. 20250504003105
- I finished updating the tags, but the dates were wrong. I decided I wanted the tags to have the same dates as the respective commits, so I wrote a script to do that. 20250504014335
Tanuki:
TODO: