For the most part this is a bug fix release on DTCoreText, but there are also two new little features in the demo app. This update was made possible by a generous sponsor.
Category Archive for ‘Updates’
DTRichTextEditor 1.6.0
This update brings the new features and fixes from DTCoreText 1.6 to the editor component.
DTFoundation 1.4.4
Gearing up for the upcoming 1.6 release of DTRichTextEditor I also figured that I could release a new maintenance release for DTFoundation. This version just tidies up a few project-related things, no real bugs.
Linguan and Xcode 5
Some people have reported that on a system where they installed Xcode 5 in parallel they found that Linguan gets stuck opening projects.
DTCoreText 1.6
Actually I wanted to release this as version 1.5.4, but frankly I got lazy trying to separate new features from bug fixes. So let’s call this 1.6.0 instead.
DTRichTextEditor 1.5.1
This maintenance release for DTRichTextEditor fixes several crucial bugs. It is the last release before WWDC 2013.
DTCoreText 1.5.3
Last update before WWDC. This is a maintenance release fixing some pressing issues, some of which were causing crashing.
DTFoundation 1.4.2
The update was necessary because I had forgotten to add DTSidePanelController to any static library. Without that you could only compile it directly into your app, instead of being able to link in the lib and use it from there.
When I added it to the iOS Static Library and Static Framework targets I found out that I had already coded the delegate to use weak references. The general deployment target (minimum OS version) is still iOS 4.3 which did not support zeroing weak references.
So I also added zeroing weak references support in DTFoundation, via DTWeakSupport.h.
AutoIngest for Mac 0.5.1
This maintenance update improves Reachability handling. It implements the improvements in DTFoundation made to DTReachability.
DTFoundation 1.4.1
This maintenance update for DTFoundation fixes a few minor issues and adds a new custom-colored disclosure indicator.
Read more