Skip to content

Commit

Permalink
release v0.6.4
Browse files Browse the repository at this point in the history
ordered po files in next commit
it sucks that my machine does not produce the same results as this other one
  • Loading branch information
tildearrow committed Jun 19, 2024
1 parent d15d8c2 commit 3570424
Show file tree
Hide file tree
Showing 50 changed files with 166,952 additions and 166,983 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)

set(CMAKE_PROJECT_VERSION_MAJOR 0)
set(CMAKE_PROJECT_VERSION_MINOR 6)
set(CMAKE_PROJECT_VERSION_PATCH 3)
set(CMAKE_PROJECT_VERSION_PATCH 4)

set(BUILD_GUI_DEFAULT ON)
set(USE_SDL2_DEFAULT ON)
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# to-do for 0.6.4
# to-do for 0.6.5

- fix possible issues when moving selection
- fix Metal intro crash
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
}
minSdkVersion 21
targetSdkVersion 26
versionCode 201
versionName "0.6.3"
versionCode 212
versionName "0.6.4"
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON", "-DWITH_LOCALE=ON", "-DUSE_MOMO=ON"
Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.tildearrow.furnace"
android:versionCode="201"
android:versionName="0.6.3"
android:versionCode="212"
android:versionName="0.6.4"
android:installLocation="auto">

<!-- OpenGL ES 2.0 -->
Expand Down
Binary file added demos/arcade/sans_TaitoArcade.fur
Binary file not shown.
2 changes: 1 addition & 1 deletion papers/clipboard-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ when copying pattern data from Furnace, it's stored in the clipboard as plain te
org.tildearrow.furnace - Pattern Data (144)
```

this top line of text is always the same except for the number in parentheses, which is the internal build number. for example, 0.6.3 is `201`.
this top line of text is always the same except for the number in parentheses, which is the internal build number. for example, 0.6.4 is `212`.

the second line is a number between 0 and 18 (decimal) which indicates which column the clip starts from.
- `0`: note.
Expand Down
1 change: 1 addition & 0 deletions papers/format.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ these fields are 0 in format versions prior to 100 (0.6pre1).

the format versions are:

- 212: Furnace 0.6.4
- 201: Furnace 0.6.3
- 197: Furnace 0.6.2
- 192: Furnace 0.6.1
Expand Down
Loading

0 comments on commit 3570424

Please sign in to comment.