Main Updates :
[Date : Mar 24 2007]
- I am all set to release next version [1.2]
- Most of what i planned to put in 1.2 is there
- UI + core changes are done
- Console support shud be done by week end
[Date : Mar 18 2007]
- Almost done with bug fixes scheduled for 1.2 release
- Hopefully will release 1.2 by March 25 or latest by March End
- 1.2 will expose command line interface as well.
- Most of the features mentioned in preview section are complete
- Exception is Diff task is not fully complete[showing line diffs]
- Method Names in Method View[Pop-up] can be sorted only in ascending order
- ...would like to thank all those who gave any kind of feedback -:)
[Date : Mar 17 2007]
- Fixed more bugs in shortcut operation
- Almost done with new jar task feature
- Completed one enhancement request for better naming variables[-g:none]
- Improved decompilation of arrays
- Example : int a[][]={ {1,2,i++,++j},{3,5,b[7][8]}};
- However some complex cases will not be fully correct when decompiled
- Example : int a[][]={ {1,2,new int[]{1,2,3}[0]}}
- Hopefully I will try to include fixes in 1.2.1 [Being very optimistic]
[Date : Jan 18 2007]
- Fixed some more bugs related to shortcut operators
- Fixed a couple of UI related bugs
- Completed jdec documentaion
[Date : Nov 7th 2006]
- Completed a few enhancements to jdec
- Fixed a few bugs
- Fixed the shortcut "&&" and "||" operator issue
- Fixed pre and post increment issue
- Updated home site
- Have decided NOT to fix ternary operator issue for upcoming release
- Started writing documentation for jdec
- Documentation will be part of next release
- Will expose the command line interface for jdec