Skip to content

Releases: webui-dev/deno-webui

2.5.13

17 Nov 19:47
18856c4

Choose a tag to compare

What's Changed

  • append hash of the last modified date to nightly releases, so we can detect when the library nightly version changes by @sigmaSd in #112

Full Changelog: 2.5.12...2.5.13

2.5.12

29 Oct 10:16
66c5e79

Choose a tag to compare

What's Changed

Full Changelog: 2.5.11...2.5.12

Deno-WebUI v2.5.11

21 Oct 21:31

Choose a tag to compare

minimize
maximize
setCenter
getPort
setFrameless
setTransparent
setResizable
setBrowserFolder

2.5.10

15 Oct 20:21
486a074

Choose a tag to compare

What's Changed

Full Changelog: 2.5.9...2.5.10

Deno-WebUI v2.5.9

24 Jul 22:05
0bb0829

Choose a tag to compare

What's Changed

  • Fix macOS thread-blocking issue (#91)

Full Changelog: 2.5.8...2.5.9

Deno-WebUI v2.5.8

08 Apr 20:38
46b73b4

Choose a tag to compare

  • dont block on webui_show_browser

Deno-WebUI v2.5.7

08 Apr 07:35
7c2e16c

Choose a tag to compare

  • window.show is now nonblocking (run in its own dedicated thread)
  • documentation updates

Deno-WebUI v2.5.6

08 Apr 02:40

Choose a tag to compare

  • Removing logs from release
  • Switch to Nightly Build

Deno-WebUI v2.5.3

29 Jan 16:12

Choose a tag to compare

  • static isHighContrast(): boolean;
  • static browserExist(browser: WebUI.Browser): boolean;
  • static setDefaultRootFolder(path: string): boolean;
  • static openUrl(url: string): void;
  • static getFreePort(): number;
  • setHighContrast(status: boolean): void;
  • setMinimumSize(width: number, height: number): void;
  • setProxy(proxyServer: string): void;
  • setCustomParameters(params: string): void;
  • showWebView(content: string): boolean;
  • startServer(content: string): string;
  • getBestBrowser(): number;
  • static setFolderMonitor(status: boolean): void;
  • New example custom_web_server

Deno-WebUI v2.5.2

28 Jan 18:06

Choose a tag to compare