Bip Client 4.1.0 released
A new minor version of the Bip client has been released! See all the changes here.
What's new?
Added
- New
mink.remote
API used by and for Bip applications. REMOTE
context is now supported by the SDK.- New host handler attributes
support_stamping
,file_extension
andis_qt
. - New environment variable
BIP_DEBUG_PLUGIN
for allowing to update a Plugin's descriptor without updating, only for debug. - New standalone dialog utility function in
uink.dialog
. mink.update
- Support Python requirements from content.
Changed
- GroupTag is now supported as a plugin mapping type.
BipApp
now loads the plugin user settings automatically at startup.uink
has been re-organised and simplified.uink.internal
sub-package is now gone and has been merged withuink.app
- Application SDK docstrings updated.
pink.Context
is nowpink.address.get_from_host()
in order to avoid naming clash with SDK context and to match getter syntax fromlink
.
Fixed
link.model
- Adddefault_item_tag
to optional fields allowed in theproject
section.link.model
- Makelimits
reference validation explicitly a list.sdk.app
- Fix SDK attempting to get user settings even if the plugin has none.uink.app
- Fix error when the application is not using the default headbar.
Removed
- SDK example application has been moved to a dedicated repository (Chocolatine).
BIP_APP_SKIP_PLUGIN
dropped.