**************Mainline**************
* Ability to save custom recovery settings
* Touchscreen driven with real buttons and drag-to-scroll
* XML-based GUI that allows full customization of the layout – true theming!
* Settings are saved to the sdcard and persist through reboots
* Ability to choose which partitions to back up and which to restore
* Ability to choose to compress backups – now with pigz (multi-core processor support for faster compression times)
* Basic file manager (copy, move, delete, and chmod any file)
* OpenRecoveryScript scripting engine
* On-screen keyboard in recovery! -- supports long press, backspace repeat, and swipe left deletes everything left of the cursor
* ADB sideload functionality from AOSP
* Pseudo-terminal emulator
* Ability to backup large partitions (size>1.5GB) by splitting the backup archive.
* Ability to set a timeout for auto-turning off the screen
* exFAT support for sdcard's 1st partition
**************Extended**************
* Proper detection of bootloader(cLK/MAGLDR/haret)
* Nilfs2 support for sdcard's ext(2nd/3rd primary) partition
* Option for converting file system [ext2 - ext3 - ext4 - nilfs2] of sdcard's ext partition without losing any data
* Option to wipe Data, Boot and cLK's sBoot
* Built-in NativeSD manager(Backup - Restore - Delete - Fix Permissions - Wipe Data - Wipe Dalvik-Cache - [cLK]Kernel-Restore)
* Option for adding a 3rd primary partition(mmcblk0p3 as /sdext2)
* Direct rebooting to selected boot partition for cLK bootloader
* Option to adjust the backup process for DataOnExt method
* Option to skip any NativeSD Rom during sd-ext's partition backup
* Option to skip dalvik-cache during backup
* Ability to restore backups that were made using a CWM Recovery
* Ability to check SD Card's filesystem(s)
* Ability to run shell scripts from your SD Card
* Ability to "run" recovery (AROMA based) apps with one click
* Ability to select current theme
* Ability to check the size of the backup to be restored
* Tweaked off-mode charging
* Ability to take screenshot
* Configurable haptic feedback
* Configurable system tweaks
* NTFS support for sdcard's 1st primary partition
**************ToDo**************
* Fix any existing bugs