sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

Sciter 4.4.7.0 #299

Open pravic opened 3 years ago

pravic commented 3 years ago

Fixes #297. Closes #298.

AshfordN commented 3 years ago

Perhaps this is an appropriate time to introduce versioning? I haven't gotten around to doing the PR, but it shouldn't be that hard, and this code change is bound to break existing code and cause confusion, as seen in #298.

pravic commented 3 years ago

@AshfordN Probably.

AshfordN commented 3 years ago

@pravic from my understanding all you need to do is create a go.mod file, run go mod tidy to define the dependencies and create a new release version. This would allow you to merge the breaking changes in the two outstanding PRs. It should be an easy fix from your end.

pravic commented 3 years ago

Thanks. Will do.

dosgo commented 2 years ago

No one handles this merger? It seems that the old version of sciter cannot be downloaded at the moment.