SikuliX 1.0.0 "Finally;-)"

This finally closes the X-1.0rcX series and is the base for further development.

Milestone information

Project:
SikuliX
Series:
obsolete
Version:
1.0.0
Code name:
Finally;-)
Released:
 
Registrant:
RaiMan
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
118 RaiMan
Blueprints:
1 Good progress
Bugs:
2 Won't Fix, 1 Confirmed, 115 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon Sikuli-1.0.0-Supplemental-LinuxVisionProxy.zip (md5) If you encounter any problems with the bundled libVisionProxy.so, then you might try to build it on your Linux/Unix system using this package. (for version 1.0.0 ONLY !!!) 2,108
last downloaded 3 weeks ago
Total downloads: 2,108

Release notes 

Bugs with Status FIX_COMMITTED and CRITICAL are fixed in the current version 1.0.0

For more information on the new version start here: http://www.sikuli.org/download.html

Changelog 

View the full changelog

Changes/Fixes in current IDE
----------------------------------------

-- better support to avoid start-up problems

-- revised the main window
 - as option: no command bar, vertically split (left code, right messages)
 - eliminated menus/features: export, extensions (might come back later), unit test

-- revised the Preview window (only one at a time, apply button added to do more than one change, ...)
 - added additional window for more options temporarilly (prefs have to be revised generally)
 - new options: no HTML creation, do not delete unused images, image path for IDE to store images
 - added: warning to restart IDE after having changed prefs

-- revised the dirty-handling (script is edited with changes):
 - aware of changes in Preview
 - scripts with changes are marked in its tab: *myScript
 - new option: autosave before run
 - warning at run (with no autosave) and quit, if unsaved scripts

-- better display of errors in message area

-- Debug.xxx is available on Jython level (see below)

-- revised AutoUpdate feature and Help->CheckNewVersion (added feature: aware of Beta versions)

-- Sikuli script filename issues (e.g. utf-8) are fixed (image file names still need to be ASCII)

Changes/Fixes to the Scripting API
-----------------------------------------------

- constantly adding javadocs to all public (and important protected) methods

- totally revised the ImagePath feature and the usage of ImageLocator (including the usage with Jython import)

- revised the command line usage to allow running Sikuli scripts
- sys.argv is now populated correctly in all cases (IDE, commandline scriptrun + interactive)

- each physical monitor has only one Screen object, only one Robot for all and better support for multi monitor
- feature to show and reset monitor configuration

- Region: added methods to make it functionally compatible with AWT Rectangle and added more methods to create new Regions easily based on existing Regions and Locations
- click() and similar, click the lastMatch()
- convenience version of highlight() using last match
- a new option, to always highlight() a match

- totally revised the Debug.xxx interface:
 - added user logs with optional timestamp,
 - logging to file seperate for Sikuli and user possible
 - optional timestamp for Sikuli's standard messages

The fix-committed bugs below will be set to fix-released when starting the development of the new version 1.1 mid June 2013.

1 blueprint and 118 bugs targeted

Blueprint Priority Assignee Delivery
Sikuli's API and internal structure should be revised Sikuli's API and internal structure should be revised 4 High RaiMan  7 Good progress
Bug report Importance Assignee Status
1473650 #1473650 [1.0.1] Not on syspath: C:\Sikuli X\libs --- Extracting runSetup.cmd. 1 Undecided RaiMan  4 Won't Fix
1654410 #1654410 runIDE script crashed on Ubuntu-16.04 due to LibVisionProxy error 1 Undecided RaiMan  4 Won't Fix
1607275 #1607275 find(img, score) in Finder not there --- use find(new Pattern(img).similar(score)) 1 Undecided RaiMan  6 Confirmed
515406 #515406 double "\" generated into Sikuli-IDE.bat on Windows 2000 2 Critical RaiMan  10 Fix Released
516255 #516255 changing bundle name shows no data in ide 2 Critical RaiMan  10 Fix Released
570248 #570248 Screenshots in the script are no longer found after saving with "save as..." 2 Critical RaiMan  10 Fix Released
683336 #683336 [request] Would like a 64 bit version of Sikuli 2 Critical RaiMan  10 Fix Released
697355 #697355 X 1.0rc1 Windows: second import corrupts image search path - workaround 2 Critical RaiMan  10 Fix Released
701423 #701423 X 1.0rc1 Windows: similar(1.00) in Pattern Setting dialog: match not shown 2 Critical RaiMan  10 Fix Released
702291 #702291 [request] want additional method signature Region.inside(left, right, top, bottom) 2 Critical RaiMan  10 Fix Released
702845 #702845 [request] some system environment test command is needed 2 Critical RaiMan  10 Fix Released
704988 #704988 [request] IDE: want a "save before run" option 2 Critical RaiMan  10 Fix Released
707383 #707383 [Java] X 1.0rc3: WebDriver/Firefox: Hang in app.focus() if used before new Screen() - workaround 2 Critical RaiMan  10 Fix Released
711129 #711129 X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left 2 Critical RaiMan  10 Fix Released
718623 #718623 Env.getSikuliVersion() not available - IDE workaround 2 Critical RaiMan  10 Fix Released
718891 #718891 X-1.0rc2: Windows: automatic %PATH% insert has \\ - ....C:\Program Files\Java\jre6\\bin 2 Critical RaiMan  10 Fix Released
718941 #718941 [request] [Java] Improved javadoc 2 Critical RaiMan  10 Fix Released
719250 #719250 X-1.0rc2: Windows XP: Sikuli IDE does not start --- try this 2 Critical RaiMan  10 Fix Released
722400 #722400 Missing copyright statements 2 Critical RaiMan  10 Fix Released
732418 #732418 [request] IDE: auto save 2 Critical RaiMan  10 Fix Released
778819 #778819 X-1.0rc2: Region spatial operators (nearby, left, right, ...) do not return a Region object --- workaround 2 Critical RaiMan  10 Fix Released
780937 #780937 X-1.0rc2: exact() information is lost in GUI on reopening --- workaround 2 Critical RaiMan  10 Fix Released
795486 #795486 [request] Upgrade Jython 2.5.1 -> 2.5.3 in the Sikuli distribution 2 Critical RaiMan  10 Fix Released
795498 #795498 Make Region.click() arguments optional 2 Critical RaiMan  10 Fix Released
799092 #799092 X-1.0rc3: IDE: indent support: for one-line if's colon added at line feed 2 Critical RaiMan  10 Fix Released
801497 #801497 X-1.0rc3: Java exception at end of script running sikuli-script.jar from commandline with user parameters 2 Critical RaiMan  10 Fix Released
807155 #807155 Sikuli constantly loses the png files crashing --- autosave 2 Critical RaiMan  10 Fix Released
808575 #808575 X-1.0rc3: images consisting of only one color always found and in wrong location 2 Critical RaiMan  10 Fix Released
836474 #836474 can not use sikuli x 2 Critical RaiMan  10 Fix Released
850520 #850520 X-1.0rc3: IDE: "with Region" doesn't work after first run - uses whole screen --- workaround 2 Critical RaiMan  10 Fix Released
850663 #850663 X-1.0rc3: same script opened multiple times 2 Critical RaiMan  10 Fix Released
850715 #850715 X-1.0rc3: Error at menu File -> Close Tab, if no tab open 2 Critical RaiMan  10 Fix Released
851040 #851040 Can't run Sikuli from a directory with a space in the name 2 Critical RaiMan  10 Fix Released
851754 #851754 X 1.0rc3: IDE hangs on startup - problems with saved session [Windows/Mac] 2 Critical RaiMan  10 Fix Released
851833 #851833 X-1.0rc3: IDE: sikuli start hangs after first try 2 Critical RaiMan  10 Fix Released
852940 #852940 X-1.0rc3: Windows: Cannot run scripts saved at root level --- at least one folder level needed 2 Critical RaiMan  10 Fix Released
853744 #853744 If the image placed inside a folder has numeric file name, its not taking it as valid file name 2 Critical RaiMan  10 Fix Released
855953 #855953 X-1.0rc3: IDE: Shift-Tab deletes image if leftmost --- workaround 2 Critical RaiMan  10 Fix Released
857446 #857446 Renaming an image in IDE sets similarity to 0.00 2 Critical RaiMan  10 Fix Released
858870 #858870 [request] IDE: Add "Apply" button to preferences window 2 Critical RaiMan  10 Fix Released
858940 #858940 X1.0-rc3: IDE: auto indentation ignores tab width preference 2 Critical RaiMan  10 Fix Released
860110 #860110 [request] IDE: ask whether to save unsaved changes before showing file dialog 2 Critical RaiMan  10 Fix Released
860412 #860412 [request] want preset for input field in input() 2 Critical RaiMan  10 Fix Released
862484 #862484 Windows build: the folder name should be Sikuli X 2 Critical RaiMan  10 Fix Released
862650 #862650 X-1.0rc3: IDE: preferences cannot be opened with all tabs closed 2 Critical RaiMan  10 Fix Released
863897 #863897 X-1.0rc3: Mac: using java -jar sikuli-script.jar reports error when script ends 2 Critical RaiMan  10 Fix Released
869842 #869842 can't support by win7-32bit 2 Critical RaiMan  10 Fix Released
870913 #870913 IDE crashes on take screenshot and create region 2 Critical RaiMan  10 Fix Released
876297 #876297 x-1.0rc3: IDE: changing target offset in Preview does not trigger "script has changed" 2 Critical RaiMan  10 Fix Released
877450 #877450 X-1.0rc3: pattern.exact() fails even when a perfect match exists --- workaround 2 Critical RaiMan  10 Fix Released
877484 #877484 [request] increased configuration capability for loading .dll libraries 2 Critical RaiMan  10 Fix Released
879955 #879955 X-1.0rc3: IDE: crash on script open with not existing image referenced in script --- fixed in r931 2 Critical RaiMan  10 Fix Released
880895 #880895 X-1.0rc3: IDE: Win7 64Bit: Can't capture screenshot using .exe --- workaround 2 Critical RaiMan  10 Fix Released
885975 #885975 Exit() closes IDE --- be sure to save before run --- should be done automatically (option) 2 Critical RaiMan  10 Fix Released
888715 #888715 X-1.0rc3: IDE: will not start anymore on XP SP3 --- workaround 2 Critical RaiMan  10 Fix Released
890123 #890123 X-1.0rc3: IDE: with: selects whole screen instead of specified region on rerun --- workaround 2 Critical RaiMan  10 Fix Released
893772 #893772 Windows7 64Bit: Sikuli disappears when Take Screenshot is clicked 2 Critical RaiMan  10 Fix Released
893909 #893909 [error] Can't create OS Util: org.sikuli.script.Win32Util- exception is thrown whil eusing Sikuli through java 2 Critical RaiMan  10 Fix Released
897895 #897895 [request] Java: Pattern class should retain image on Pattern constructor with an awt.BufferedImage 2 Critical RaiMan  10 Fix Released
905048 #905048 [request] want option to highlight matches on every find 2 Critical RaiMan  10 Fix Released
905400 #905400 [request] want java rectangle features for Region (union, intersection, intersects, contains) 2 Critical RaiMan  10 Fix Released
905402 #905402 [request] want Region spatial ops version including the ref region 2 Critical RaiMan  10 Fix Released
905435 #905435 X-1.0rc3: Region.onChange(handler, Integer) should give an error, instead of silently ignoring the Integer 2 Critical RaiMan  10 Fix Released
907726 #907726 X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed 2 Critical RaiMan  10 Fix Released
908554 #908554 Windows 7: X 1.0rc3 : Sometimes IDE hangs on launch 2 Critical RaiMan  10 Fix Released
912477 #912477 X-1.0rc3: Windows: IDE: Getting unicode decode error if script path contains \x 2 Critical RaiMan  10 Fix Released
914020 #914020 X-1.0rc3: Java 7: IDE crashes on taking screenshot --- Java 7 not supported --- workaround 2 Critical RaiMan  10 Fix Released
914806 #914806 X-1.0rc3: IDE: command list fully expanded: 'settings' menu not visible 2 Critical RaiMan  10 Fix Released
917667 #917667 X-1.0rc3: Mac: running script from command line (with -r or -t) fails due to spaces in scripts path 2 Critical RaiMan  10 Fix Released
939482 #939482 Changing screen setup is not recognized by Sikuli 2 Critical RaiMan  10 Fix Released
940086 #940086 Sikuli close automatically when try to capture screenshot 2 Critical RaiMan  10 Fix Released
941127 #941127 IDE freezes if parenthesis entered in search field 2 Critical RaiMan  10 Fix Released
944687 #944687 Windows: do not store scripts in root folder 2 Critical RaiMan  10 Fix Released
945641 #945641 X-1.0rc3: IDE: Cursor is misplaced in IDE when font size is changed 2 Critical RaiMan  10 Fix Released
963787 #963787 [request] passing arguments with space to Sikuli-IDE-w.bat 2 Critical RaiMan  10 Fix Released
966770 #966770 typo mistakes in the tutorials 2 Critical RaiMan  10 Fix Released
972163 #972163 siluki dont run 2 Critical RaiMan  10 Fix Released
979524 #979524 Ubuntu 12: sikuli-ide crashes with Tesseract 3.0 --- language files missing ??? 2 Critical RaiMan  10 Fix Released
993062 #993062 [request] sikuli-script.jar should handle --args the same way sikuli-ide.jar does 2 Critical RaiMan  10 Fix Released
1013247 #1013247 Sikuli Just closes down itself 2 Critical RaiMan  10 Fix Released
1013318 #1013318 X-1.0rc3: Script/Jython: Region.create(x,y,w,h) Null pointer exception --- should not be used 2 Critical RaiMan  10 Fix Released
1026033 #1026033 [request] IDE: switch display between developers and normal users 2 Critical RaiMan  10 Fix Released
1028612 #1028612 Sikuli for Java 7 throws exception when launched in Java 7 on OS X 2 Critical RaiMan  10 Fix Released
1028991 #1028991 X-1.0rc3: setFindFailedResponse(PROMPT) does not display image 2 Critical RaiMan  10 Fix Released
1031044 #1031044 X-1.0rc3: Stop releasing builds with spaces and parentheses in archive name 2 Critical RaiMan  10 Fix Released
1033667 #1033667 X-1.0rc3: "Text Editing" setting in Preferences changes the font in the editor even when cancelled 2 Critical RaiMan  10 Fix Released
1044637 #1044637 X-1.0rc3: IDE does not start or crashes with java 7 --- java 7 not yet supported --- workaround 2 Critical RaiMan  10 Fix Released
1046764 #1046764 [request] log problem: type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE "" 2 Critical RaiMan  10 Fix Released
1053438 #1053438 X-1.0rc3: IDE: Loading Sikuli project with missing images triggers NullPointerException --- use r930 2 Critical RaiMan  10 Fix Released
1053904 #1053904 Ubuntu 12.04: take screenshot is not working 2 Critical RaiMan  10 Fix Released
1054132 #1054132 Sikuli doesn't start after running sikulie IDE in windows 7 64 bit 2 Critical RaiMan  10 Fix Released
1054900 #1054900 X-1.0rc3: IDE: Removing not referenced images, when script is saved, is too rigorous 2 Critical RaiMan  10 Fix Released
1057159 #1057159 [request] Pattern settings window should be visible completely 2 Critical RaiMan  10 Fix Released
1063150 #1063150 Windows: IDE: take screenshot: crashes without any message (Windows Vista) 2 Critical RaiMan  10 Fix Released
1064442 #1064442 Win 7 Click Any Button The IDE Disappear 2 Critical RaiMan  10 Fix Released
1070929 #1070929 Errors in parent folder path that IDE adds to sys.path 2 Critical RaiMan  10 Fix Released
1071179 #1071179 crashs when i press any button 2 Critical RaiMan  10 Fix Released
1071597 #1071597 Sikuli IDE window doesn't open in Ubuntu 2 Critical RaiMan  10 Fix Released
1074303 #1074303 X-1.0rc3: Ubuntu: not working with OpenJDK 6 or 7 2 Critical RaiMan  10 Fix Released
1078321 #1078321 Sikuli IDE: Help Menu: Links not valid anymore temporarily 2 Critical RaiMan  10 Fix Released
1079319 #1079319 Python SyntaxError message hard to understand 2 Critical RaiMan  10 Fix Released
1083085 #1083085 Unable to take snapshot with Java 7 works ok with java 6 2 Critical RaiMan  10 Fix Released
1087027 #1087027 Port Sikuli to OpenCV 2.2 2 Critical RaiMan  10 Fix Released
1087315 #1087315 Region.highlight() fade out might influence directly following find ops 2 Critical RaiMan  10 Fix Released
1088897 #1088897 Help in Sikuli doesnt link to the right page 2 Critical RaiMan  10 Fix Released
1091638 #1091638 [request] IDE: want message log in a file 2 Critical RaiMan  10 Fix Released
1092017 #1092017 ScreenHighlighter might produce OutOfMemory crash 2 Critical RaiMan  10 Fix Released
1096540 #1096540 ide strips Pattern() from images 2 Critical RaiMan  10 Fix Released
1100383 #1100383 Incorrect form of "its" and "it's" used in documentation 2 Critical RaiMan  10 Fix Released
1100401 #1100401 Temporary files are not deleted after test runs 2 Critical RaiMan  10 Fix Released
1147030 #1147030 Error in "Working with Sliders" tutorial 2 Critical RaiMan  10 Fix Released
1156894 #1156894 Hardcoded temp directory can prevent multi-user use 2 Critical RaiMan  10 Fix Released
1162649 #1162649 X-1.0rc3: Region.exists(img, 0) waits minimum time given by WaitScanRate even when search time is shorter 2 Critical RaiMan  10 Fix Released
1164518 #1164518 sikuli-script.jar wrong exit status on exception 2 Critical RaiMan  10 Fix Released
1178428 #1178428 [RC3] Can't use a folder named "libs" in Eclipse project (working folder at runtime) 2 Critical RaiMan  10 Fix Released
799223 #799223 during import search dir of importing script first 3 High RaiMan  10 Fix Released
1222832 #1222832 [RC3] Memory leak problem when creating "Region" objects 1 Undecided RaiMan  10 Fix Released
1322367 #1322367 [request] Typing speed option --- available with 1.0.1+ but should be more permanent 1 Undecided   10 Fix Released
This milestone contains Public information
Everyone can see this information.