close panorama

Download
latest version

Download Alpha / Beta / Pre-Release Versions

This is the krpano Alpha / Beta versions download section. When new features during the development become ready for testing or usage, then they will be released here. The releases here are not complete packages, only the new and relevant parts will be included in downloads. These files here should be only used by experienced krpano users!
There is currently no Alpha / Beta / Pre-Release Version.
Get the latest version here - Download.



older Alpha / Beta / Pre-Release Versions...
2011-05-20 - krpano 1.0.8.14 Viewer - Release Candidate 3
Changes/Fixes (compared to the last pre-release from 2011-05-11)
  • krpano.swf & krpanoiphone.js
    • new actions for looping / repeating actions:
      for(startaction, condition, nextaction, loopaction)
      asyncfor(startaction, condition, nextaction, loopaction)
      loop(condition, loopaction)
      asyncloop(condition, loopaction)
    • new Math object for mathematical constants and actions:
      • Math.PI
      • Math.abs(var) or Math.abs(result,v)
      • Math.acos(var) or Math.acos(result,v)
      • Math.asin(var) or Math.asin(result,v)
      • Math.atan(var) or Math.atan(result,v)
      • Math.atan2(result,a,b)
      • Math.ceil(var) or Math.ceil(result,v)
      • Math.cos(var) or Math.cos(result,v)
      • Math.exp(var) or Math.exp(result,v)
      • Math.floor(var) or Math.floor(result,v)
      • Math.log(var) or Math.log(result,v)
      • Math.max(var,var2) or Math.max(result,...vars)
      • Math.min(var,var2) or Math.min(result,...vars)
      • Math.pow(var,var2) or Math.pow(result,v1,v2)
      • Math.round(var) or Math.round(result,v)
      • Math.sin(var) or Math.sin(result,v)
      • Math.sqrt(var) or Math.sqrt(result,v)
      • Math.tan(var) or Math.tan(result,v)
    • Removing of all InOut and OutIn tweentypes - they were typically not needed and the removing saves a lot of swf and js filesize.
  • krpanoiphone.js
    • iPhone hotspot scaling fix - WARNING: existing tours may look different now!
    • added showerrors setting
    • use automatically downscaled tablet images when there are no mobil images available on iPhone3, iPod2/3
    • 'open-log-area' click through fix
  • Plugins
    • new rebuild 'non-native' iPad-style Combobox for iPhone and iPad
    • soundinterface.js - looping fix
    • googlemaps.swf - made Flashplayer 9 compatible
    • plugin interface fixes and enhancements
Download (krpano Flash and JS viewer, plugins)
2011-05-11 - krpano 1.0.8.14 Viewer - Release Candidate 2
Changes/Fixes (compared to the last pre-release from 2011-04-04)
  • krpano.swf & krpanoiphone.js
    • many new plugin interfaces, very similar for Flash and Javascript, more details about that on the final release
    • new plugin/hotspot imagewidth / imageheight variables (read-only), these variables contain the original unscaled pixel size of the loaded image, the informations are first available after the onloaded event
    • new tween update callback function:
      tween(var,dst,time,done,updatefu)
      the updatefu code will be called after every variable change
  • krpanoiphone.js
    • increased iPod4 stability by limiting and automatically downsampling the max. cubesize to 640x640 (the iPod 4 has too few memory for a stable use of 1024x1024 cube faces)
    • fix: interrupting works now also when clicking plugin or hotspots elements
    • fix: detect mouse releases outside an iframe
  • plugins
Download (krpano Flash and JS viewer, plugins)
2011-04-11 - krpano 1.0.8.14 Tools - Release Candidate
News:
  • new "krpano Update Tool" for updating krpano swf and js files
  • "kprotect" tool renamed to "krpano Protect Tool"
  • PSD / PSB read and write support (.psd, .psb)
  • BigTIFF support (.btf, .tf8 or .bigtiff)
  • Kolor Raw support (.kro)
  • new config file (convertdroplets.config) for the "SPHERE to CUBE" and "CUBE to SPHERE" droplets
  • new kmakemultires.config setting new (converttocubeformat=kro)
  • updated xml templates
Downloads:
krpano Tools 1.0.8.14 Windows
krpano Tools 1.0.8.14 Windows 64bit
krpano Tools 1.0.8.14 Mac
krpano Tools 1.0.8.14 Mac 64bit
2011-04-04 - krpano 1.0.8.14 Viewer - Release Candidate
Changes/Fixes (compared to the last pre-release from 2011-02-23)
  • krpano.swf & krpanoiphone.js
    • no "loadpano busy" during blending anymore - that means no lost loadpano, loadxml, loadscene calls anymore
    • new addtionaly syntax for the cube image urls:
      <image>
        <cube url="pano_%s.jpg" />
      </image>
      the %s will be replaced by l,f,r,b,u,d
    • new maskchildren setting for plugin and hotspots element:
      when set to true then all child elements that are outside of the parent element will be clipped/masked out
    • new named <events> tags (additionally to the existing <events> tag),
      the keep flag is needed for these named <events> tags!
      e.g.
      <events name="fsbuttonevents" keep="true"
              onenterfullscreen="..."
              onexitfullscreen="..."
              />
    • new events.dispatch(eventname) action for calling the events from all currently defined events tags, custom events in the <events> tags are possible!
    • new onnewpano event - this event will be called when there is a new pano image and all informations about it (type,imagesize,hfov,vfov) are avialable.
    • new onremovepano event - this event will be called when when the current pano image will be removed (e.g. when loading a new pano)
    • new isdesktop and ismobile variables
  • krpano.swf
    • architectural projection - a smoother transition to normal view at nadir/zenith
    • fix - the HIGHSHARP quality modes are now always working
    • new display.sharpen setting for adjusting the sharpen effect
      (0-14, default=12)
    • the loading progress animations are now aligned inside the pano area
    • the tween actions are now using the actionintervalbase setting (that means they are more time accurate by default)
    • parent="STAGE" fixed (bug in last pre-release)
  • krpanoiphone.js / swfkrpano.js
    • a new setting to allow simulating an iphone/ipad with the right images and right sizes on desktop safari:
      simulatedevice="useragent|iphone|ipad"
      this setting must be done in the html file during embedded
      settings:
      useragent = use the current useragent to detect the device
      iphone = simulate an iphone device
      ipad = simulate an ipad device
    • a iphone-ipad-simulator for testing krpano iPhone/iPad layouts
    • new support for architectural projection
    • embedding krpano dynamically is now possible when the licenses are embedded into the .js file or when the license files were included manually into the html file
    • the krpanoJS viewer has now a full plugin interface (for loading, unloading, resizing, displaying, custom attributes and actions ...)
    • new mouse.stagex / mouse.stagey variables
    • fix - if() call without condition
    • fix - several plugin preload fixes
    • blending hotspots when the pano is blending
  • plugins
    • the Gyro plugin from Aldo Hoeben is now a real krpanoJS plugin and included in the download package
    • complete new googlemaps plugin - custom spot images and spotstyles and many things more... (more details on the final release)
    • videoplayer plugin - additional fixes
    • radar plugin for krpanoJS
    • options plugin much improved, try using it with partial panos
    • improved krpanoJS textfield plugin
Download (krpano Flash and JS viewer, plugins)
2011-02-23 - krpano 1.0.8.14 viewer pre-release
Changes/Fixes (compared to the last pre-release from 2011-02-09)
  • krpano.swf & krpanoiphone.js
    • new plugin/hotspot pixelwidth / pixelheight variables (read-only), these variables contain the final pixel size of the element, but note - they don't get updated immediately when changing the normal width/height/scale variables, the update happens after a screen refresh or when calling the updatepos() function of the element,
    • new plugin/hotspot updatepos() function for updating / recalculating the position and size of the plugin/hotspot element immediately (the pixelwidth/pixelheight variables will be updated after this call)
    • new control.touchtype variable for touch devices (iPhone/iPad/Android), possible values = "drag2d" or "moveto", default="drag2d"
    • fixed/changed loadpano events/actions order:
      - old order: loadpano⇒calls-following-loadpano⇒onstart⇒onxmlcomplete
      - new order: loadpano⇒onstart⇒onxmlcomplete⇒calls-following-loadpano
      - get the old order by explicitly setting version="1.0.8.12" in the xml
    • looktohotspot() without parameters = do lookto to current hotspot
  • krpano.swf
    • new plugin/hotspot pixelhittest variable (true or false, default=false) for enabling a pixel accurate hit testing which respects the transparency of the image instead of using the bounding box, but note - use this setting with care! this pixel hit-test is a much heavier operation than the normal/default bounding box check!
    • new control.camrollreset variable (true or false, default=true) to disable the resetting of the camroll in moveto/drag2d mode
    • fixed problem with the scene onstart event when there were '&' or '=' characters in the onstart action
  • krpanoiphone.js
    • fixed action parameters (%N) resolving (bug from 2011-02-09)
    • textfield html/css="data:dataname"
    • fixed problem with xml url query paths that contain slashes or # characters
  • plugins
    • some updated plugins
    • videoplayer plugin - additional pausedonstart fix
    • details about the plugin news on the final release
Download (krpano Flash and JS viewer, plugins)
2011-02-09 - krpano 1.0.8.14 viewer pre-release
Changes/Fixes (compared to the last pre-release from 2011-02-01)
  • krpano.swf & krpanoiphone.js
    • new subtxt(dstvar,srcvar,start,len) action for extracting a part of text / variable (like the Javascript/Flash substr() function)
  • krpano.swf
    • Android / Desktop devices detection fix
    • fixed plugin/child 'flickering' on fast loading
    • new getter/setter interface for plugins (more details on the final release)
  • krpanoiphone.js
    • added support for the "preload" setting
  • plugins
    • some updated plugins
    • details about the plugin news on the final release
Download (krpano Flash and JS viewer, plugins)
2011-02-01 - krpano 1.0.8.14 viewer pre-release
Changes/Fixes:
  • krpano.swf & krpanoiphone.js
    • "devices" attribute for all xml tags
    • txtadd() fix when adding text to non-existent variable
    • changeorigin() fix for "prop" sizes
    • remove old scenes when loading a new xml (via the loadpano() call)
  • krpano.swf
    • branding free license - disable logkey now also on startup license error
    • qtvr.preview setting fix
    • fixed autorotate problem with partial panos and view limiting
    • wrong size with width="" or height="" at startup fix
    • partial panos lookto / looktohotspot / moveto wrap-around bugfix
  • krpanoiphone.js
    • improved child/parent system (rotating, scaling, visibility, zorder, events, ...)
    • iPhone scaling / positioning bug fixes
    • tiled images - visible seam fix
    • support for KEEPVIEW flag added
    • mouse.x / mouse.y variables
Download (krpano Flash and JS viewer)
2011-01-03 - krpano 1.0.8.14 pre-release (mainly a 1.0.8.12 bugfix release)
News:
  • krpano.swf
    • partial panos lookto/looktohotspot/moveto bugfix
    • infrequent loading of embedded files problem bugfix
  • videoplayer.swf
    • pausedonstart bugfix
  • soundinterface.swf
    • sound caching bugfix
  • krpanoiphone.js
    • %SWFPATH% fix
    • limitview bugfix
Download (krpano Flash and JS viewer, videoplayer, soundinterface, editor, option plugins)
2010-12-08 - krpanoJS 1.0.8.14 - soundinterface pre-release
News:
  • first release of the soundinterface plugin for the krpanoJS viewer
  • please read the included readme.txt file for more details
Download (krpanoJS viewer + javascript soundinterface plugin)
2010-11-25 - krpano 1.0.8.12 - bugfix pre-release
News:
  • krpano viewer / videoplayer plugin - playvideo() size / volume update fixes
  • videoplayer plugin - time attribute update as <plugin> element
  • videoplayer plugin - videourl attribute update after playvideo() call
  • krpanoJS - fixed textfield without html attribute bug
Download (viewer + videoplayer plugin)
2010-11-24 - krpano 1.0.9 alpha 0 - panoramic video support
News: Download (viewer + panoramic video usage example)