Clickable 5.0.0 released !!
-
Good news for all of you developing apps for UT: @bhdouglass has released a new version of Clickable.
Please see http://blog.bhdouglass.com/clickable/ubuntu-touch/2018/10/03/clickable-5-0-0.html to get a general overview, and this http://clickable.bhdouglass.com/en/latest/changelog.html to read the full changelog.
You can support Brian's developing effort here https://liberapay.com/bhdouglass
-
@advocatux Great news!
-
Hi,
for the people using "atom-clickable plugin" with clickable 5.0.0 the command "Clickable: Build and run [desktop]" from Atom doesn't work because it uses the old '- - desktop' option replaced by 'desktop'.
To fix quickly this: open with an editor the file (enable 'show hidden files' to see 'atom' folder):
<your-home-folder>/.atom/packages/atom-build-clickable/lib/clickable.json
and remove the '- -' at line 114 after that should like this:
args: [ 'desktop' ],Restart Atom to update the plugin.
I have just made a Pull request at the author of "atom-clickable plugin" to include that fix, and to include the new
'- - vivid' option (added with clickable 5.0.0)
Tnx