Skip to content

Commit

Permalink
release v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Aug 29, 2024
1 parent 2e7689c commit ed79399
Show file tree
Hide file tree
Showing 49 changed files with 41 additions and 39 deletions.
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 218
versionName "0.6.6"
versionCode 219
versionName "0.6.7"
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="218"
android:versionName="0.6.6"
android:versionCode="217"

This comment has been minimized.

Copy link
@cam900

cam900 Aug 29, 2024

Collaborator

Incorrect version code for 0.6.7?

This comment has been minimized.

Copy link
@tildearrow

tildearrow Aug 29, 2024

Author Owner

Thanks! I have pushed a fix now.

android:versionName="0.6.7"
android:installLocation="auto">

<!-- OpenGL ES 2.0 -->
Expand Down
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.6 is `218`.
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.7 is `219`.

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:

- 219: Furnace 0.6.7
- 218: Furnace 0.6.6
- 214: Furnace 0.6.5
- 212: Furnace 0.6.4
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: es\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fi.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fi\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fr\n"
Expand Down
2 changes: 1 addition & 1 deletion po/hy.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: hy\n"
Expand Down
2 changes: 1 addition & 1 deletion po/id.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: id\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ja.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ja\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ko.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: 희민Heemin\n"
"Language-Team: none\n"
"Language: ko\n"
Expand Down
Binary file modified po/locale/de/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/es/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/fi/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/fr/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/hy/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/id/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/ko/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/nl/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/pl/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/pt_BR/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/ru/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/sk/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/sv/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/th/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/tr/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/uk/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/zh/LC_MESSAGES/furnace.mo
Binary file not shown.
Binary file modified po/locale/zh_HK/LC_MESSAGES/furnace.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion po/nl.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Lunathir\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pl.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: freq-mod, PoznańskiSzybkowiec\n"
"Language: pl\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pt_BR.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: pt_BR\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ru.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: LTVA\n"
"Language-Team: none\n"
"Language: ru\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sk.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: sk\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sv.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: RevvoBolt\n"
"Language-Team: RevvoBolt\n"
"Language: sv\n"
Expand Down
2 changes: 1 addition & 1 deletion po/th.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: th\n"
Expand Down
2 changes: 1 addition & 1 deletion po/tr.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: tr\n"
Expand Down
2 changes: 1 addition & 1 deletion po/uk.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: uk\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: DJRen_GTR3QQ\n"
"Language-Team: null\n"
"Language: zh\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_HK.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.6\n"
"Project-Id-Version: furnace 0.6.7\n"
"Last-Translator: DJRen_GTR3QQ\n"
"Language-Team: null\n"
"Language: zh_HK\n"
Expand Down
6 changes: 3 additions & 3 deletions res/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>0.6.6</string>
<string>0.6.7</string>
<key>CFBundleName</key>
<string>Furnace</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.6</string>
<string>0.6.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.6.6</string>
<string>0.6.7</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
Expand Down
4 changes: 2 additions & 2 deletions res/docpdf/make_paper.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def fix_headings(match):
<h1>Furnace<br/>User Manual</h1>
</div>
<div>
<i>for version 0.6.6</i>
<i>for version 0.6.7</i>
</div>
</section>
<section id="authors">
Expand All @@ -348,7 +348,7 @@ def fix_headings(match):
<p>this documentation is under the <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a> license.</p>
<p>you may reproduce, modify and/or distribute this documentation provided this copyright notice (including license and attribution) is present and any necessary disclaimers whether modifications have been made.</p>
<p>this documentation is provided as-is and without warranty of any kind.</p>
<p>this manual is written for version 0.6.6 of Furnace.<br/>it may not necessarily apply to previous or future versions.</p>
<p>this manual is written for version 0.6.7 of Furnace.<br/>it may not necessarily apply to previous or future versions.</p>
</section>
<section id="index">
%s
Expand Down
8 changes: 4 additions & 4 deletions res/furnace.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 0,6,6,0
PRODUCTVERSION 0,6,6,0
FILEVERSION 0,6,7,0
PRODUCTVERSION 0,6,7,0
{
BLOCK "VarFileInfo"
{
Expand Down Expand Up @@ -33,10 +33,10 @@
"Furnace"

VALUE "ProductVersion",
"0.6.6"
"0.6.7"

VALUE "FileVersion",
"0.6.6"
"0.6.7"

VALUE "CompanyName",
"tildearrow"
Expand Down
2 changes: 1 addition & 1 deletion res/releaseReadme/stable-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
- issues: https://github.com/tildearrow/furnace/issues
- discussion: https://github.com/tildearrow/furnace/discussions
- online manual: https://tildearrow.org/furnace/doc/v0.6.6/
- online manual: https://tildearrow.org/furnace/doc/v0.6.7/

# notes

Expand Down
2 changes: 1 addition & 1 deletion res/releaseReadme/stable-mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
- issues: https://github.com/tildearrow/furnace/issues
- discussion: https://github.com/tildearrow/furnace/discussions
- online manual: https://tildearrow.org/furnace/doc/v0.6.6/
- online manual: https://tildearrow.org/furnace/doc/v0.6.7/

# notes

Expand Down
3 changes: 2 additions & 1 deletion res/releaseReadme/stable-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
- issues: https://github.com/tildearrow/furnace/issues
- discussion: https://github.com/tildearrow/furnace/discussions
- online manual: https://tildearrow.org/furnace/doc/v0.6.6/
- online manual: https://tildearrow.org/furnace/doc/v0.6.7/

# notes

copyright (C) 2021-2024 tildearrow and contributors.
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-po.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

FUR_VERSION="0.6.6"
FUR_VERSION="0.6.7"

EXPORT_LANGS=("de" "es" "fr" "fi" "hy" "id" "ja" "ko" "nl" "pl" "pt_BR" "ru" "sk" "sv" "th" "tr" "uk" "zh" "zh_HK")

Expand Down
4 changes: 2 additions & 2 deletions src/engine/engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class DivWorkPool;

//#define DIV_UNSTABLE

#define DIV_VERSION "0.6.6"
#define DIV_ENGINE_VERSION 218
#define DIV_VERSION "0.6.7"
#define DIV_ENGINE_VERSION 219
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02
Expand Down

0 comments on commit ed79399

Please sign in to comment.