@@ -98,69 +98,4 @@ This code is distributed under the terms and conditions of the [MIT license](LIC
9898
9999## Change-log
100100
101- **Version 0.6** @ 13.03.13
102-
103- - Full cocoapods support.
104- - Static library integration option.
105- - Improved blocks support.
106- - Bezel color.
107- - Demo app fixes (iOS 6).
108- - Various bug-fixes and enhancements.
109-
110- **Version 0.5** @ 22.03.12
111-
112- - Major source code modernization and cleanup (KVO, layout code, instance vars, etc.).
113- - New annular determinate mode.
114- - New text only mode.
115- - Added a static library project and Xcode 4 workspace.
116- - Added methods to find and return HUD(s) on a view.
117- - Various bug fixes.
118- - Various demo project enhancements (hi-res rescues, new samples).
119-
120- IMPORTANT: Requires LLVM 3+.
121-
122- **Version 0.41** @ 03.01.12
123-
124- - Support for ARC.
125-
126- **Version 0.4** @ 25.07.10
127-
128- - Different animation modes. Default set to zoom.
129- - Class convenience methods (tadelv - http://github.com/tadelv).
130- - Autorotation when added to a UIWindow (wuf810 - http://github.com/wuf810).
131- - Extended demo app.
132- - Several smaller fixes.
133-
134- **Version 0.33** @ 27.03.10
135-
136- - Custom view operation mode added.
137- - Fixed a memory leak.
138-
139- **Version 0.32** @ 4.01.10
140-
141- - Added minShowTime, graceTime, xOffset, yOffset.
142- - Various fixes.
143-
144- **Version 0.31** @ 8.10.09
145-
146- - Fix for touch through during the fade-out animation.
147-
148- **Version 0.3** @ 30.9.09
149-
150- - Added show: and hide: methods.
151- - Now using UIViews layoutSubviews to automate layout calls.
152- - Added some floors to round pixel positions and thereby prevent unsharp views.
153- - Some additional documentation and code cleanup.
154-
155- **Version 0.2** @ 21.7.09
156-
157- - Added determinate progress mode and switching capabilities between determinate and indeterminate modes.
158- - Various bug-fixes.
159-
160- **Version 0.11** @ 2.6.09.
161-
162- - Updated labelText and detailsLabelText properties to support text modifications while the HUD is being shown.
163-
164- **Version 0.1** @ 2.4.09
165-
166- - Initial release.
101+ A brief summary of each MBProgressHUD release can be found on the [wiky](https://github.com/matej/MBProgressHUD/wiki/Change-log).
0 commit comments