1 days ago
lego

v4.35.1

lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️

Everybody thinks that the others will donate, but in the end, nobody does.

So if you think that lego is worth it, please consider donating.

For key updates, see the changelog.

Changelog

Due to an error related to Snapcraft, some artifacts of the v4.35.0 release have not been published.

This release contains the same things as v4.35.0.

1 days ago
lego

v4.35.0

lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️

Everybody thinks that the others will donate, but in the end, nobody does.

So if you think that lego is worth it, please consider donating.

For key updates, see the changelog.

Changelog

  • 8539dc4da3e9ed45e0f9e159418ccc066aa4572f desec: use API to find the zone (#2989)
  • cef0d081896cb3292588b45f867568cab4f36101 feat: improve domain matcher (#2992)
2 days ago
wails

Wails v3.0.0-alpha.78

Wails v3 Alpha Release - v3.0.0-alpha.78

Added

  • Add Frontend Routing entry to the sidebar navigation in PR by @leaanthony
  • Add frontend routing guide with framework-specific recommendations in PR by @leaanthony

Fixed

  • Fix halved Screen.Bounds, WorkArea, and Size on Retina Macs by converting NSScreen point values to device pixels in the Physical* fields, and populate top-level Screen.X/Y so multi-monitor touching detection and work-area placement are correct in PR by @wayneforrest

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.78

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

3 days ago
tcell

Version 2.13.9 Bug Fix Release

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.8...v2.13.9

3 days ago
tcell

V3.3.0 Feature Release

What's Changed

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v3.2.0...v3.3.0

5 days ago
wails

Wails v3.0.0-alpha.77

Wails v3 Alpha Release - v3.0.0-alpha.77

Fixed

  • Fix data race in ScreenManager that causes WebKit DisplayLink deadlock on display configuration change (e.g. external monitor hot-plug during sleep/wake)

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.77

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

6 days ago
wails

Wails v3.0.0-alpha.76

Wails v3 Alpha Release - v3.0.0-alpha.76

Fixed

  • Directly sets CFBundleIconName to appicon when Assets.car exists in PR by @symball

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.76

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

7 days ago
wails

Wails v3.0.0-alpha.75

Wails v3 Alpha Release - v3.0.0-alpha.75

Fixed

  • Fix wails3 doctor reporting incorrect WebKitGTK packages on Fedora, openSUSE, Arch, and NixOS — 4.0 fallback entries have been removed since v3 requires the 4.1 API at compile time (#5071)
  • Fix openSUSE webkit2gtk doctor package name (webkit2gtk4_1-develwebkit2gtk3-devel, the correct openSUSE package name) (#5071)
  • Fix Unexpected token '<' error when /wails/custom.js is missing in desktop dev mode. Added explicit 404 handler for /wails/custom.js and case-insensitive Content-Type validation in loadOptionalScript to prevent HTML SPA fallbacks from being injected as JavaScript. (#5068)

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.75

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

7 days ago
lego

v4.34.0

lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️

Everybody thinks that the others will donate, but in the end, nobody does.

So if you think that lego is worth it, please consider donating.

For key updates, see the changelog.

Changelog

  • b682f8494cca7fd9859adc8814b253e6855b7faa Add DNS provider for 1cloud.ru (#2921)
  • 79b83fe1e38e6b93443077014fb51d3ba3bfed7b Add DNS provider for Netnod (#2919)
  • ca178943d0a6394ae44d94ed37306d66b14ee2c2 Add DNS provider for UCloud (#2972)
  • 61bd6bf0b9bc49c740528316dc8054871127d706 Add DNS provider for online.net (#2964)
  • 4f6a481bc4298383b1d2514f3dab0dbd0120b544 bluecatv2: fix documentation
  • aa6fcebccb73828e933c33363dccc0a93a101988 fix: check base64url token
  • 1274ec8741d7ac0b4232775e358bc95db44d961c oraclecloud: support profile session token (#2965)
  • cff2cd750413febbec64cb5fb3eedfc5a2e31a49 rfc2136: add RFC3645 (TSIG-GSS) support (#2946)
  • 33754b3b216169b18d580bddf1837e713bff7c30 rfc2136: add dnsupdate as alias (#2957)
  • 79796e155e4460967458c0df8fe58ea390cfe08f yandex360: update API docs links (#2922)
13 days ago
unipdf

v4.9.0

Release notes - UniPDF v4.9.0

This release contains new features, improvements, and bug fixes

New Features

  • US-1360 Merge PDFs using PDF Streams
  • US-1370 Font subsetting support for OTF fonts
  • US-1364 ReaderOpts add ParserAutoRepair option to enable auto-repair of malformed PDFs during parsing

Improvements

  • US-200 Font file support for GSUB parsing into font parsing (ttfparser.go)
  • US-1253 Merge TTF and OTF font processing as one
  • US-1357 Update unidoc/typesetting version
  • US-1365 Timestamp server test mockup
  • US-1372 core test coverage to 75%
  • US-1378 contentstream test coverage to 78%
  • US-1379 model test coverage to 60%
  • US-1380 render test coverage to 65%
  • US-1381 pdfutil test coverage to 58%
  • US-1381 model/optimize test coverage to 65%
  • US-1385 Pool flate.Reader Instances via sync.Pool

Bug Fixes

  • US-1371 Extract text issue with ActualText replacement in TJ arrays fix
  • US-1356 Data race in JBIG2 decoder causes OOM crash under concurrent PdfReaderLazy usage fix
  • US-1252 Some text space is missing when rendering Arabic and Latin using OTF text shaping fix
  • US-1387 Generated file 2_p_multi.pdf has error: The font 'FreeSans' contains bad /Widths in Adobe Reader fix