##### Branch: 'master'
##### by Stephen McGinty on 27-May-2019 09:28AM
Generated apps now come with an app/ dir as supported by Origen >= 0.50.0
##### Branch: 'master'
##### by Stephen McGinty on 20-Jul-2018 10:27AM
* Added a fall back way of working out the latest Origen version if the default way
of fetching it from rubygems.org fails (e.g. due to https connection issues in
runtime environment).
* Removed 'https://rubygems.org' as a Gemfile source when the app/plugin type is internal
and Origen.site\_config.gem\_server has been configured. Origen.site\_config.gem\_server can
be set to an array of sources, so site configurations can put it back in again if they want it.
* Disabled lint checks in the regression command, couldn't work out why it is failing in
CI/Travis, though it still works and is enabled when the regression command
(origen app\_gen:test -r) is run locally.
##### Branch: 'master'
##### by David Welguisz on 07-Dec-2017 10:23AM
#### Bug Fix
* Gemfile.lock was bad. Had windows specific gems. This one is clean.
##### Branch: 'master'
##### by David Welguisz on 17-Oct-2017 11:33AM
#### Bug Fix
* Previous release had it that copying directories could only happen if they had the same destination and source name. Now source and destination directory can be different.
##### Branch: 'master'
##### by David Welguisz on 16-Oct-2017 12:57PM
#### Updates
* Added the ability to recursively copy a directory in the app generator
* Added examples in the comment section of build\_filelist
##### Branch: 'master'
##### by David Welguisz on 06-Oct-2017 13:05PM
#### Updates
* Added the ability to recursively copy a directory in the app generator
* Added examples in the comment section of build\_filelist
##### Branch: 'master'
##### by Stephen McGinty on 29-Aug-2017 05:48AM
* Improvements to the custom app generators application template
* Improved the source path lookup for custom app generators, now includes
a base dir and should now add dirs for any additional sub-classing that
is added
* All directories will now include .keep files by default, though this can
be inhibited by setting nokeep: true within the directory definition in
the filelist
##### Branch: 'master'
##### by Stephen McGinty on 18-Aug-2017 18:46PM
Some bug fixes after first trial in the wild, no changes to documented behavior
##### Branch: 'master'
##### by Stephen McGinty on 17-Aug-2017 13:47PM
Added support for company customized application generators
##### Branch: 'master'
##### by Stephen McGinty on 24-May-2017 17:31PM
Added origen\_updater to all new apps and fixed some bugs
##### Branch: 'master'
##### by Stephen McGinty on 06-Jun-2016 21:32PM
Fix for \#1
##### Branch: 'master'
##### by Stephen McGinty on 26-May-2016 05:48AM
Added .byebug\_history to generated .gitignore
##### Branch: 'master'
##### by Stephen McGinty on 13-May-2016 00:15AM
Added an initial test module template
##### Branch: 'master'
##### by Stephen McGinty on 25-Feb-2016 09:15AM
Added maillists
##### Branch: 'master'
##### by Stephen McGinty on 22-Sep-2015 09:46AM
Added basic web pages templates to generated apps/plugins
##### Branch: 'master'
##### by Stephen McGinty on 21-Sep-2015 10:34AM
Include template .files in the gem build
##### Branch: 'master'
##### by Stephen McGinty on 21-Sep-2015 08:18AM
Initial release of stand alone test engineering app template
##### Branch: 'master'
##### by Stephen McGinty on 10-Sep-2015 07:47AM
Initial working version of stand alone test engineering app generator
##### Branch: 'master'
##### by r49409 on 24-Jun-2015 10:41AM
The generic application and plugin generators now build an app that can boot
##### Branch: 'master'
##### by r49409 on 24-Jun-2015 08:06AM
Initial version that can run, the generated new app could have bugs however