diff --git a/README.md b/README.md
index fa2d4bcbeb..e54ce0cb67 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
Latest Release:
- Analysis 1.127.0 | Visualization 1.127.1
+ Analysis 1.127.0 | Visualization 1.128.0
[comment]: ##################################################################################
[comment]:
diff --git a/gh-pages/_posts/release/2024-09-18-vis_1_128_0.md b/gh-pages/_posts/release/2024-09-18-vis_1_128_0.md
new file mode 100644
index 0000000000..755ff7ea37
--- /dev/null
+++ b/gh-pages/_posts/release/2024-09-18-vis_1_128_0.md
@@ -0,0 +1,43 @@
+---
+categories:
+ - Release
+ - Release-Visualization
+tags:
+ - gh-pages
+ - release
+ - visualization
+
+title: Visualization version 1.128.0
+---
+
+{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.128.0).
+This version brings the following:
+
+### Added 🚀
+
+- Add feature to zoom at the mouse cursor [#3693](https://github.com/MaibornWolff/codecharta/pull/3693)
+- Add a zoom slider under the cube, allowing to zoom in and out while always displaying the current zoom factor. [#3697](https://github.com/MaibornWolff/codecharta/pull/3697)
+
+### Fixed 🐞
+
+- Fix issue where zooming out too much makes the map disappear and zooming in too much causes you to go through the map. [#3697](https://github.com/MaibornWolff/codecharta/pull/3697)
+- Camera perspective is correctly adopted from the custom configuration[#3698](https://github.com/MaibornWolff/codecharta/pull/3698)
+- Fix camera behavior when `Reset Camera when changing map` option is deactivated [#3699](https://github.com/MaibornWolff/codecharta/pull/3699)
+
+### Changed
+
+- Change OrbitControls to MapControls for improved map navigation [#3693](https://github.com/MaibornWolff/codecharta/pull/3693)
+- Remove unnecessary button that opened and closed the file explorer [#3647](https://github.com/MaibornWolff/codecharta/pull/3748)
+- Overhaul Focus and Unfocus functionality[#3706](https://github.com/MaibornWolff/codecharta/pull/3706)
+
+### Chore 👨💻 👩💻
+
+- Bump node version from 18 to 20 [#3690](https://github.com/MaibornWolff/codecharta/pull/3690)
+- Enabled view encapsulation for Global Configuration dialog, Ribbon Bar and File Panel [#3712](https://github.com/MaibornWolff/codecharta/pull/3712)
+- Enabled view encapsulation for Slider [#3713](https://github.com/MaibornWolff/codecharta/pull/3713)
+- Enabled view encapsulation for the Toolbar [#3717](https://github.com/MaibornWolff/codecharta/pull/3717)
+- Enabled view encapsulation for the Legend Panel [#3720](https://github.com/MaibornWolff/codecharta/pull/3720)
+- Enabled view encapsulation for the Attribute Side Bar [#3726](https://github.com/MaibornWolff/codecharta/pull/3726)
+- Enabled view encapsulation for Buttons [#3729](https://github.com/MaibornWolff/codecharta/pull/3729)
+- Enabled view encapsulation for the Export 3D Map Dialog [#3732](https://github.com/MaibornWolff/codecharta/pull/3732)
+- Enabled view encapsulation for Dialogs [#3736](https://github.com/MaibornWolff/codecharta/pull/3736)
diff --git a/gh-pages/visualization/app/3rdpartylicenses.txt b/gh-pages/visualization/app/3rdpartylicenses.txt
index 47559cb35a..9ed9d6fdb9 100644
--- a/gh-pages/visualization/app/3rdpartylicenses.txt
+++ b/gh-pages/visualization/app/3rdpartylicenses.txt
@@ -1446,7 +1446,7 @@ three
MIT
The MIT License
-Copyright © 2010-2021 three.js authors
+Copyright © 2010-2023 three.js authors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -1467,9 +1467,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-three-orbit-controls
-MIT
-
uri-js
BSD-2-Clause
Copyright 2011 Gary Court. All rights reserved.
diff --git a/gh-pages/visualization/app/index.html b/gh-pages/visualization/app/index.html
index f81131b06b..006c24b9b5 100644
--- a/gh-pages/visualization/app/index.html
+++ b/gh-pages/visualization/app/index.html
@@ -6,9 +6,9 @@
img-src 'self' https://* data:;">
-
+
-
+