From 466d913d2a4ad99eddeb58e2fb14152f2613896d Mon Sep 17 00:00:00 2001 From: Phanlezz <65733509+phanlezz@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:41:31 +0200 Subject: [PATCH] Releasing 1.115.0 --- CHANGELOG.md | 2 + analysis/gradle.properties | 2 +- analysis/node-wrapper/package-lock.json | 4 +- analysis/node-wrapper/package.json | 2 +- .../_posts/release/2023-03-30-v1_115_0.md | 43 +++++++++++++++++++ visualization/package-lock.json | 4 +- visualization/package.json | 2 +- 7 files changed, 52 insertions(+), 7 deletions(-) create mode 100644 gh-pages/_posts/release/2023-03-30-v1_115_0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 59080e0757..48eebf7d48 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.115.0] - 2023-03-30 + ### Added 🚀 - Display the CodeCharta logo next to the MaibornWolff logo [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) diff --git a/analysis/gradle.properties b/analysis/gradle.properties index 3c47ea2fe2..010233f724 100644 --- a/analysis/gradle.properties +++ b/analysis/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -currentVersion=1.114.0 +currentVersion=1.115.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 528419f374..2dbb74ab51 100644 --- a/analysis/node-wrapper/package-lock.json +++ b/analysis/node-wrapper/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-analysis", - "version": "1.114.0", + "version": "1.115.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecharta-analysis", - "version": "1.114.0", + "version": "1.115.0", "license": "BSD-3-Clause", "dependencies": { "makeshift": "^1.1.0", diff --git a/analysis/node-wrapper/package.json b/analysis/node-wrapper/package.json index e4bf9aa883..d707c8ec8e 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.114.0", + "version": "1.115.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/2023-03-30-v1_115_0.md b/gh-pages/_posts/release/2023-03-30-v1_115_0.md new file mode 100644 index 0000000000..c17290bf0c --- /dev/null +++ b/gh-pages/_posts/release/2023-03-30-v1_115_0.md @@ -0,0 +1,43 @@ +--- +categories: + - Release +tags: + - gh-pages + +title: 1.115.0 +--- + +{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/{{page.title}}). This version brings the following: + +### Added 🚀 + +- Display the CodeCharta logo next to the MaibornWolff logo [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) +- Tooltip for primary and secondary metrics that displays AttributeDescriptor information in the sidebar [#3239](https://github.com/MaibornWolff/codecharta/pull/3239)
+ ![image](https://user-images.githubusercontent.com/65733509/227218468-b7d1e1ae-b847-40ab-8513-f3762b8787bb.png) +- Supports adding note to a custom view, provides a preview and an edit option for notes from the selection menu [#3234](https://github.com/MaibornWolff/codecharta/pull/3234)
+ ![image](https://user-images.githubusercontent.com/72517530/226942610-9e08d39c-324d-4de3-81d0-4e5da4e589aa.png) + ![image](https://user-images.githubusercontent.com/72517530/226943152-1bb339bb-c39f-4bf6-a32d-ee8476249f98.png) + +### Changed + +- The Suspicious metrics and Risk profile Feature is now also available outside the Experimental Feature Mode [#2963](https://github.com/MaibornWolff/codecharta/pull/2963)
+ ![image](https://user-images.githubusercontent.com/47224279/222686442-05d4b83c-04d7-4275-b1eb-4339e8906130.jpg) +- Made the background color a bit lighter [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) +- Saturate the distribution bar colors [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) +- Improve the layout of all metric menus [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) +- Improve the layout of the global configuration dialog [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) +- Improve the layout of the metric chooser panel [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) +- Change the primary color to match the color of the CodeCharta logo [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) +- Improve the docs for suspicious metrics and risk profile feature [#3238](https://github.com/MaibornWolff/codecharta/pull/3238) +- Improve Custom Views Dialog [#3238](https://github.com/MaibornWolff/codecharta/pull/3248) + +### Fixed 🐞 + +- Unselecting a folder in Presentation Mode leads to console error [#3215](https://github.com/MaibornWolff/codecharta/pull/3215) +- Fix Shrunken FileExplorer's file list on small displays [#3235](https://github.com/MaibornWolff/codecharta/pull/3235) +- Fix various margin problems in the UI [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) +- Fix bumpy animations when moving/turning the map, hover buildings (showing labels and edges) [#3244](https://github.com/MaibornWolff/codecharta/pull/3244) + +### Chore 👨‍💻 👩‍💻 + +- Upgrade all material UI components to MDC (not using the UI legacy components any more) [#3226](https://github.com/MaibornWolff/codecharta/pull/3226) diff --git a/visualization/package-lock.json b/visualization/package-lock.json index 9aa0390a68..d3e017b90d 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-visualization", - "version": "1.114.0", + "version": "1.115.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecharta-visualization", - "version": "1.114.0", + "version": "1.115.0", "license": "BSD-3-Clause", "dependencies": { "@angular/animations": "^15.1.1", diff --git a/visualization/package.json b/visualization/package.json index a30d537d16..67fd6ae175 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.114.0", + "version": "1.115.0", "engines": { "node": ">=16" },