Skip to content

Releases: Jorricks/macos-notifications

0.2.0

04 Feb 14:19
Compare
Choose a tag to compare

Changes:
#14 Implement notification cancellation
📝 Update documentation

Major thanks to @basilevs for his contribution!

Release 0.1.6 - Update dependencies

25 May 15:03
Compare
Choose a tag to compare

📌 Bump requirements

Release 0.1.5

01 Aug 20:59
Compare
Choose a tag to compare

📝 Python example was missing name filter

Release 0.1.4

01 Aug 20:17
Compare
Choose a tag to compare
  • 🐛 Multiple notifications in the same thread gave exceptions. Now you can send as many notifications as you want.

Release 0.1.3

31 Jul 16:10
Compare
Choose a tag to compare

📝 Out-dated python example on main page

Release 0.1.2

26 Jul 20:56
Compare
Choose a tag to compare
  • 📝 Documentation update
  • 📝 Remove requirements from docs
  • 📝 Update badges

Release 0.1.1

24 Jul 18:40
Compare
Choose a tag to compare

📝 Fix broken image in documentation

Release production version

24 Jul 18:37
Compare
Choose a tag to compare
  • 🚀 Easy python interface. It's as simple as 'client.create_notification(title="Meeting starts now!", subtitle="Team Standup")'
  • 💥 Ability to add action buttons with callbacks!
  • 📝 Ability to reply to notifications!
  • ⌚ Delayed notifications.
  • ⏱️ Automatically time out the notification listener.
  • 📦 Just two packages (which is really just one package) as a dependency

Release under new name: macos-notifications

24 Jul 18:29
Compare
Choose a tag to compare

🔧 Rename project as mac-notifications was taken on pypi

🔖 Release initial version

24 Jul 18:21
Compare
Choose a tag to compare
  • 🚀 Easy python interface. It's as simple as 'client.create_notification(title="Meeting starts now!", subtitle="Team Standup")'
  • 💥 Ability to add action buttons with callbacks!
  • 📝 Ability to reply to notifications!
  • ⌚ Delayed notifications.
  • ⏱️ Automatically time out the notification listener.
  • 📦 Just two packages (which is really just one package) as a dependency