Skip to content

Tags: prolic/HsQML

Tags

v0.3.7.0

Toggle v0.3.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
prolic Sascha-Oliver Prolić
0.3.7.0 Release

Fixed:

- Updated dependency constraints to be more flexible, improving compatibility with other packages. (by @cblp in #19)
- Cabal now correctly uses the cxx-sources field for C++ files, simplifying builds. (by @cblp in #17)
- Resolved compiler warnings related to snprintf usage. (by @cblp in #20)
- Upgraded Cabal dependency to a newer version. (by @cblp in #18)
- Removed unnecessary packages, including QuickCheck, which is unsuitable for production. (by @cblp in #16)
- Corrected version bounds to prevent build failures. (by @cblp in #13)
- Resolved macOS-specific build issues. (by @cblp in #14)

v0.3.6.1

Toggle v0.3.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
prolic Sascha-Oliver Prolić
0.3.6.1 Release

- dependency updates, testing on various GHC versions
- fix filepath & bytestring dependency
- nail cabal to 3.10.3.0 on CI
- update README.md

v0.3.6.0

Toggle v0.3.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
prolic Sascha-Oliver Prolić
0.3.6.0 Release

New Features:

- Update the library to work with newer versions of cabal and GHC
- Correctly decode utf16 when converting back to haskell text
- Add ClipboardHelper for clipboard operations
- Add application window icon
- Add QML Debugger
- Use Ar for linkin on Windows in Setup
- Improve marshalling error handling with detailed warnings
- Allow text < 2.2
- Add high dpi scaling
- Continuous Integration Testing on Linux & Windows