Skip to content

Releases: ubunteroz/ignsdk

IGNSDK v1.1.6

30 Apr 21:22
v1.1.6
1b4ef04
Compare
Choose a tag to compare
IGNSDK version 1.1.6 (Alamang)

IGNSDK v1.1.5 (Alamang)

13 May 11:38
v1.1.5.1
Compare
Choose a tag to compare
v1.1.5.1

IGNSDK v1.1.5

IGNSDK v1.1.4 (Alamang)

25 Mar 15:19
v1.1.4.5
ab45a1f
Compare
Choose a tag to compare
v1.1.4.5

IGNSDK v1.1.4.5

IGNSDK v1.1.3 (Alamang)

24 Dec 05:46
9d5fd37
Compare
Choose a tag to compare
  • New API: ign.fs.copy() to copy file to another location
  • New API: ign.fs.openFileDialog() to choose file using "Open File" dialog
  • New API: ign.fs.openDirDialog() to choose directory using "Open Directory" dialog

IGNSDK v1.1.3-prerelease (Alamang)

21 Dec 05:31
Compare
Choose a tag to compare
Pre-release
  • ignsdk-app-creator: Supports cross-packaging to RPM (option -x ign)
  • ignsdk-app-creator: Add option --no-packaging to disable auto-package feature
  • ignsdk-debian-creator: Add license choices, defaults to GPLv3
  • ignsdk-debian-dev: Suggests "rpm"
  • ignsdk-ign-builder: Automatically updates app.spec for every build process
  • main.tpl: Update default icon's resolution to 256x256 pixels
  • New API: ign.setUrl() to load a web page

IGNSDK v1.1.2 (Alamang)

02 Dec 02:15
v1.1.2.4
99f1dad
Compare
Choose a tag to compare
  • ignsdk-app-creator: Add Git support (option --git)
  • ignsdk-debian-dev: Suggests "git"
  • ign.css: Remove unnecessary styles
  • New API: ign.setDevRemote() to activate remote debugging feature
  • New API: ign.widgetNoTaskbar() to hide application from taskbar
  • New API: ign.desktopService() to open URL with other application
  • Merge API: ign.cliOut() to ign.sys()

IGNSDK v1.1.1 (Alamang)

22 Dec 00:49
v1.1.1.3
5215c99
Compare
Choose a tag to compare
  • Initial Qt5 port
  • ignsdk-debian-creator: Defaults release to "testing" if lsb_release is not available
  • ignsdk-debian-creator: Prohibits user "root" from running script
  • ignsdk-debian-builder: Prohibits user "root" from running script
  • New API: ign.copy() to copy content from webview to clipboard
  • New API: ign.cut() to cut content from webview to clipboard
  • New API: ign.paste() to paste content from clipboard to webview
  • New API: ign.undo() to undo last editing action in webview
  • New API: ign.redo() to redo last editing action in webview
  • New API: ign.fs.fileRemove() to delete file
  • New API: ign.fs.fileWrite() to write to a file
  • New API: ign.fs.fileRead() to read a file content
  • New API: ign.fs.appPath() to return path to application
  • New API: ign.fs.homePath() to return path to user's home directory
  • New API: ign.fs.dir() to create or remove directory
  • New API: ign.fs.exists() to check file existency
  • New API: ign.fs.isDirectory() to check whether specified path is a directory
  • New API: ign.fs.isFile() to check whether specified path is a file
  • New API: ign.fs.isAbsolute() to check whether specified path is an absolute path
  • New API: ign.fs.isExecutable() to check whether specified file is an executable file
  • New API: ign.fs.isLink() to check whether specified path is a symbolic link to another path
  • New API: ign.fs.isReadable() to check whether specified file is readable by current user
  • New API: ign.fs.isWritable() to check whether specified file is writable by current user
  • New API: ign.getToggleFullScreen() to toggle fullscreen on/off
  • New API: ign.hash() to return MD5/SHA1/SHA224/SHA256/SHA384/SHA512 hash of specified file