diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f2b3fb8..93c399483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/build/package.json b/build/package.json index 80279ff78..de0b01d35 100644 --- a/build/package.json +++ b/build/package.json @@ -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": { @@ -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": { diff --git a/dist/VERSION b/dist/VERSION index 2b7483e68..589268e6f 100644 --- a/dist/VERSION +++ b/dist/VERSION @@ -1 +1 @@ -1.3.0-alpha \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/dist/ladb_toolbox.rbz b/dist/ladb_toolbox.rbz index f84e7cfb5..8c65f39f8 100644 Binary files a/dist/ladb_toolbox.rbz and b/dist/ladb_toolbox.rbz differ diff --git a/src/ladb_toolbox/twig/tabs/about/tab.twig b/src/ladb_toolbox/twig/tabs/about/tab.twig index 8d6988dd9..b13745d6d 100644 --- a/src/ladb_toolbox/twig/tabs/about/tab.twig +++ b/src/ladb_toolbox/twig/tabs/about/tab.twig @@ -5,7 +5,7 @@ {% block containerInner %}

{{ 'tab.about.version'|i18next }}

-

{{ capabilities.version }} {{ capabilities.language|upper }} ( SU {{ capabilities.sketchupVersion }} - Ruby {{ capabilities.ruby_version }} - {{ capabilities.currentOS }} - {{ capabilities.locale }} )

+

{{ capabilities.version }} {{ capabilities.language|upper }} ( SU {{ capabilities.sketchupVersion }} - Ruby {{ capabilities.ruby_version }} - {{ capabilities.currentOS }} - {{ capabilities.locale }} ) (CHANGELOG)

{{ capabilities.userAgent }}

{{ 'tab.about.credits'|i18next }}

{{ 'tab.about.credits_description'|i18next }}