Skip to content

Commit

Permalink
Release Godot 4.2 beta 1 and publish release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Oct 12, 2023
1 parent aa3f092 commit 6bcdf56
Show file tree
Hide file tree
Showing 16 changed files with 395 additions and 9 deletions.
9 changes: 6 additions & 3 deletions _data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
- name: "4.2"
flavor: "dev6"
release_date: "3 October 2023"
release_notes: "/article/dev-snapshot-godot-4-2-dev-6/"
flavor: "beta1"
release_date: "10 October 2023"
release_notes: "/article/dev-snapshot-godot-4-2-beta-1/"
releases:
- name: "dev6"
release_date: "3 October 2023"
release_notes: "/article/dev-snapshot-godot-4-2-dev-6/"
- name: "dev5"
release_date: "19 September 2023"
release_notes: "/article/dev-snapshot-godot-4-2-dev-5/"
Expand Down
4 changes: 2 additions & 2 deletions _layouts/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
.article-author .by {
color: var(--base-color-text-subtitle);
}

.article-metadata .date {
color: var(--base-color-text-subtitle-date);
}
Expand Down Expand Up @@ -197,7 +197,7 @@ <h1>
</article>
</div>

<link rel="stylesheet" href="/assets/css/anchor-link.css">
<link rel="stylesheet" href="/assets/css/anchor-link.css?1">
<script src="/assets/js/anchor-link.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
Expand Down
9 changes: 5 additions & 4 deletions assets/css/anchor-link.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
background-image: url(/assets/icons/link.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 20px 20px;
font-size: 16px;
background-size: 100% 100%;
text-decoration: none;
margin-left: 10px;
vertical-align: middle;
width: 24px;
height: 24px;
width: 0.8em;
height: 0.8em;
max-width: 24px;
max-height: 24px;
}
.anchored-link:hover {
opacity: 0.9;
Expand Down
382 changes: 382 additions & 0 deletions collections/_article/dev-snapshot-godot-4-2-beta-1.md

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added storage/blog/godot-4-2-beta/jnlm-denoiser.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added storage/blog/godot-4-2-beta/threaded-debugger.mp4
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6bcdf56

Please sign in to comment.