Tags: prolic/HsQML
Tags
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)
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