Skip to content

Releases: mljar/mercury

2.2.0

07 Apr 11:47

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

Choose a tag to compare

Fixes

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

v2.1.1

01 Mar 12:15

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

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

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!

v2.0.10

21 Feb 09:21

Choose a tag to compare

  • (#193) add Stop function that can stop cells execution.
  • (#216) add arrow button for cards in home view.

v2.0.9

20 Feb 08:47

Choose a tag to compare

Mercury Apps are accessed by slug. The slug is constructed from the notebook file name. Using slug instead of notebook id will guarantee the same URL for notebooks (#133). Additionally, notebooks are sorted by slug in home view (#84).

v2.0.8

17 Feb 13:29

Choose a tag to compare

Fixes

  • #178 fix issue with Japanese title

v2.0.7

17 Feb 12:45

Choose a tag to compare

Small improvements

  • #197 Add option to control notebook (app) width
  • #196 Add option to initially hide sidebar when app open
  • #152 Add option to hide download button

v2.0.4

15 Feb 13:25

Choose a tag to compare

Fix issues with numeric widgets #140 and #141