Here’s a quick update on what’s new with Cappuccino in the last month.
Cappuccino
News
- New:
XcodeCapp 4.0
. In a nutshell it:- Allows management of multiple projects simultaneously.
- Allows viewing and stopping of ongoing operations.
- Per project error and warning reporting.
- Supports
capp_env
. You can define additional paths and set theobjj
include path per project. - Many other updates. (primalmotion Dogild - 47611b7 d317744 340d827)
- New:
CPVisualEffectView
andCPAppearance
. (primalmotion - ab61aef)
New: timeout and cache feature in
CPURLRequest
. (Dogild - 58afc92)New: default system menu is now disabled for right clicks. Exception for a right click on
CPTextField
.(Dogild - 2f79b07)
Changes/Fixes
Fixed: type of boolean values lost when parsing a
CPPredicate
format. (tancred - 5cd25e2)Fixed: crash when a cell-based
CPTableView
contained a data view that contained an editableCPTextField
. (primalmotion - 6420a51)Fixed: Cappuccino installation as a whole failed if
XcodeCapp
build failed. (primalmotion - 3d79799)Fixed:
CPPopover
s were blinking onChrome
andOpera
. (Dogild - 655bc39)