Skip to content

Commit

Permalink
Releasing vis-1.123.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Feb 26, 2024
1 parent 9e341e0 commit 612e77a
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<p align="center">
Latest Release: <br>
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.122.1">1.122.1</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/1.122.0">1.122.0</a>
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.122.1">1.122.1</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.123.0">1.123.0</a>

[comment]: ##################################################################################
[comment]: <DO NOT MOVE THE LINKS TO THE RELEASE FROM LINE 25 OR THE RELEASE SCRIPT WILL CRASH>
Expand Down
28 changes: 28 additions & 0 deletions gh-pages/_posts/release/2024-02-26-vis_1_123_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
categories:
- Release
tags:
- gh-pages
- release
- visualization

title: Visualization version 1.123.0
---

{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.123.0).
This version brings the following:

### Changed

- CodeCharta Analysis and Visualization now have separate changelogs and releases [#3499](https://github.com/MaibornWolff/codecharta/pull/3499)

### Added 🚀

- Highlight building on-click of file in explorer [#3488](https://github.com/MaibornWolff/codecharta/pull/3488)

### Fixed 🐞

- Fix buildings inability to be completely red in delta mode [#3439](https://github.com/MaibornWolff/codecharta/pull/3439)
- Fix edge preview in visualization [#3439](https://github.com/MaibornWolff/codecharta/pull/3439)
- Fix edges start/end intersecting with building in delta mode [#3439](https://github.com/MaibornWolff/codecharta/pull/3439)
- Fix style issues in the node/file explorer of visualization [#3439](https://github.com/MaibornWolff/codecharta/pull/3439)
2 changes: 2 additions & 0 deletions visualization/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻)

## [1.123.0] - 2024-02-26

### Changed

- CodeCharta Analysis and Visualization now have separate changelogs and releases [#3499](https://github.com/MaibornWolff/codecharta/pull/3499)
Expand Down
4 changes: 2 additions & 2 deletions visualization/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-visualization",
"version": "1.122.0",
"version": "1.123.0",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit 612e77a

Please sign in to comment.