Tag: v2.1.1

##### Branch: 'master' ##### by Stephen McGinty on 10-Jun-2019 09:06AM Fixed bug when generating internal plugins

Tag: v2.1.0

##### Branch: 'master' ##### by Stephen McGinty on 10-Jun-2019 08:40AM Uses latest company gem server configuration options added in Origen 0.52.0

Tag: v2.0.0

##### 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

Tag: v1.2.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.

Tag: v1.1.4

##### 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.

Tag: v1.1.3

##### 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.

Tag: v1.1.2

##### 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

Tag: v1.1.1

##### 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

Tag: v1.1.0

##### 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

Tag: v1.0.1

##### 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

Tag: v1.0.0

##### Branch: 'master' ##### by Stephen McGinty on 17-Aug-2017 13:47PM Added support for company customized application generators

Tag: v0.4.0

##### Branch: 'master' ##### by Stephen McGinty on 24-May-2017 17:31PM Added origen\_updater to all new apps and fixed some bugs

Tag: v0.3.2

##### Branch: 'master' ##### by Stephen McGinty on 06-Jun-2016 21:32PM Fix for \#1

Tag: v0.3.1

##### Branch: 'master' ##### by Stephen McGinty on 26-May-2016 05:48AM Added .byebug\_history to generated .gitignore

Tag: v0.3.0

##### Branch: 'master' ##### by Stephen McGinty on 13-May-2016 00:15AM Added an initial test module template

Tag: v0.2.3

##### Branch: 'master' ##### by Stephen McGinty on 25-Feb-2016 09:15AM Added maillists

Tag: v0.2.2

##### Branch: 'master' ##### by Stephen McGinty on 22-Sep-2015 09:46AM Added basic web pages templates to generated apps/plugins

Tag: v0.2.1

##### Branch: 'master' ##### by Stephen McGinty on 21-Sep-2015 10:34AM Include template .files in the gem build

Tag: v0.2.0

##### Branch: 'master' ##### by Stephen McGinty on 21-Sep-2015 08:18AM Initial release of stand alone test engineering app template

Tag: v0.1.0

##### Branch: 'master' ##### by Stephen McGinty on 10-Sep-2015 07:47AM Initial working version of stand alone test engineering app generator

Tag: v0.0.3

##### Branch: 'master' ##### by r49409 on 24-Jun-2015 10:41AM The generic application and plugin generators now build an app that can boot

Tag: v0.0.2

##### Branch: 'master' ##### by r49409 on 24-Jun-2015 08:06AM Initial version that can run, the generated new app could have bugs however