Skip to content

Releases: mwakaba2/jupyterlab-notifications

0.4.1

09 Oct 18:11
Compare
Choose a tag to compare

🛠 Maintenance 🛠

  • Update docs to highlight other types of notifications (e.g. slack, email, mobile, telegram, etc)
  • Added ntfy + slack webhook screenshoted

0.4.0

07 Oct 13:03
Compare
Choose a tag to compare

✨New Features ✨

  • Option to get slack, email, mobile notifications, and more via ntfy!! #31
    Thank you @hayashiya18 for this great feature and @i-aki-y for testing and reviewing this! 🚀

  • Jupyterlab notifications is now available to install via conda-forge! #30 #29
    Thank you @m-rossi for making this available on conda forge! 🌟

🛠 Maintenance 🛠

  • Upgrade dependent package versions

0.3.3

11 Sep 15:01
Compare
Choose a tag to compare

Maintenance 🛠

  • Added .txt to license file
  • Added setup.cfg
  • Uploaded source archive to PyPI with License included #29

0.3.2

08 Aug 18:01
d516c0e
Compare
Choose a tag to compare

👾 Bug Fixes 👾

  • fixes "Notification icon does not show up on Binder or JupyterHub" #27

0.3.1

01 Aug 14:42
Compare
Choose a tag to compare

Maintenace

  • Include instructions for testing out the demo in Binder.
  • Add instructions and comments in the tutorial notebooks 📓 .

0.3.0

31 Jul 17:06
Compare
Choose a tag to compare

✨New Features ✨

Option to only get notified for the last selected notebook cell execution. #18

👾Bug Fixes👾

Fix displaying notification for failed cell executions. #10
Fix the cellStartTimes getting overwritten with multiple executions by introducing lru caches. #23
Use momentjs instead to calculate the cell execution time differences correctly #24

Thanks for the code reviews and suggestions @i-aki-y ! 🚀

0.2.2

15 Jul 00:27
Compare
Choose a tag to compare

✨Updates✨

Remove browser alert for when permission is granted: PR #20: @sparanoid

0.2.1

18 Jun 17:00
Compare
Choose a tag to compare

👾Bug Fixes👾

Fix triggering notifications for minimum_execution_time > 60: PR #15, PR #16

0.2.0

16 May 01:42
Compare
Choose a tag to compare

✨New Features ✨

  • Display notebook name in the Notification title. (#9)
  • Option to display notebook cell index or cell execution count in the notification. (#13)
  • Remove notebook name file extension from the title. (#14)

Thanks for your contributions @i-aki-y ! 🚀

0.1.5

20 Apr 03:09
77b55d0
Compare
Choose a tag to compare

👾Bug Fixes👾

  • Fix showing notification for Julia Kernel: Issue #6 , PR #7