Releases: JuliaGizmos/GtkObservables.jl
Releases · JuliaGizmos/GtkObservables.jl
v1.2.0
GtkObservables v1.2.0
Closed issues:
- Drawing image and lines on same canvas (#17)
- Stable docs link 404-ing (#23)
- Using Float64 in a textbox, prints many trailing zeros (#24)
- Crash when using
gtksignal = changed
with numeric textbox (#25)
Merged pull requests:
- Add ColorButton (#21) (@BioTurboNick)
- Support textbox gtksignals with more arguments and requiring a propagation returnval (#26) (@BioTurboNick)
- Add exception to prevent unsupported
changed
signal with numeric textbox (#27) (@BioTurboNick)
v1.1.0
GtkObservables v1.1.0
Closed issues:
- GLib-GObject-CRITICAL error in drawing.jl (#2)
- Documentation link in README goes nowhere. (#3)
- TagBot trigger issue (#6)
- Issue with vertical slider ? (#10)
- how to draw an img in a given area (#11)
dropdown
KeyError when setting active item; observable updates but element does not (#14)- Label docs say you can use
push!
to update it, but doesn't work (#20)
Merged pull requests:
- Switch to github actions for CI (#1) (@timholy)
- Require Observables 0.4 & improve inference/specialization (#5) (@timholy)
- MassInstallAction: Install the TagBot workflow on this repository (#7) (@timholy)
- MassInstallAction: Install the Documenter workflow on this repository (#8) (@timholy)
- Update CI badge (#9) (@timholy)
- Switch to linux for docdeploy (#12) (@timholy)
- Update link to Observables docs (#13) (@BioTurboNick)
- Adds support for append!/empty! for ComboBox (#15) (@BioTurboNick)
- Get rid of precompile asserts (#16) (@timholy)
- Fix old references to GtkReactive (#22) (@BioTurboNick)