Last release 8 days ago
19 Aug 2026
Release timing varies
gaps range from 8 days to 4 months
Rarely documented
notes for 9 of 37 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
148 releases · first in 2023
Release timeline
148 releases since 2023Releases
- v0.6.1-0.20241115035449-10ede2de9f7c15 Nov 2024pre-release
Nothing published for this version
- v0.6.1-0.20241115033245-5f25c39bce3d15 Nov 2024pre-release
Nothing published for this version
- v0.6.1-0.20241016183330-5eb25c89e3a716 Oct 2024pre-release
Nothing published for this version
- v0.6.1-0.20241010000355-a0b49d1f9b5510 Oct 2024pre-release
Nothing published for this version
- v0.6.1-0.20241008221558-328720d10f458 Oct 2024pre-release
Nothing published for this version
- v0.6.1-0.20240922214826-b3911656856022 Sept 2024pre-release
Nothing published for this version
- v0.6.08 Sept 2024
Nothing published for this version
- v0.5.9-0.20240908200241-831a4e82b1d38 Sept 2024pre-release
Nothing published for this version
- v0.5.9-0.20240908182245-f8d01d1033ad8 Sept 2024pre-release
Nothing published for this version
- v0.5.9-0.20240908180104-dcc83fc0f0b68 Sept 2024pre-release
Nothing published for this version
- v0.5.9-0.20240902154918-d18643bb756d2 Sept 2024pre-release
Nothing published for this version
- v0.5.9-0.20240827221618-4409a6c0de2a27 Aug 2024pre-release
Nothing published for this version
- v0.5.9-0.20240827221520-0a905b76e27827 Aug 2024pre-release
Nothing published for this version
- v0.5.9-0.20240816002316-f5293384011516 Aug 2024pre-release
Nothing published for this version
- v0.5.9-0.20240814235228-bac907fba2ce14 Aug 2024pre-release
Nothing published for this version
- v0.5.88 Jul 2024
Release notes
Open source →What's Changed
- fix handleBBCodeColor for multi-byte runes by @quasilyte in #152
- fix Text widget width calculation in
measure()by @quasilyte in #150 - #154 Allow setting of initial value by @mcarpenter622 in #155
- Add "mask" to button by @scratch85 in #151
- Auto close ephemeral windows in more cases by @mcarpenter622 in #157
- Track that the ui is hovered. see input.UIActive by @mcarpenter622 in #156
- widget/button: Added the ButtonTextColor.Pressed option by @xescugc in #159
New Contributors
Full Changelog: v0.5.7...v0.5.8
- v0.5.8-0.20240708013945-73f5e2e711c58 Jul 2024pre-release
Nothing published for this version
- v0.5.8-0.20240704201712-fc41b2ae37924 Jul 2024pre-release
Nothing published for this version
- v0.5.8-0.20240609152744-7e4aaa730b859 Jun 2024pre-release
Nothing published for this version
- v0.5.8-0.20240608230235-27496c28f4098 Jun 2024pre-release
Nothing published for this version
- v0.5.8-0.20240608175527-424f62327b218 Jun 2024pre-release
Nothing published for this version
- v0.5.8-0.20240604234849-053c92f319b64 Jun 2024pre-release
Nothing published for this version
- v0.5.72 Jun 2024
Release notes
Open source →This release has numerous clean-up changes that improve the reliability of this library. It also allows the developer better control over focus handling. Thank you to all the contributors to this release!
What's Changed
- widget: make button text-related options more granular by @quasilyte in #124
- Update tabbook to properly handle manual calls of "SetTab()" by @mcarpenter622 in #125
- Update button widget: by @mcarpenter622 in #126
- Enhance the ability to control widgets programmatically. by @mcarpenter622 in #127
- Closes #112 by @mcarpenter622 in #128
- Add error messaging for required fields by @mcarpenter622 in #129
- Add OffsetX and OffsetY to Button ClickedEvent and StateChangedEvent by @mcarpenter622 in #130
- Allow anchor layout to work with multiple widgets. by @mcarpenter622 in #131
- Update Cursor Management by @mcarpenter622 in #132
- Fix the uniqueness check in list to actually work as expected. by @mcarpenter622 in #138
- Allow BBCode to be enabled for buttons by @mcarpenter622 in #139
- #140 - TextInput panics if Validation func returns string shorter than before by @mcarpenter622 in #141
- Cleaner fix by @mcarpenter622 in #142
- Enable Vsync for demo by @setanarut in #147
- add Window closed event handler by @quasilyte in #143
- add move event to Widget and Button by @scratch85 in #149
New Contributors
- @setanarut made their first contribution in #147
- @scratch85 made their first contribution in #149
Full Changelog: v0.5.6...v0.5.7
- v0.5.7-0.20240602194838-45460b44bc8c2 Jun 2024pre-release
Nothing published for this version
- v0.5.7-0.20240510214606-b94bc1c5874610 May 2024pre-release
Nothing published for this version
- v0.5.7-0.20240508000538-518739b4a9ef8 May 2024pre-release
Nothing published for this version
- v0.5.7-0.20240429165817-5c0429bc96df29 Apr 2024pre-release
Nothing published for this version
- v0.5.7-0.20240424214129-68c5b3a5cb3224 Apr 2024pre-release
Nothing published for this version
- v0.5.7-0.20240401230607-2fa3d464f27a1 Apr 2024pre-release
Nothing published for this version
- v0.5.7-0.20240331220009-339f73e9582131 Mar 2024pre-release
Nothing published for this version
- v0.5.7-0.20240323210027-085650fa1d3423 Mar 2024pre-release
Nothing published for this version
- v0.5.620 Mar 2024
Release notes
Open source →What's Changed
- readme: add Cavebots by @quasilyte in #95
- add hello-world example by @ethanmdavidson in #104
- Fix slider mouse scroll by @mat007 in #90
- Add select focus option to list by @mat007 in #105
- Fix crash when stretch arrays are set but not long enough to account for all columns and rows by @corfe83 in #117
- Fix WASM build by @KevinVlaanderen in #119
- Add background colors when pressing list entries by @mat007 in #106
- Fix list scrolling by @mat007 in #115
- Prevent drag and drop for hidden widgets by @mat007 in #110
- Remove unused error prone key just pressed helper by @mat007 in #114
- Close ephemeral on widget removal by @mcarpenter622 in #121
- widget: add 3 new Text options TextLabel, TextFace and TextColor by @quasilyte in #122
- internal/input: add a workaround fix for touch controls on mobiles by @quasilyte in #101
- Fix drag drop update outside scroll container by @mat007 in #113
- Optimize text rendering for text area with a lot of lines by @mat007 in #96
New Contributors
- @ethanmdavidson made their first contribution in #104
- @corfe83 made their first contribution in #117
- @KevinVlaanderen made their first contribution in #119
Full Changelog: v0.5.5...v0.5.6
- v0.5.6-0.20240319232637-752494bdfcac19 Mar 2024pre-release
Nothing published for this version
- v0.5.6-0.20240306013559-bea9affc3db06 Mar 2024pre-release
Nothing published for this version
- v0.5.6-0.20240305022430-cc65b57db5f25 Mar 2024pre-release
Nothing published for this version
- v0.5.6-0.20240305001618-f587a52246ea5 Mar 2024pre-release
Nothing published for this version
- v0.5.6-0.20240228194824-a73d28dc407828 Feb 2024pre-release
Nothing published for this version
- v0.5.6-0.20240223001512-8006cb097b4023 Feb 2024pre-release
Nothing published for this version
- v0.5.6-0.20240204214245-88b6e0b3aefa4 Feb 2024pre-release
Nothing published for this version
- v0.5.6-0.20231118210039-ee583ac3e2a618 Nov 2023pre-release
Nothing published for this version
- v0.5.524 Sept 2023
Nothing published for this version
- v0.5.5-0.20230908230411-0dedbc9b8b0f8 Sept 2023pre-release
Nothing published for this version
- v0.5.5-0.20230901170928-f06ae85d82691 Sept 2023pre-release
Nothing published for this version
- v0.5.5-0.20230827153248-b4a953c9504c27 Aug 2023pre-release
Nothing published for this version
- v0.5.5-0.20230624233435-1e70bd0b3fb024 Jun 2023pre-release
Nothing published for this version
- v0.5.5-0.20230605224533-17f3e42ff4f05 Jun 2023pre-release
Nothing published for this version
- v0.5.5-0.20230604152856-9969363a83074 Jun 2023pre-release
Nothing published for this version
- v0.5.431 May 2023
Nothing published for this version
- v0.5.4-0.20230531030342-32291f5f1e6d31 May 2023pre-release
Nothing published for this version
- v0.5.4-0.20230529203942-9b234661adc029 May 2023pre-release
Nothing published for this version
- v0.5.4-0.20230521190954-716be89b832621 May 2023pre-release
Nothing published for this version
- v0.5.317 May 2023
Nothing published for this version
- v0.5.213 May 2023
Nothing published for this version
- v0.5.2-0.20230429173519-6a06cc7a314929 Apr 2023pre-release
Nothing published for this version
- v0.5.126 Apr 2023
Nothing published for this version
- v0.5.1-0.20230426030146-30a89bf1a2ef26 Apr 2023pre-release
Nothing published for this version
- v0.5.025 Apr 2023
Nothing published for this version
- v0.4.5-0.20230323002646-e0165544922d23 Mar 2023pre-release
Nothing published for this version
- v0.4.5-0.20230322231801-914dfa74b4ea22 Mar 2023pre-release
Nothing published for this version
- v0.4.421 Mar 2023
Nothing published for this version