1 days ago
tcell

Version 2.13.7 Bug Fix Release

This fixes two bugs:

  • wide not overwriting adjacent character (#976)
  • paste on Windows did not handle certain runes (#984)

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.6...v2.13.7

1 days ago
tcell

Version 3.1.1 Bug Fix Release

This principally fixes two bugs:

  • Certain runes would cause problems if pasted on Windows (could hang, wouldn't pass) due to Windows surrogate pair handling (#986)
  • Certain terminal emulators would give unfortunate results with certain wide characters (#976)

A bunch more progress made on the emulator subsystem as well, but its still not quite ready for public consumption, although it is used in the mock for testing tcell.

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v3.1.0...v3.1.1

2 days ago
wails

Wails v3.0.0-alpha.59

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

Changed

  • Update the README for the Drag N Drop example and highlights that Internal Drag and Drop is demonstrated with the example @ndianabasi

🤖 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.59

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

2 days ago
ini

1.67.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-ini/ini/compare/v1.67.0...v1.67.1

3 days ago
tcell

Version 2.13.5 Bug Fix Release

This release addresses a problem with keypad keys in certain terminal emulators.

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.5...v2.13.6

3 days ago
tcell

Version 3.1.0 Feature Release

What's New

The main new feature here is improved support for mouse chords and additional mouse button reporting. It is now possible for multiple mouse buttons to be pressed together, and reported together.

A great deal of additional work was done on the emulator subsystem and in the mocks, yielding over 80% test coverage, with a number of associated bug fixes as a result.

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.6...v3.1.0

4 days ago
wails

Wails v3.0.0-alpha.58

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

Fixed

  • Fix outdated Manager API references in documentation (31 files updated to use new pattern like app.Window.New(), app.Event.Emit(), etc.) by @leaanthony
  • Fix Linux crash on panic in JS-bound Go methods due to WebKit overriding signal handlers (#3965) by @leaanthony

🤖 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.58

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

4 days ago
lego

v4.31.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

  • 8b327005b3105a5a70c8ace5cfe7e1f83e148f7c Add DNS Provider for ISPConfig (DDNS Module) (#2760)
  • c5a259564fe8e0b183fe12fb926f5b3634497967 Add DNS provider for 35.com/三五互联 (#2779)
  • a6a73754af31fb65963f53845bb9ce55d09466a1 Add DNS provider for Alwaysdata (#2770)
  • 96168f78ded8a0db96b80d083834bf05d2bde313 Add DNS provider for ISPConfig (#2762)
  • dd6ab7ca95c90bde76719e9c8121ec8274f3aff8 Add DNS provider for JDCloud (#2782)
  • 1b634097c13285c9829dc9c16b74a9c86c4ff81e docs: remove email from examples (#2773)
  • ee616417a181239b0b77f6fe00acff3a22ae35b9 f5xc: add an option to configure the domain of the server (#2767)
  • a5cc0e155518e825ec2ec017610822f06aebb767 feat: improve ACME error types (#2761)
  • ff885d99c2e45f166a0c9592ea047d8c938604d3 gandiv5: fix API Key header (#2769)
  • 2eede6d6206a06e0b16fb3de45b8fa7aa0807de3 hetzner: fix compatibility with _FILE suffix (#2775)
  • b77b8709b6802da29a702b44bb0a5279c35eb337 namedotcom: follow CNAME (#2390)
7 days ago
fasthttp

v1.69.0

What's Changed

Full Changelog: https://github.com/valyala/fasthttp/compare/v1.68.0...v1.69.0

8 days ago
wails

Wails v3.0.0-alpha.57

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

Changed

  • Replace various debug logs from Info to Debug (by @mbaklor)

Fixed

  • Fix SaveFileDialog.SetFilename() having no effect on Linux (#4841) by @samstanier
  • Fix drop coordinates showing as undefined in drag-n-drop example
  • Fix macOS app bundle creation failing when APP_NAME contains spaces (brace expansion issue)
  • Fix index out of bounds panic on Windows when calling service methods (revert goccy/go-json)

🤖 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.57

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