Skip to content

Releases: mljar/mercury

2.2.9

28 Apr 10:52
Compare
Choose a tag to compare

Fixes

  • #252 fix problem with slides navigation after widget update

2.2.8

27 Apr 16:18
Compare
Choose a tag to compare

Fixes

  • #253 Django update to version 4.2
  • #255, #237 fixes port and server address forwarding issues

2.2.7

25 Apr 12:32
Compare
Choose a tag to compare

Fixes

  • #254 fixes local links navigation

2.2.6

21 Apr 10:58
Compare
Choose a tag to compare

Fixes

v2.2.1

12 Apr 08:59
Compare
Choose a tag to compare

Fixes

  • fix cell update index when recomputing notebook in #247 - thank you @fryanpan for steps to reproduce

2.2.0

07 Apr 11:47
Compare
Choose a tag to compare

Enhancements

  • #195 - add url_key to widgets
  • #234 automatically detect static notebooks
  • #237 add disabled and hidden arguments
  • #166 add a share button
  • #242 add chat widget
  • #227 add confetti widget

Bug fixes

v2.1.2

03 Mar 09:08
Compare
Choose a tag to compare

Fixes

  • (#224) fixed problem with exporting slides to PDF

v2.1.1

01 Mar 12:15
Compare
Choose a tag to compare

Fixes

Small fixes in auth (#219):

  • added Membership in Admin Panel
  • load welcome message with access rights check

v2.1.0

01 Mar 11:27
Compare
Choose a tag to compare

Authentication!

Yes, you can put your notebooks behind the login wall. Please check #219 for details. Documentation is under preparation :)

v2.0.12

24 Feb 10:22
Compare
Choose a tag to compare

Fixes

  • (#220, #221) fix windows paths problem for file upload and output directory
  • (#222) softer requirement for celery

Thank you @Wazzledi and @haoch!