Be sure to monitor progress through the Trello board

Preliminary

This list is a preliminary list of the features that I'm working on for Version 0.60.


Implemented

New Theme

Update the built-in theme to use the bootstrap framework. This will help bring Aneuch to mobile-friendliness.

Preferences Storage API

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?].


Partially Implemented

Code Clean-Up

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.