Skip to content

Commit

Permalink
Releasing vis-1.124.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereboss committed Mar 18, 2024
1 parent 68d0453 commit f804304
Show file tree
Hide file tree
Showing 5 changed files with 32 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/vis-1.123.0">1.123.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.124.0">1.124.0</a>

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

title: Visualization version 1.124.0
---

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

### Added 🚀

- Display diagram of color distribution [#3511](https://github.com/MaibornWolff/codecharta/pull/3511)
</br>
<img width="300" alt="color-metric-diagram" src="https://github.com/MaibornWolff/codecharta/assets/149768491/0b0e4e6f-e0c2-49b1-b9e8-2d69002338f0">
</br>
- Persist uploaded files and applied configuration accross page-reloads [#3486](https://github.com/MaibornWolff/codecharta/pull/3486)
- Height, color, edge and area metric can be selected via query parameters [#3513](https://github.com/MaibornWolff/codecharta/pull/3513)

### Chore 👨‍💻 👩‍💻

- Bump node version from 16 to 18 [#3452](https://github.com/MaibornWolff/codecharta/pull/3452)
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.124.0] - 2024-03-18

### Added 🚀

- Display diagram of color distribution [#3511](https://github.com/MaibornWolff/codecharta/pull/3511)
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.123.0",
"version": "1.124.0",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit f804304

Please sign in to comment.