Changelog¶
Changes in v6.12.0¶
Changes in v6.11.2¶
- Fixed the
reviewandclean-buildcommands not working
Changes in v6.11.1¶
- Fixed the
runcommand not working
Changes in v6.11.0¶
- Added on device debugging with gdb.
- Deprecated chaining commands (this will be removed in the next major release)
- Fixed the build home directory for libraries
- Added error when trying to use docker images on unsupported host architectures
- Use the host architecture as the default when building in container mode
- Enable localhost access and pseudo-tty in run command
- When using CMake a Release build will be created unless
--debugis specified - Added new library placeholders
- Added new
clean-buildcommand - Fixed issues with
clickable createon older versions of Ubuntu - Various minor bug fixes and code improvements
Changes in v6.10.1¶
- Fixed issues installing dependencies when in container mode
Changes in v6.10.0¶
- Fix containers being rebuilt when switching between desktop mode and building for amd64
- Enabled compiling rust apps into arm64
- Make
install_datapaths relative to the install dir - Fixed the
clickable createcommand when using an older version of git
Changes in v6.9.1¶
- Fixed broken lib builds
Changes in v6.9.0¶
- Placeholders are now allowed in env vars
- Changed placeholder syntax to
${PLACEHOLDER}, the old syntax is now deprecated - Replaced
dependencies_hostwithdependencies_buildto avoid confusion about the name,dependencies_buildis now deprecated - Normalized env var names
- Added new
precompiledbuild template to replace the now deprecatedpythonbuild template - Fixed issues using the
install_*configuration options install_qmlwill now install qml modules to the correct nested path- A per project home directory gets mounted during the build process
- Cleaned up arch handling and improved conflict detection
Changes in v6.8.2¶
- Fixed broken architecture agnostic builds
Changes in v6.8.1¶
- Fixed new architecture errors breaking architecture agnostic builds
Changes in v6.8.0¶
- Fixed the
ARCHplaceholder breakingARCH_TRIPLETplaceholder - Added new
env_varsconfiguration for passing custom env vars to the build process - Fixed errors on systems where /etc/timezone does not exist
- Added errors to detect conflicting architecture settings
- Improved multi arch support
Changes in v6.7.2¶
- Fixed architecture mismatch error for architecture agnostic templates
Changes in v6.7.0¶
- New error when there is no space left on the disk
- New error when the manifest’s architecture does not match the build architecture
- New option to use
@CLICK_ARCH@as the architecture in the manifest to allow Clickable to automatically set the architecture
Changes in v6.6.0¶
- Fixed issue in with timezone detection
- Added better detection for nvidia mode and added a new –no-nvidia argument
Changes in v6.5.0¶
- New bash completion, more info here
- Fixed crash when running in container mode
- Added
image_setupconfiguration to run arbitrary commands to setup the docker image - Added arm64 support for qmake builds
Changes in v6.4.0¶
- Use the system timezone when in desktop mode
Changes in v6.3.2¶
- Fixed issues logging process errors
- Fixed issues parsing desktop files
Changes in v6.3.1¶
- Updated clickable create to use a new template for a better experience
- Fixed desktop mode issue when the command already exits in the PATH
- Added a prompt for autodetecting the template type
- Improved Clickable’s logging
Changes in v6.2.1¶
- Fixed env vars in libs
Changes in v6.2.0¶
- Replaced the
--debugargument with--verbose - Switched the
--debug-buildargument to--debug - Initial support for running Clickable on MacOS
- Added new desktop mode argument
--skip-buildto run an app in desktop mode without recompiling
Changes in v6.1.0¶
- Apps now use host locale in desktop mode
- Added
--langargument to override the language when running in desktop mode - Added support for multimedia in desktop mode
- Make app data, config and cache persistent in desktop mode by mounting phablet home folder to ~/.clickable/home
- Added arm64 support and docker images (does not yet work for apps built with qmake)
- Added placeholders and env vars to commands and scripts run via clickable
- Added option to install libs/qml/binaries from the docker image into the click package
- Switched to a clickable specific Cargo home for Rust apps
- Click packages are now deleted from the device after installing
- Fixed
dependencies_buildnot being allowed as a string - Fixed issues finding the manifest file
Changes in v6.0.3¶
- Fixed building go apps
- Fixed post build happening after the click is built
Changes in v6.0.2¶
- Fixed container mode
Changes in v6.0.1¶
- Added back click-build with a warning to not break existing apps
Changes in v6.0.0¶
New features¶
- When publishing an app for the first time a link to create it on the OpenStore will be shown
- Desktop mode can now use the dark theme with the
--dark-modeargument - Automatically detect when nvidia drivers are used for desktop mode
- Use native docker nvidia integration rather than nvidia-docker (when the installed docker version supports it)
- The UBUNTU_APP_LAUNCH_ARCH env var is now set for desktop mode
- Added remote gdb debugging in desktop mode via the
--gdbserver <port>argument - Added configurable
install_dir - Libraries get installed when using
cmakeorqmakebuild template (intoinstall_dir)
Breaking Changes¶
- The
click-buildcommand has been merged into thebuildcommand - Removed deprecated configuration properties:
dependencies,specificDependencies, anddir - Removed deprecated library configuration format
- Removed deprecated lxd support
- Moved the default build directory from
buildtobuild/<arch triplet>/app - Moved the default library build directory to
build/<arch triplet>/<lib name> - Removed deprecated vivid support
Bug Fixes¶
- Fixed utf-8 codec error
- Use separate cached containers when building libraries
- Automatically rebuild the cached docker image for dependencies
Changes in v5.14.1¶
- Limit make processes to the number of cpus on the system
- Fix missing directory for newer Rust versions
- Fix placeholders not being absolute
Changes in v5.14.0¶
- Added check for outdated containers when using custom dependencies
- Fixed building libraries
Changes in v5.13.3¶
- Fixed the update command so it updates all available Docker images
Changes in v5.13.2¶
- Fixed libraries not building after latest update
Changes in v5.13.1¶
- Follow up fixes for dependencies not being used for the first run
Changes in v5.13.0¶
- Added new debugging with gdb argument
- Added new test command for running tests inside the container
- When running in desktop mode, cache/share/config directories are automatically created
- Fixed hidden build directories causing errors when looking for the manifest
- Fixed issue with cordova building
- Fixed dependencies not being used the first time clickable is run
Changes in v5.12.3¶
- Fixed slowdown when running clickable in a non-project directory
Changes in v5.12.2¶
- Fixed
scriptsbreaking Clickable
Changes in v5.12.1¶
- Fixed issues with build dir
Changes in v5.12.0¶
- clickable.json supports placeholders now
- Add new
src_dirconfiguration option - Make build-libs respect
root_dir, too - Fix build-libs for architecture all
- When no
killconfiguration option is specified Clickable will use the Exec line from the desktop file
Changes in v5.11.0¶
- Smarter app killing using
pkill -f - Fix deprecated configuration options showing as a schema error
Changes in v5.10.0¶
- Added configuration option
root_dir - Always ignore .git/.bzr directories when building pure, rust, or go apps
Changes in v5.9.1¶
- Fixed missing schema file
Changes in v5.9.0¶
- New schema validation for clickable.json
- Publish to the OpenStore with a changelog message
Changes in v5.8.1¶
- Fixed a bug in
make_args
Changes in v5.8.0¶
- New configuration option for automatically including ppas in the build environment: dependencies_ppa.
- Changed libraries format from a list to a dictionary (the old format is still supported for now)
- The default
cargo_homeis now set to~/.cargo
Changes in v5.7.0¶
- Introduced two new dependency options to separate build <clickable-json-dependencies_build> and target <clickable-json-dependencies_target> dependencies
Changes in v5.6.1¶
- Fixed build lib
- Made cordova build respect the –debug-build argument
Changes in v5.6.0¶
- Fixed Cordova build
- Added
--debug-buildsupport for QMake and CMake templates
Changes in v5.5.1¶
- New
--configargument to specify a different path to the clickable.json file - New configuration called
clickable_minimum_requiredto specify a minimum version of Clickable - New
make_argsconfiguration for passing arguments to make
Changes in v5.5.0¶
- build-libs now only uses the same arch as specified in clickable.json or in the cli args
- Added the option to build/clean only one lib
- Added support for GOPATH being a list of paths
- Exits with an error with an invalid command
Changes in v5.4.0¶
- Added support for Rust apps
- Added support for distros using SELinux
Changes in v5.3.3¶
- More fixes for building libraries
- Set the home directory to /home/phablet in desktop mode
Changes in v5.3.2¶
- Fixed issue building libraries
- Create arch specific directories in .clickable
- Fixed –dirty breaking when using a custom default set of commands
Changes in v5.3.1¶
- Fixed dependencies in library prebuild
Changes in v5.3.0¶
Changes in v5.2.0¶
- Fixed bug in build template auto detection
- Added new dirty build option
Changes in v5.1.1¶
- Fixed bug in “shell” command
Changes in v5.1.0¶
- Added app template for QML/C++ with a main.cpp
Changes in v5.0.2¶
- Fixed publish command not exiting with an error code when there is an error
Changes in v5.0.1¶
- Fixed typo in cache path
- Improved Cordova support
Changes in v5.0.0¶
- New features
- Xenial by default (use
--vividto compile for 15.04) - Major code refactor
- More environment variables
CLICKABLE_ARCH- Overrides the clickable.json’sarchCLICKABLE_TEMPLATE- Overrides the clickable.json’stemplateCLICKABLE_DIR- Overrides the clickable.json’sdirCLICKABLE_LXD- Overrides the clickable.json’slxdCLICKABLE_DEFAULT- Overrides the clickable.json’sdefaultCLICKABLE_MAKE_JOBS- Overrides the clickable.json’smake_jobsGOPATH- Overrides the clickable.json’sgopathCLICKABLE_DOCKER_IMAGE- Overrides the clickable.json’sdocker_imageCLICKABLE_BUILD_ARGS- Overrides the clickable.json’sbuild_argsOPENSTORE_API_KEY- Your api key for publishing to the OpenStoreCLICKABLE_CONTAINER_MODE- Same as--container-modeCLICKABLE_SERIAL_NUMBER- Same as--serial-numberCLICKABLE_SSH- Same as--sshCLICKABLE_OUTPUT- Override the output directory for the resulting click fileCLICKABLE_NVIDIA- Same as--nvidiaCLICKABLE_VIVID- Same as--vivid
- Xenial by default (use
- Removed
- Chroot support has been removed, docker containers are recommended going forward
- clickable.json
- Removed
package- automatically grabbed from the manifest.jsonapp- automatically grabbed from the manifest.jsonsdk- Replaced by docker_image and the--vividargumentpremake- Useprebuildssh- Use the--sshargument
- Commands
- New
log- Dumps the full log file from the appdesktop- Replaces--desktopto run the app in desktop mode
- Changed
init- Changed tocreate(initwill still work)update-docker- Changed toupdate
- Removed
kill- Changed to be part of thelaunchcommandsetup-docker- Automatically detected and run when using dockerdisplay-on- Not very useful
- Command line arguments
- New
--vivid- Compile the app for 15.04--docker-image- Compile the app using a specific docker image
- Changed
--serial-number- Replaces--device-serial-number--ssh- Replaces--ip
- Removed
--desktop- Use the newdesktopcommand--xenial- Xenial is now the default--sdk- Use--vividor--docker-image--device- Useshell--template- Use theCLICKABLE_TEMPLATEenv var--click- Specify the path to the click after theinstallcommand:clickable install /path/to/click--app- Specify the app name after thelaunchcommand:clickable launch app.name--name- Specify the app template after thecreatecommand:clickable create pure-qml-cmake