Skip to content

Commit

Permalink
Bump version to 4.2
Browse files Browse the repository at this point in the history
Update news screen content
  • Loading branch information
JannisX11 committed Mar 29, 2022
1 parent 8c22ef8 commit eb41878
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
Binary file removed content/collada.png
Binary file not shown.
Binary file removed content/gif_crop.png
Binary file not shown.
Binary file removed content/inverse_kinematics.png
Binary file not shown.
Binary file added content/mesh_uv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions content/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
],
"features": [
{
"image": "https://web.blockbench.net/content/inverse_kinematics.png",
"title": "Moveable Panels!",
"text": "Inverse Kinematics allow you to animate a chain of bones by just moving the end point!"
"image": "https://web.blockbench.net/content/panels.png",
"title": "Movable Panels!",
"text": "Panels can now be snapped to the top or bottom of the interface, or float anywhere!"
},
{
"image": "https://web.blockbench.net/content/gif_crop.png",
"title": "Texture Editing!",
"text": "The new GIF recorder allows you to crop your GIF to just the content you need!"
"image": "https://web.blockbench.net/content/texture_editing.png",
"title": "Texture Editing",
"text": "More texture editing tools, like color adjustments, curves, and improved 2D texturing panel!"
},
{
"image": "https://web.blockbench.net/content/collada.png",
"title": "Move Texture with UV",
"text": "With Collada support you can export your models directly into Unity and other programs!"
"image": "https://web.blockbench.net/content/mesh_uv.png",
"title": "Seam Tool",
"text": "New tools for better automatic mesh UV unwrapping!"
}
]
}
Expand Down
Binary file added content/panels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/texture_editing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script>
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
const isApp = typeof require !== 'undefined';
const appVersion = '4.2.0-beta.2';
const appVersion = '4.2.0';


if (localStorage.getItem('theme')) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Blockbench",
"description": "Low-poly modeling and animation software",
"version": "4.2.0-beta.2",
"version": "4.2.0",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",
Expand Down

0 comments on commit eb41878

Please sign in to comment.