From 2021e86608b4c52d5aed0c493a4824214787186a Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 27 Aug 2024 17:21:47 -0500 Subject: [PATCH] release v0.6.6 --- .github/workflows/build.yml | 2 +- CMakeLists.txt | 2 +- android/app/build.gradle | 4 ++-- android/app/src/main/AndroidManifest.xml | 4 ++-- papers/clipboard-format.md | 2 +- papers/format.md | 1 + po/de.po | 2 +- po/es.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/furnace.pot | 2 +- po/hy.po | 2 +- po/id.po | 2 +- po/ja.po | 2 +- po/ko.po | 2 +- po/locale/de/LC_MESSAGES/furnace.mo | Bin 299 -> 299 bytes po/locale/es/LC_MESSAGES/furnace.mo | Bin 263366 -> 263366 bytes po/locale/fi/LC_MESSAGES/furnace.mo | Bin 381 -> 381 bytes po/locale/fr/LC_MESSAGES/furnace.mo | Bin 375 -> 375 bytes po/locale/hy/LC_MESSAGES/furnace.mo | Bin 2361 -> 2361 bytes po/locale/id/LC_MESSAGES/furnace.mo | Bin 38062 -> 38062 bytes po/locale/ko/LC_MESSAGES/furnace.mo | Bin 168872 -> 168872 bytes po/locale/nl/LC_MESSAGES/furnace.mo | Bin 18746 -> 18746 bytes po/locale/pl/LC_MESSAGES/furnace.mo | Bin 259978 -> 259978 bytes po/locale/pt_BR/LC_MESSAGES/furnace.mo | Bin 224758 -> 224758 bytes po/locale/ru/LC_MESSAGES/furnace.mo | Bin 407791 -> 407791 bytes po/locale/sk/LC_MESSAGES/furnace.mo | Bin 9438 -> 9438 bytes po/locale/th/LC_MESSAGES/furnace.mo | Bin 16370 -> 16370 bytes po/locale/tr/LC_MESSAGES/furnace.mo | Bin 375 -> 375 bytes po/locale/uk/LC_MESSAGES/furnace.mo | Bin 518 -> 518 bytes po/locale/zh/LC_MESSAGES/furnace.mo | Bin 102927 -> 102927 bytes po/locale/zh_HK/LC_MESSAGES/furnace.mo | Bin 102932 -> 102932 bytes po/nl.po | 2 +- po/pl.po | 2 +- po/pt_BR.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/th.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- po/zh.po | 2 +- po/zh_HK.po | 2 +- res/Info.plist | 6 +++--- res/docpdf/make_paper.py | 4 ++-- res/furnace.rc | 8 ++++---- res/releaseReadme/stable-linux.txt | 2 +- res/releaseReadme/stable-mac.txt | 2 +- res/releaseReadme/stable-win.txt | 3 +-- scripts/update-po.sh | 2 +- src/engine/engine.h | 6 +++--- 50 files changed, 43 insertions(+), 43 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8edc74ede..be2046637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ defaults: shell: bash env: - BUILD_TYPE: Debug + BUILD_TYPE: Release jobs: build: diff --git a/CMakeLists.txt b/CMakeLists.txt index 59f04d451..111c13f1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 5) +set(CMAKE_PROJECT_VERSION_PATCH 6) set(BUILD_GUI_DEFAULT ON) set(USE_SDL2_DEFAULT ON) diff --git a/android/app/build.gradle b/android/app/build.gradle index 57e276aa5..f61229a5d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,8 +15,8 @@ android { } minSdkVersion 21 targetSdkVersion 26 - versionCode 214 - versionName "0.6.5" + versionCode 218 + versionName "0.6.6" externalNativeBuild { cmake { arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON", "-DWITH_LOCALE=ON", "-DUSE_MOMO=ON" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 0457c1bc5..170bdb6c6 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/papers/clipboard-format.md b/papers/clipboard-format.md index bbc5070b2..a33c71394 100644 --- a/papers/clipboard-format.md +++ b/papers/clipboard-format.md @@ -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.5 is `215`. +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`. the second line is a number between 0 and 18 (decimal) which indicates which column the clip starts from. - `0`: note. diff --git a/papers/format.md b/papers/format.md index 98a98b07a..62f40c7fb 100644 --- a/papers/format.md +++ b/papers/format.md @@ -32,6 +32,7 @@ these fields are 0 in format versions prior to 100 (0.6pre1). the format versions are: +- 218: Furnace 0.6.6 - 214: Furnace 0.6.5 - 212: Furnace 0.6.4 - 201: Furnace 0.6.3 diff --git a/po/de.po b/po/de.po index f7660c660..86a85d5e2 100644 --- a/po/de.po +++ b/po/de.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: furnace 0.6.5\n" +"Project-Id-Version: furnace 0.6.6\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" diff --git a/po/es.po b/po/es.po index 2511e1134..f4932f25a 100644 --- a/po/es.po +++ b/po/es.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: furnace 0.6.5\n" +"Project-Id-Version: furnace 0.6.6\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: es\n" diff --git a/po/fi.po b/po/fi.po index 2740cd674..3bc443208 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: furnace 0.6.5\n" +"Project-Id-Version: furnace 0.6.6\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fi\n" diff --git a/po/fr.po b/po/fr.po index 6c9413095..10f9d377c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: furnace 0.6.5\n" +"Project-Id-Version: furnace 0.6.6\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: fr\n" diff --git a/po/furnace.pot b/po/furnace.pot index 29ec357fe..27d43adf7 100644 --- a/po/furnace.pot +++ b/po/furnace.pot @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: furnace 0.6.5\n" +"Project-Id-Version: furnace 0.6.6\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/hy.po b/po/hy.po index 8b85de90b..01575d611 100644 --- a/po/hy.po +++ b/po/hy.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: furnace 0.6.5\n" +"Project-Id-Version: furnace 0.6.6\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: hy\n" diff --git a/po/id.po b/po/id.po index 0fe3cdef8..e91345f0a 100644 --- a/po/id.po +++ b/po/id.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: furnace 0.6.5\n" +"Project-Id-Version: furnace 0.6.6\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: id\n" diff --git a/po/ja.po b/po/ja.po index 44ce1c7d2..0ef5ee2cc 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: furnace 0.6.5\n" +"Project-Id-Version: furnace 0.6.6\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ja\n" diff --git a/po/ko.po b/po/ko.po index c7a4fde2d..0b9b532f4 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: furnace 0.6.5\n" +"Project-Id-Version: furnace 0.6.6\n" "Last-Translator: 희민Heemin\n" "Language-Team: none\n" "Language: ko\n" diff --git a/po/locale/de/LC_MESSAGES/furnace.mo b/po/locale/de/LC_MESSAGES/furnace.mo index ba5bbd8a314e037eed2263a264725a02b10f046f..531f60770bbef01a250ccb7d590a3ea50ddc0a4a 100644 GIT binary patch delta 11 ScmZ3@w3=x`B%|5HsEYs>rUW+t delta 11 ScmZ3@w3=x`B%|rXsEYs>q69Vo diff --git a/po/locale/es/LC_MESSAGES/furnace.mo b/po/locale/es/LC_MESSAGES/furnace.mo index 37c55455f583f7ba3b05ea661048c9dcec7dd38a..b874698cfb89fe37c25d4bf5cfe7204c2c469bd6 100644 GIT binary patch delta 25 gcmX@sDR8V)prM6v3sY_;qgi`iCe!x3Oy-E$0D$@lYXATM delta 25 gcmX@sDR8V)prM6v3sY_;qiK6yCe!x3Oy-E$0D$iaY5)KL diff --git a/po/locale/fi/LC_MESSAGES/furnace.mo b/po/locale/fi/LC_MESSAGES/furnace.mo index 6081cdc18abb02fce2da987833ec029e9331a164..282171e2e75cf20c7bb618d0dc779bc4af3bb2e9 100644 GIT binary patch delta 11 Scmey%^p|NuC!^WKuFn7;umxQJ delta 11 Scmey%^p|NuC!^`auFn7;tOZ;E diff --git a/po/locale/fr/LC_MESSAGES/furnace.mo b/po/locale/fr/LC_MESSAGES/furnace.mo index 634948ad9fe31fef7b266f56e1d56876b0b87011..d4397233eb15eda5e59999ba0ae208344070ac41 100644 GIT binary patch delta 11 Scmey)^qpx!C!^WKuD1XmG6hQj delta 11 Scmey)^qpx!C!^`auD1XmE(J;e diff --git a/po/locale/hy/LC_MESSAGES/furnace.mo b/po/locale/hy/LC_MESSAGES/furnace.mo index 201239515773c68db1358db239b614871746278e..89af149cd2e1c01ccbecaf66effadf1ffc06b692 100644 GIT binary patch delta 14 Vcmdlfv{Puqb7n@f%`cb(Sph7$1zZ3C delta 14 Vcmdlfv{Puqb7n@<%`cb(Sph7w1zP|B diff --git a/po/locale/id/LC_MESSAGES/furnace.mo b/po/locale/id/LC_MESSAGES/furnace.mo index e57697cb4f85614c33782368abac2b352844457c..71d4f4077d45308096081f2ef59478f395e98167 100644 GIT binary patch delta 16 YcmZ3tl4;#arVU5q8O=5yi+^DP06~)nvH$=8 delta 16 YcmZ3tl4;#arVU5q8BI4Ii+^DP06~ohu>b%7 diff --git a/po/locale/ko/LC_MESSAGES/furnace.mo b/po/locale/ko/LC_MESSAGES/furnace.mo index 0186200bbf264da3cc4af1dfc9074041bca021b1..ddcb27cfbbaeeadb7fbaa964966e0156aa475c65 100644 GIT binary patch delta 23 fcmZ3noNL8$u7)j)Yw8)z+Sk@IZeLr^^jjDJd8`TX delta 23 fcmZ3noNL8$u7)j)Yw8(I+t=1JZeLr^^jjDJd7%mL diff --git a/po/locale/nl/LC_MESSAGES/furnace.mo b/po/locale/nl/LC_MESSAGES/furnace.mo index ec6fa2b2169f6abc7f573639bee86ec4ffb057fd..b555d7f078d66f504f5b3e22ab5a4f62da19f0b4 100644 GIT binary patch delta 16 YcmdlriE-B?#tosmjAom|be~8A06206IRF3v delta 16 YcmdlriE-B?#tosmjHa8zbe~8A061(0H~;_u diff --git a/po/locale/pl/LC_MESSAGES/furnace.mo b/po/locale/pl/LC_MESSAGES/furnace.mo index 7172f8586ee9b602d4306499d6e8d163e18c5860..31c57da4c3eca53bc9582e9fa6923af5050ed00e 100644 GIT binary patch delta 25 hcmeBr&)@Z)zoCV33)3-wMzi+g{!H7C`!gS24ginM3h@8{ delta 25 hcmeBr&)@Z)zoCV33)3-wM$`7={!H7C`!gS24ginB3h)2` diff --git a/po/locale/pt_BR/LC_MESSAGES/furnace.mo b/po/locale/pt_BR/LC_MESSAGES/furnace.mo index 2db2920d83cd25b8481c1789ee65cabced027636..75dec639ae90955f41c2e34b9338fc3f9a2bd0d0 100644 GIT binary patch delta 25 gcmex%oA=vo-i8*&Elf>pjArf4Y)spm*_eyd0gzS+W&i*H delta 25 gcmex%oA=vo-i8*&Elf>pjHd0)Y)spm*_eyd0gy`xWdHyG diff --git a/po/locale/ru/LC_MESSAGES/furnace.mo b/po/locale/ru/LC_MESSAGES/furnace.mo index b0089feab96822ac8904aacd7949cf62b4e3ef53..a0d49aaf8afe5196440bc875fb673e9a6f55c3aa 100644 GIT binary patch delta 33 mcmaF=QR4kaiG~)&Eldh87|q%hUoZhNGZ3?ESA4;GE&u=ql@5mh delta 33 mcmaF=QR4kaiG~)&Eldh87){$1UoZhNGZ3?ESA4;GE&u=qf)0iN diff --git a/po/locale/sk/LC_MESSAGES/furnace.mo b/po/locale/sk/LC_MESSAGES/furnace.mo index d09aacc640451e7f4439854da500a7ea190289ea..4c0e2ab3187ce99286dd3f42a25fac5b8082b087 100644 GIT binary patch delta 14 WcmccTdCzmhV-ZHP%}+#r@dE%ih6dpP delta 14 WcmccTdCzmhV-ZHv%}+#r@dE%ifCk_I diff --git a/po/locale/th/LC_MESSAGES/furnace.mo b/po/locale/th/LC_MESSAGES/furnace.mo index 3b7a5a2f25e26b488f98f183588570e66d0a9296..d9439feefb371048f6719e8b6fa1f648c2fa2db8 100644 GIT binary patch delta 14 VcmexV|EYchhb*JnW=`3cN&qv{1=9ck delta 14 VcmexV|EYchhb*J%W=`3cN&qv>1=0Wj diff --git a/po/locale/tr/LC_MESSAGES/furnace.mo b/po/locale/tr/LC_MESSAGES/furnace.mo index ec52dea23427c517fe9e9f9438b4957baf22fbd3..b913962dd40a577d669e68ed0dc433f9633815b3 100644 GIT binary patch delta 11 Scmey)^qpx!8>898_74Cb9R)}L delta 11 Scmey)^qpx!8>8vO_74Cb83jiG diff --git a/po/locale/uk/LC_MESSAGES/furnace.mo b/po/locale/uk/LC_MESSAGES/furnace.mo index db85193a30dfa921d0c39aa97b036317a579d7c0..877f306f6486ef939d40b8183e8382cc1165018a 100644 GIT binary patch delta 12 TcmZo;X=9nNj?rx6`fx@78@2>O delta 12 TcmZo;X=9nNj?r}E`fx@78?gjI diff --git a/po/locale/zh/LC_MESSAGES/furnace.mo b/po/locale/zh/LC_MESSAGES/furnace.mo index 43a33ebb04a62829c638790c5ce460daa8f95f86..de4e854112a01a356ef48ec46ad4209cf095e1eb 100644 GIT binary patch delta 19 acmeBQ!q&fptziqJE;pmuc0F#!hiw2u#|Ccz delta 19 acmeBQ!q&fptziqJE;pm;c0F#!hiw2uzy@vr diff --git a/po/locale/zh_HK/LC_MESSAGES/furnace.mo b/po/locale/zh_HK/LC_MESSAGES/furnace.mo index a4db16fe5d03f85b6283aaaccfecf39baae6ecb3..1526e90acfd70356f5d864f5e166b437f6bf2a62 100644 GIT binary patch delta 19 bcmbQTgl)CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 0.6.5 + 0.6.6 CFBundleName Furnace CFBundlePackageType APPL CFBundleShortVersionString - 0.6.5 + 0.6.6 CFBundleSignature ???? CFBundleVersion - 0.6.5 + 0.6.6 NSHumanReadableCopyright NSHighResolutionCapable diff --git a/res/docpdf/make_paper.py b/res/docpdf/make_paper.py index 643e033d8..4106fcddf 100644 --- a/res/docpdf/make_paper.py +++ b/res/docpdf/make_paper.py @@ -325,7 +325,7 @@ if __name__ == "__main__":

Furnace
User Manual

- for version 0.6.5 + for version 0.6.6
@@ -348,7 +348,7 @@ if __name__ == "__main__":

this documentation is under the Creative Commons Attribution 3.0 Unported license.

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.

this documentation is provided as-is and without warranty of any kind.

-

this manual is written for version 0.6.5 of Furnace.
it may not necessarily apply to previous or future versions.

+

this manual is written for version 0.6.6 of Furnace.
it may not necessarily apply to previous or future versions.

%s diff --git a/res/furnace.rc b/res/furnace.rc index 2ac90391d..986364064 100644 --- a/res/furnace.rc +++ b/res/furnace.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO - FILEVERSION 0,6,5,0 - PRODUCTVERSION 0,6,5,0 + FILEVERSION 0,6,6,0 + PRODUCTVERSION 0,6,6,0 { BLOCK "VarFileInfo" { @@ -33,10 +33,10 @@ "Furnace" VALUE "ProductVersion", - "0.6.5" + "0.6.6" VALUE "FileVersion", - "0.6.5" + "0.6.6" VALUE "CompanyName", "tildearrow" diff --git a/res/releaseReadme/stable-linux.txt b/res/releaseReadme/stable-linux.txt index f9b34aac7..151e82f09 100644 --- a/res/releaseReadme/stable-linux.txt +++ b/res/releaseReadme/stable-linux.txt @@ -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.5/ +- online manual: https://tildearrow.org/furnace/doc/v0.6.6/ # notes diff --git a/res/releaseReadme/stable-mac.txt b/res/releaseReadme/stable-mac.txt index dfd2401be..8fd364fc4 100644 --- a/res/releaseReadme/stable-mac.txt +++ b/res/releaseReadme/stable-mac.txt @@ -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.5/ +- online manual: https://tildearrow.org/furnace/doc/v0.6.6/ # notes diff --git a/res/releaseReadme/stable-win.txt b/res/releaseReadme/stable-win.txt index 98121b410..72e520a6d 100644 --- a/res/releaseReadme/stable-win.txt +++ b/res/releaseReadme/stable-win.txt @@ -16,8 +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.5/ - +- online manual: https://tildearrow.org/furnace/doc/v0.6.6/ # notes copyright (C) 2021-2024 tildearrow and contributors. diff --git a/scripts/update-po.sh b/scripts/update-po.sh index 506ed0ace..4425cb097 100755 --- a/scripts/update-po.sh +++ b/scripts/update-po.sh @@ -1,6 +1,6 @@ #!/bin/bash -FUR_VERSION="0.6.5" +FUR_VERSION="0.6.6" EXPORT_LANGS=("de" "es" "fr" "fi" "hy" "id" "ja" "ko" "nl" "pl" "pt_BR" "ru" "sk" "sv" "th" "tr" "uk" "zh" "zh_HK") diff --git a/src/engine/engine.h b/src/engine/engine.h index d2879d1a1..3e9358d8a 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -52,10 +52,10 @@ class DivWorkPool; #define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock(); #define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false; -#define DIV_UNSTABLE +//#define DIV_UNSTABLE -#define DIV_VERSION "dev217" -#define DIV_ENGINE_VERSION 217 +#define DIV_VERSION "0.6.6" +#define DIV_ENGINE_VERSION 218 // for imports #define DIV_VERSION_MOD 0xff01 #define DIV_VERSION_FC 0xff02