The changes since last commit on Google Code include,
Note: Only a few test cases are currently broken. Obfuscar was migrated from Mono.Cecil old release to version 0.9, so some old cases are no longer valid due to Cecil API breaking changes.
- Merged all patches from RemObjects' fork.
- Unicode chars can be used as obfuscated names.
- Better dependency resolution.
- Various other small fixes (I could not yet verify every one, as there is no corresponding unit test cases).
- Merged patches from @AngryAnt (Emil Johansen)'s fork
- Korean chars can be used as obfuscated names.
- New tags are introduced (I could not yet verify every one, as there is no corresponding unit test cases).
- Add an option to automatic exclude of public types and members so that public API is kept.
- Various bug fixes.
Note: Only a few test cases are currently broken. Obfuscar was migrated from Mono.Cecil old release to version 0.9, so some old cases are no longer valid due to Cecil API breaking changes.