Browse Source

add a blog post for the JME 3.4.1 release (#19)

Stephen Gold 3 năm trước cách đây
mục cha
commit
7c4d78a793
1 tập tin đã thay đổi với 40 bổ sung0 xóa
  1. 40 0
      content/devlog/jme341.md

+ 40 - 0
content/devlog/jme341.md

@@ -0,0 +1,40 @@
+---
+title: "JMonkeyEngine 3.4.1 release"
+date: 2021-12-05T08:00:00+00:00
+draft: false
+type: "default"
+layout: "post_layout_default"
+enable_comments: true
+authors:
+    - "stephengold"
+
+tags:
+    - "devlog"
+    - "release"
+---
+
+The JMonkeyEngine team is proud to announce
+the 3.4.1-stable release of its 3-D game engine for Java programmers.
+JMonkeyEngine 3.4.1 is an interim release
+that patches a handful of bugs and performance issues
+discovered in the JME 3.4 libraries
+since they became generally available in May.
+
+Alpha testing has already begun on JME 3.5,
+which is planned for general availability in early 2022.
+JME 3.5 will introduce a few new features and also many refinements.
+
+The 3.4.1-stable libraries are available from the Maven Central repository
+under the "org.jmonkeyengine" group ID.
+
+To browse the change list and the source code,
+go to https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.4.1-stable
+
+At this time,
+there's no Software Development Kit (SDK) built specifically for JME 3.4 .
+However, development using the JME 3.4.1 libraries
+can proceed using the JME 3.3 SDK (based on Netbeans 11)
+or a general-purpose IDE such as IntelliJ IDEA.
+
+For the latest news and discussion of JMonkeyEngine software development,
+visit [the Development category at the JME Hub/Forum](https://hub.jmonkeyengine.org/c/development-discussion-jme3/9).