I'm interested in what tools people use to manage their projects as solo developers. Both professional solo projects and just side, fun projects.
EDIT: For clarification, by "manage projects" I mean managing the all the metadata related to tasks, bugs, todos, features, deadlines, milestones, etc.
To be honest, I just save all that stuff in text files in the same repo as the code (though usually in a specific directory at the root of the project.) I have some tools that pull meta-data out of text files so I can query them for things like "give me a list of open items" or "give me a list of items tagged with a specific release target."
It takes some getting used to if you like HTML interfaces, but I grew up on the command line so it works for me.