From c1eb03751c3d116b773c6292060ef87366c882eb Mon Sep 17 00:00:00 2001 From: RomanenkoVladimir Date: Tue, 13 Jul 2021 11:54:30 +0200 Subject: [PATCH] "Releasing 1.76.0" --- CHANGELOG.md | 2 ++ analysis/gradle.properties | 2 +- analysis/node-wrapper/package-lock.json | 2 +- analysis/node-wrapper/package.json | 2 +- gh-pages/_posts/release/2021-07-13-v1_76_0.md | 26 +++++++++++++++++++ visualization/package-lock.json | 2 +- visualization/package.json | 2 +- 7 files changed, 33 insertions(+), 5 deletions(-) create mode 100644 gh-pages/_posts/release/2021-07-13-v1_76_0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d37e982d8e..fa7ab9a042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) +## [1.76.0] - 2021-07-13 + ### Added 🚀 - Custom metric scenarios which include the 'Color-Metric' (rloc) will now also save any changes made to the color scheme. ([#1557](https://github.com/maibornwolff/codecharta/issues/1557)) diff --git a/analysis/gradle.properties b/analysis/gradle.properties index b526c1203b..a329bcde65 100644 --- a/analysis/gradle.properties +++ b/analysis/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -currentVersion=1.75.0 +currentVersion=1.76.0 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit diff --git a/analysis/node-wrapper/package-lock.json b/analysis/node-wrapper/package-lock.json index cf799856fc..e6ba0e7f39 100644 --- a/analysis/node-wrapper/package-lock.json +++ b/analysis/node-wrapper/package-lock.json @@ -1,6 +1,6 @@ { "name": "codecharta-analysis", - "version": "1.75.0", + "version": "1.76.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/analysis/node-wrapper/package.json b/analysis/node-wrapper/package.json index 5a824ef3c6..4ce25bb490 100644 --- a/analysis/node-wrapper/package.json +++ b/analysis/node-wrapper/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/MaibornWolff/codecharta.git" }, "name": "codecharta-analysis", - "version": "1.75.0", + "version": "1.76.0", "description": "MaibornWolff CodeCharta Analysis Tools", "scripts": { "prepare": "rm -rf ../build/install/codecharta-analysis public && ../gradlew -p .. installDist && cp -R ../build/install/codecharta-analysis public" diff --git a/gh-pages/_posts/release/2021-07-13-v1_76_0.md b/gh-pages/_posts/release/2021-07-13-v1_76_0.md new file mode 100644 index 0000000000..52bc0049dd --- /dev/null +++ b/gh-pages/_posts/release/2021-07-13-v1_76_0.md @@ -0,0 +1,26 @@ +--- +categories: + - Release +tags: + - gh-pages + +title: 1.76.0 +--- + +{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/{{page.title}}). This version brings the following: + +### Added 🚀 + +- Imported files are now compressed by default. Use the -nc parameter to uncompress the files. ([#1702](https://github.com/maibornwolff/codecharta/issues/1702)) +- Export the current view as a png image by using "Ctrl+Alt+S" or clicking the corresponding button ([#674](https://github.com/MaibornWolff/codecharta/issues/674)) +- Show only labels of buildings according to a chosen color ([#1347](https://github.com/MaibornWolff/codecharta/issues/1347)) +- New buttons to reset the color hex values and color metric thresholds separately ([#1613](https://github.com/MaibornWolff/codecharta/issues/1613)) + + + +- Opening new files does no longer remove old ones. + + + + - Already loaded files can be individually removed. + - The 'Multiple' view will select the latest files. diff --git a/visualization/package-lock.json b/visualization/package-lock.json index 89a5ab924c..79ed509765 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -1,6 +1,6 @@ { "name": "codecharta-visualization", - "version": "1.75.0", + "version": "1.76.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/visualization/package.json b/visualization/package.json index 7ff9208e63..1910d440b8 100644 --- a/visualization/package.json +++ b/visualization/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/MaibornWolff/codecharta.git" }, "name": "codecharta-visualization", - "version": "1.75.0", + "version": "1.76.0", "description": "MaibornWolff CodeCharta", "files": [ "dist/webpack",