This list is a preliminary list of the features that I'm working on for Version 0.60.
Update the built-in theme to use the bootstrap framework. This will help bring Aneuch to mobile-friendliness.
Aneuch 0.60 introduces a preferences storage API that can be used by plugins to store settings, data, and more, without having to maintain their own files and databases. The three APIs introduced to Aneuch which provide this functionality are [GetPrefs?], [SetPrefs?], and [DelPrefs?].
There is a lot of old cruft in Aneuch. This version should focus on cleaning that up, and increasing the amount of comments in code.