mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-11 20:16:47 +00:00
Updated ChangeLog and Readme for an upcoming new release
This commit is contained in:
parent
548b7f4e50
commit
494d71ebe9
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
||||
# Version 0.5.0
|
||||
* Added support qmlRegisterType
|
||||
* Added suppor for creating QObject in the binded language
|
||||
* Introduced the concept of QMetaObject in the binded language
|
||||
* Greatly reduced memory consumption of QObject by using QMetaObjects
|
||||
* Greatly improved creation speed of QObjects
|
||||
* Removed undefined behaviour when casting to void*
|
||||
* Lots of refactoring and code cleanups
|
||||
* New architecture for slots and signal invokation
|
||||
* Added support for building the project with meson build system
|
||||
* Improved the test suite
|
||||
|
||||
# Version 0.4.5
|
||||
* Removed the D bindings
|
||||
* Removed the Nim bindings
|
||||
|
@ -8,6 +8,13 @@ Currently the DOtherSide library is used by the following bindings:
|
||||
* [nimqml](https://github.com/filcuc/nimqml), QML bindings for the Nim programming language
|
||||
* [dqml](https://github.com/filcuc/dqml), QML bindings for the D programming language
|
||||
|
||||
## Supported features
|
||||
The following features are implementable from a binding language
|
||||
* Creating custom QObject
|
||||
* Creating custom QAbstractListModels
|
||||
* Creating custom properties, signals and slots
|
||||
* Creating from QML QObject defined in the binded language
|
||||
|
||||
## Prebuilt binaries
|
||||
Currently we provide the prebuilt binaries for the following
|
||||
Linux distributions through the [OpenSUSE OBS service](https://build.opensuse.org/package/show/home:filcuc/DOtherSide)
|
||||
|
Loading…
x
Reference in New Issue
Block a user