diff --git a/README.md b/README.md
index ad2b04a0..1b4d5b86 100644
--- a/README.md
+++ b/README.md
@@ -10,22 +10,22 @@
[Changelog](https://github.com/nimadez/voxel-builder/releases)
[Installation](https://github.com/nimadez/voxel-builder#installation)
-[Documentation](https://github.com/nimadez/voxel-builder/wiki)
[Known Issues](https://github.com/nimadez/voxel-builder#known-issues)
-[FAQ](https://github.com/nimadez/voxel-builder#faq)
+[FAQ](https://github.com/nimadez/voxel-builder#faq)
+[Bug Report](https://github.com/nimadez/voxel-builder/issues)
## Features
**File I/O**
-- Save and load JSON [?](https://github.com/nimadez/voxel-builder/wiki/File-Format)
+- Save and load JSON
- Import MagicaVoxel VOX
-- Export to GLB, GLTF, OBJ, STL [?](https://github.com/nimadez/voxel-builder/wiki/project)
+- Export to GLB, GLTF, OBJ, STL
- Local storages, snapshots, quicksave, undo
**Model and Paint**
- High performance voxel engine
- Generators *(terrain, cube, sphere, isometric...)*
-- Interactive modeling toolsets [?](https://github.com/nimadez/voxel-builder/wiki/model)
+- Interactive modeling toolsets
- Symmetric drawing and painting
- Color groups and voxel transforms
@@ -36,18 +36,18 @@
**Voxelization**
- Fast BVH voxelization
-- 3D model voxelizer [?](https://github.com/nimadez/voxel-builder/wiki/Voxelization)
+- 3D model voxelizer
- Image voxelizer
**Export Meshes**
-- Bake voxels to editable meshes [?](https://github.com/nimadez/voxel-builder/wiki/export)
+- Bake voxels to editable meshes
- Bake voxels by color groups
-- Unbake meshes to voxels
+- Unbake exported GLB to voxels
- glTF compatible editor
**Extensibility**
- ES modules
-- WebSockets client [?](https://github.com/nimadez/voxel-builder/wiki/WebSocket-Client)
+- WebSockets client
- User startup project
- Blender importer script
@@ -141,8 +141,7 @@ How to run Blender importer script?
## History
```
-↑ The face-normal probe jumps to the portal
-↑ Core initialization!
+↑ Core initialization
↑ Rendering was left to three and three-gpu-pathtracer
↑ ES6 (the original index.html playground was moved)
↑ x1.5 faster startup (2s to 300ms)
@@ -158,9 +157,6 @@ How to run Blender importer script?
↑ 2019 - I wrote a playground for learning Babylon.js
```
-Version 4.3.9 *(BJS 7 - Three r168)*
-
-
Version 3.0.0 *(BJS 4)* to 4.2.2 *(BJS 6)*
![screenshot](media/devshots.jpg?raw=true "Screenshot")
@@ -179,7 +175,7 @@ Code released under the [MIT license](https://github.com/nimadez/voxel-builder/b
- [Sketchfab](https://sketchfab.com/)
- [KhronosGroup](https://github.com/KhronosGroup/)
- [Shadertoy](https://www.shadertoy.com/)
-- [vengi](https://mgerhardy.github.io/vengi/)
+- [vengi](https://vengi-voxel.github.io/vengi/)
#
- [Allen Hastings](https://www.linkedin.com/in/allenhastings)
- [David Catuhe](https://twitter.com/deltakosh)
diff --git a/media/devshot_43.jpg b/media/devshot_43.jpg
deleted file mode 100644
index 56400dcd..00000000
Binary files a/media/devshot_43.jpg and /dev/null differ
diff --git a/media/screenshot.png b/media/screenshot.png
index 52aea4e0..64eec6aa 100644
Binary files a/media/screenshot.png and b/media/screenshot.png differ
diff --git a/package.json b/package.json
index 56a07ba7..a6b18e05 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "voxel-builder",
- "version": "4.5.4",
+ "version": "4.5.5",
"description": "Voxel-based 3D modeling application",
"main": "electron.js",
"scripts": {
diff --git a/src/assets/appicon.png b/src/assets/appicon.png
index 2261db3d..d34ca864 100644
Binary files a/src/assets/appicon.png and b/src/assets/appicon.png differ
diff --git a/src/index.html b/src/index.html
index 85d910c0..f4e04a36 100644
--- a/src/index.html
+++ b/src/index.html
@@ -17,7 +17,7 @@