Skip to content

Commit

Permalink
+ 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeaulant committed Mar 17, 2018
1 parent 3f01819 commit d53a8a6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ in 1.x and 0.x versions.
* 1.3.0 (2018-03-16)

* Add dynamic components support !
* Add instance names (if exit) in cutlist part rows
* Add instance names (if exits) in cutlist part rows
* Fix part size calculation when a component contains multiples child groups
* Exclude always_face_camera component from cutlist
* Treat cuts_opening components has groups
* Exclude _always_face_camera_ component from cutlist
* Treat _cuts_opening_ components has groups
* Add CHANGELOG link in about tab

* 1.2.3 (2018-03-12)

Expand Down
10 changes: 5 additions & 5 deletions build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lairdubois-toolbox-sketchup-plugin",
"version": "1.3.0-alpha",
"version": "1.3.0",
"description": "L'Air du Bois : Woodworking Toolbox ================================",
"main": "index.js",
"directories": {
Expand All @@ -10,16 +10,16 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.3.0",
"gulp-less": "^3.5.0",
"gulp-replace": "^0.5.4",
"gulp-zip": "^3.2.0",
"js-yaml": "^3.7.0",
"markdown-it": "^8.2.2",
"js-yaml": "^3.11.0",
"markdown-it": "^8.4.1",
"markdown-it-external-links": "0.0.6",
"merge": "^1.2.0",
"slash": "^1.0.0",
"through2": "^2.0.3",
"twig": "^1.10.4",
"twig": "^1.10.5",
"vinyl-file": "^3.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0-alpha
1.3.0
Binary file modified dist/ladb_toolbox.rbz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ladb_toolbox/twig/tabs/about/tab.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% block containerInner %}
<h3>{{ 'tab.about.version'|i18next }}</h3>
<p><strong>{{ capabilities.version }}</strong> {{ capabilities.language|upper }} <em>( SU {{ capabilities.sketchupVersion }} - Ruby {{ capabilities.ruby_version }} - {{ capabilities.currentOS }} - {{ capabilities.locale }} )</em></p>
<p><strong>{{ capabilities.version }}</strong> {{ capabilities.language|upper }} <em>( SU {{ capabilities.sketchupVersion }} - Ruby {{ capabilities.ruby_version }} - {{ capabilities.currentOS }} - {{ capabilities.locale }} )</em> (<a href="https://github.com/lairdubois/lairdubois-toolbox-sketchup-plugin/blob/master/CHANGELOG.md" target="_blank">CHANGELOG</a>)</p>
<p><em><small>{{ capabilities.userAgent }}</small></em></p>
<h3>{{ 'tab.about.credits'|i18next }}</h3>
<p>{{ 'tab.about.credits_description'|i18next }}</p>
Expand Down

0 comments on commit d53a8a6

Please sign in to comment.