Skip to content

Releases: hyperoslo/Whisper

Whisper — 6.1.0

05 Jun 00:20
16ef882
Compare
Choose a tag to compare

Updated for Swift 5 and Xcode 11

6.0.2

22 Nov 14:52
Compare
Choose a tag to compare

🚀 Merged pull requests

🤘 Closed issues

  • iOS 11 & iPhone X #173

6.0.1

21 Nov 13:40
Compare
Choose a tag to compare
  • Extended whisper background height to embrace the notch #193, by gilserrap

🤘 Closed issues

  • issue with swift 4 & Xcode 9 #190
  • UITextField loses focus when a Whisper is called #189
  • Swift 4 Support #172
  • Use of unresolved identifier 'safeAreaInsets' #192

6.0.0

30 Oct 08:41
b5a701f
Compare
Choose a tag to compare

🚀 Merged pull requests

5.1.0

18 Oct 12:00
Compare
Choose a tag to compare

🚀 Merged pull requests

  • Use correct window for makeKeyAndVisible #158, by plu
  • Removed the Team Identifier from the demo project #182, by JGiola

🤘 Closed issues

  • Whistle restart application without crashing #68
  • How Whisper can be installed manually (without cocoapods etc)? #154
  • Feature: add keyboard input option as in the native Push banner #29
  • Hiding whisper breaks when used with other UIWindows (such as GoogleMobileAds). #156
  • Bug: Incorrect position of Whistle. #58
  • NavigationController Hide Announcement #162
  • Can't get Shout to work in Swift 3 #126
  • No Sound for shout in iOS 11 #174

5.0.0

18 Apr 08:22
Compare
Choose a tag to compare
  • Improves the shout view by increasing the touch area #132
  • The height constraint is now made public on WhisperView #153

4.0.0 - Swift 3

13 Oct 11:12
Compare
Choose a tag to compare

The Swift 3 version of Whisper is here!

This release also includes:

  • 2 lines of text in shouts! #102
  • Variable size shouts! #108

Thanks to everyone to make this release possible. :)

3.1.1

05 Aug 12:06
Compare
Choose a tag to compare
  • Update README
  • Update file target memebership

3.1.0

01 Aug 09:26
Compare
Choose a tag to compare
  • Fix strong reference #93
  • Rename global function #104
  • Fix duration parameter in calm #107

3.0.0 - Permanent whistle

03 May 12:41
Compare
Choose a tag to compare

Permanent whistle: #83

  • duration property has been removed from Murmur;
  • Whistle function has new attribute action to show either temporary or permanent message;
  • Whistle message could be hidden with a new Calm function;
  • Action is renamed to WhisperAction