Skip to content

Releases: zauberzeug/nicegui

ui.run()

08 Jul 18:56
Compare
Choose a tag to compare

introducing ui.run() with parameters to configure host, port, favicon, title and weather you want to activate auto-reloading on code changes or not

v0.3.9

02 Jul 15:14
Compare
Choose a tag to compare
  • bugfix svg overlay with updating content

v0.3.8

02 Jul 08:28
Compare
Choose a tag to compare
  • bugfix svg overlay

v0.3.7

02 Jul 06:47
Compare
Choose a tag to compare
  • bugfixes
  • adding lazy timer

v0.3.6

01 Jul 04:05
Compare
Choose a tag to compare

minor documentation imrovements

v0.3.5

01 Jul 03:55
Compare
Choose a tag to compare
  • introducing ui.svg
  • ui.image can now have augmentations (overlays)

v0.3.4

30 Jun 09:20
Compare
Choose a tag to compare

adding ui.image

v0.3.3

20 Jun 12:29
Compare
Choose a tag to compare
  • ui.on_shutdown

v0.3.2

15 Jun 04:56
Compare
Choose a tag to compare

new ui elements

  • introducing ui.joystick for x,y steering input
  • introducing ui.on_startup to launch async tasks when the server starts
  • allowing custom components to be added on top of NiceGui

v0.3.1

26 May 05:23
Compare
Choose a tag to compare
  • using own template dir (removes hack to run behind reverse proxy with prefix path)
  • documentation about css styles