From ec9eab81bfb3b35bfe7ad06008b26f19009e6638 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 27 Jun 2014 17:27:53 -0400 Subject: [PATCH] Closes #177 - change log file added, needs refining --- CHANGELOG.md | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000000..dbec620b87ee --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,92 @@ +### v0.1.0 +
  • view commit • Fixes #61
  • +
  • view commit • Fixed typo causing failure with mysql strict
  • +
  • view commit • Should be final fixes for mysql strict mode
  • + +### v0.1.1 +
  • view commit • Fixes #69
  • +
  • view commit • Fixes #63 and #70
  • +
  • view commit • Fixes #14
  • +
  • view commit • Fixes #77
  • +
  • view commit • Corrected license seat count associated with license. Fixes #75
  • +
  • view commit • Fixes #80, also prevents the user from checking out an asset that is undeployable, etc
  • +
  • view commit • Fixed status display bug
  • +
  • view commit • Responsive design bug fixes, placeholder code for #64 (commented out)
  • +
  • view commit • Fixes #88
  • +
  • view commit • Fixed language file paths caused by #88
  • +
  • view commit • Another fix related to #88, also accounts for users with invalid location_ids
  • +
  • view commit • Fixed relationship between users/locations because fuck you ORM
  • +
  • view commit • Fixing pivot for users
  • +
  • view commit • Fixed assigned to id
  • +
  • view commit • Fixed relationship method because fuck you ORM
  • + +### v0.2.0 +
  • view commit • Fixes #93
  • +
  • view commit • Fixed model view
  • +
  • view commit • More fixes for #88
  • +
  • view commit • More fixes for #88
  • +
  • view commit • Fixed error message
  • +
  • view commit • Fixes #36
  • + +### v0.3.0-alpha +
  • view commit • Fixing JSON parse errors from #97
  • +
  • view commit • Fixed language support
  • +
  • view commit • Fixed Gravatar Hash
  • +
  • view commit • Fixes mail config documentation
  • +
  • view commit • Fixes composer formatting issues
  • +
  • view commit • Removes sorting from actions column. Fixes #56
  • +
  • view commit • Fixed depreciation bug
  • +
  • view commit • Fixed bug where RTD = 1 instead of 0
  • +
  • view commit • Fixed bug in depreciation display
  • +
  • view commit • Fixed depreciation display on asset view
  • +
  • view commit • Fixed FK
  • +
  • view commit • Bugfix to put custom title in the page title
  • +
  • view commit • Hacky shit to fix pagination weirdness - will come back to this
  • +
  • view commit • Fixed error message layout
  • +
  • view commit • Fixed error when user is invalid
  • +
  • view commit • Fixed invalid seed data
  • +
  • view commit • Fixing error when no depreciation
  • +
  • view commit • Fixed FK in licenses model
  • +
  • view commit • Fixes #112
  • +
  • view commit • Minor div fix
  • +
  • view commit • Fixed typo
  • +
  • view commit • Changes serial to text area, allow new lines. Fixes #118
  • +
  • view commit • Fixed === to == (PHP is loosely typed)
  • + +### v0.3.1-alpha +
  • view commit • Fix for broken datatables in upgrading to v2.2
  • +
  • view commit • Fixed code indentation for Apache virtualhost example
  • +
  • view commit • Fixing this change from #109 that somehow got reverted
  • +
  • view commit • Fixed CSV rexport
  • + +### v0.3.2-alpha +
  • view commit • Fixed auth error when user isn't logged in
  • + +### v0.3.3-alpha +
  • view commit • Fixes #139
  • +
  • view commit • Fixes #139
  • +
  • view commit • Fixes #136
  • +
  • view commit • Fixes #141
  • +
  • view commit • Fixes #141 for mysql with strict mode enabled
  • +
  • view commit • Fixes #148
  • +
  • view commit • Fixes #144
  • +
  • view commit • More fixes for #151
  • + +### v0.3.4-alpha +
  • view commit • Fixes #139
  • +
  • view commit • Fixes #139
  • +
  • view commit • Fixes #136
  • +
  • view commit • Fixes #141
  • +
  • view commit • Fixes #141 for mysql with strict mode enabled
  • +
  • view commit • Fixes #148
  • +
  • view commit • Fixes #144
  • +
  • view commit • More fixes for #151
  • + +### v0.3.4-alpha +
  • view commit • Fixes #158
  • + +### v0.3.5-alpha +
  • view commit • Provisions for strict mode, fixed license deletion bug
  • + +### v0.3.6-alpha +
  • Erroneous release - sorry :( It's identical to v0.3.5-alpha
  • \ No newline at end of file