Bamboo 4.0.9
June 16, 2019
Enhancements:
- Product item data files (those without images) will be placed into a Fulfillment folder instead of the prints folder.  

Bamboo 4.0.8
June 16, 2019  
Bug Fixes:
- Corrected formatting of product amount when selecting images for packages / alacart in Kiosk Mode
New Features:
- Enables ordering of products, packages, and alacart items in Kiosk Mode.  Insert the <priority> field in the XML file, with lower numbers being displayed first.  Example:
<data>
    <packagecode>packagea</packagecode><!-- unique identifier for the package -->
    <packageprice>30.00</packageprice><!-- price for package -->
    <title>2 - 6x8's + Digital Copy</title><!-- title of package -->
    <priority>3</priority><!-- Priority Order for Display - Lower number is displayed first (higher) on list -->
    <items>
        <!-- Items go hear  -->
        <item plucode="A1" minar="0" maxar="100">Digital</item>
        <item plucode="B2" minar="1.2" maxar="1.5">6 x 8</item>
        <item plucode="B2" minar="1.2" maxar="1.5">6 x 8</item>
    </items>
</data>

Bamboo 4.0.7
June 10, 2019
Bug Fixes:
- Corrected issues with number formatting of dollar values.

Bamboo 4.0.6
June 9, 2019
New Features:
- Added products category to kiosk mode.  A product with no image can be ordered and added to cart.  

Bamboo 4.0.5
June 5, 2019
New Features:
- Added shopping cart button in kiosk mode to allow users to navigate to the shopping cart directly from various screens. 

Bamboo 4.0.4
May 30, 2019
Bug Fixes:
- Fixed issue related to updating user data

Bamboo 4.0.3
May 5, 2019
New Features
- Decode scanned QR Code with URL in Kiosk Mode
- Auto Submit scanned QR Code with URL in Kiosk Mode

Bamboo 4.0.2
April 20, 2019
New Features
- Favorites in Kiosk Mode. You can select (heart) favorites.  Only these images are shown initially when ordering a package.  However, you can click on the "show more" button to display all unfavorited images as well.  

Bamboo 4.0.1
New Features
Bug Fixes
- Fixes broken link to Build Your Own Packages image
- Fixes issue with inverse aspect ratio's not accounted for in limited aspect ratios for package files.

Bamboo 4.0.0
New Features:
- File Names Sorted Alphabetically in Kiosk Mode
- DigiPass / Combine Codes Feature.  Available at [IP]:[Port Number]/digipass/ - Can change the code associated with an image by entering in one or more codes ("tickets"), and then a new code or "digipass" that the images should now be associated with.  
- Kiosk Mode: A new kiosk mode that is intended to be used with a standalone kiosk browser machine, preferably with a barcode scanner.  All of the information is located in the /kiosk/ folder within Bamboo's root folder.  The /screensavers/ folder holds one or more images that are used as screen savers while the kiosk is waiting for us.  It just randomly selects one of the images to dispaly for a brief period of time, and then randomly selects another.  In the /packages/ folder, there is a packages title graphic ("packagestitle.png") and then one or more TEPS Kiosk Packages files.  The TEPS kiosk packages files are simplified TEPS Packages files.  An example one is reproduced below:

<data>
	<packagecode>packageb</packagecode><!-- unique identifier for the package -->
	<packageprice>39.99</packageprice><!-- price for package -->
	<title>2 - 6x8's, 1-6x14 + Digital Copy</title><!-- title of package -->
	<items>
		<!-- Items go hear  -->
		<item plucode="A1" minar="0" maxar="100">Digital</item>
		<item plucode="B2" minar="1.2" maxar="1.5">6 x 8</item>
		<item plucode="B2" minar="1.2" maxar="1.5">6 x 8</item>
		<item plucode="C3" minar="1.8" maxar="2.5">6 x 14</item>
	</items>
</data>

The user is directed to select an image that falls within the aspect ratio designated.  There is a known issue right now that only horizontal aspect ratios are allowed.  A subsequent release will account for the inverse of the aspect ratio to account for portrait images.  

The /alacart/ folder functions the same way as the packages folder, but is intended to delineate single item purchases.  

Known Issues: 
- Only single aspect ratio images are accounted for (and not the inverse).  
- Favorite images are not provided for yet in Kiosk Mode
- All images are displayed when selecting images for a package.  Future versions will limit the images to favorites, but then provide a view more button to show all images
- Addons (such as frames) is not yet provided for.  The TEPS Kiosk Package files will provide for an addon field that will designate products that can be purchased for that print.  These are intended to be non-photograph products. 


Bamboo 3.10.2
November 18, 2018
Bug Fixes:
- Fixed a bug related to searching for images requested by the server for upload
- Revised field names for registration orders
- Fixed an issue related to the display of release notes


Bamboo 3.10.1
October 17, 2018
New Features:
+ Release Notes now displayed in about dialog.
+ Code will auto generate if enter code manually field is not enabled. 


Bamboo 3.10.0
September 18, 2018
New Features:
+ Bamboo will read in Image Requests from the PhotoTouch System, and upload any images within the original images folder that matches the requested codes. 

Bamboo 3.9.2
September 3, 2018
New Features:
+ Enable and Edit Fields for Child's Name and Order Text (for example, Christmas Card Text from Pre-Orders).  
Bug Fixes:
- Fixed an issue where some edits were not saving and/or being uploaded
- Fixed an issue where some data related to the Child's Name and Order Text were not displaying consistently
- Fixed an issue where some data related to the Order Text was not being sent properly to TEPS via the Header
