This repository has been archived by the owner on Nov 9, 2018. It is now read-only.
Dotify 2.3.0
joeha480
released this
24 Mar 11:12
·
760 commits
to master
since this release
New in this version:
- Added support for footnotes and end of volume notes in API and formatter implementation
- Added support for note/noteref to the dtbook conversion
- Added information about current configuration to CLI
- Moved to JVM 1.6
Resolved issues:
- Using PagedMediaWriterFactory methods (fixes issue #90 )
- Added İ to the Swedish table (fixes issue #88 )
- Removed secondary data structure (fixes issue #83 )
- Added a list method to translator interface (fixes issue #30 )
- Clarified how getPageIndex currently works (although it perhaps should work differently) (fixes issue #21 ).
- Removed use of custom data structure in obfl parser (fixes issue #84 )
- Made use of DynamicContent and Condition in implementation (fixes issue #82 )
Behind the scenes:
- Reimplemented cross reference handler
- Added numeral-format keyword to ExpressionImpl
- Added methods for an in-memory pipeline
- Added an unsynchronized stack implementation
- Cleanup, refactoring and documentation