hidding the toolbar

Hello, aoon. You can do it with either CSS or snippet similar to this. There is also an option in AnsPress to change default editor, but afaik it would just replace this buttons with other buttons.

Notification when new question asked in a category that you are following?

Yes its completely possible. But you’ll need some simple customization.

Add unique CSS classes to BODY tag based on page type

Is this going to be added to core? Definitely useful!

Problem with notifications and last beta

A fix has been pushed to GitHub.

Question widget sorting is not working

A fix has been pushed to GitHub repo.

Non Logged Users can Initiate an image Upload

A fix has been pushed to GitHub repo.

Confirm changed email

Commit has been pushed to Github. From now on user need to verify their email if they update email.

Duplicate questions being asked

Yes interesting idea. This will be implemented soon.

If I delete the downvote option from the Reputation section, will it be removed from the question pages?

Yes disabling downvote from option will hide down vote in AnsPress pages. If you don’t want down vote to be negative you can simply use this hook: add_action('ap_added_reputation', 'mycuatom_reputation_callback', 10, 4); function mycuatom_reputation_callback($user_id, $action_id, $reputation, $type){ if('vote_down' == $type){ //Your condition. } }

Does anybody wants to help in writing documents

I can help you if you want to make them in Spanish.