Skip to content

Commit

Permalink
release v0.6.5
Browse files Browse the repository at this point in the history
the TIA release
  • Loading branch information
tildearrow committed Jun 25, 2024
1 parent eddd0cd commit b04a2e3
Show file tree
Hide file tree
Showing 52 changed files with 2,139 additions and 1,750 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 4)
set(CMAKE_PROJECT_VERSION_PATCH 5)

set(BUILD_GUI_DEFAULT ON)
set(USE_SDL2_DEFAULT ON)
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 212
versionName "0.6.4"
versionCode 214
versionName "0.6.5"
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="212"
android:versionName="0.6.4"
android:versionCode="214"
android:versionName="0.6.5"
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.4 is `212`.
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`.

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:

- 214: Furnace 0.6.5
- 212: Furnace 0.6.4
- 201: Furnace 0.6.3
- 197: Furnace 0.6.2
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.4\n"
"Project-Id-Version: furnace 0.6.5\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
Expand Down
26 changes: 11 additions & 15 deletions 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.4\n"
"Project-Id-Version: furnace 0.6.5\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: es\n"
Expand Down Expand Up @@ -3600,9 +3600,8 @@ msgid "E2xy: Note slide down (x: speed; y: semitones)"
msgstr "E2xy: Deslizamiento de nota hacia abajo (x: velocidad; y: semitonos)"

#: src/engine/engine.cpp:104
#, fuzzy
msgid "E3xx: Set vibrato shape"
msgstr "E4xx: Ajustar rango del vibrato"
msgstr "E3xx: Ajustar forma del vibrato"

#: src/engine/engine.cpp:106
msgid "E4xx: Set vibrato range"
Expand Down Expand Up @@ -4436,13 +4435,12 @@ msgid "max size in other banks"
msgstr ""

#: src/gui/exportOptions.cpp:276
#, fuzzy
msgid "this chip is not supported by the file format!"
msgstr "¡este chip no está soportado por el formato VGM!"
msgstr "¡este chip no está soportado por el formato!"

#: src/gui/exportOptions.cpp:278
msgid "only one Atari TIA is supported!"
msgstr ""
msgstr "¡solamente un Atari TIA está soportado!"

#: src/gui/exportOptions.cpp:306 src/gui/editControls.cpp:630
msgid ""
Expand Down Expand Up @@ -6153,9 +6151,8 @@ msgid "Software pitch driver"
msgstr ""

#: src/gui/sysConf.cpp:1072
#, fuzzy
msgid "Old pitch table (compatibility)"
msgstr "Macro de tono y deslizamientos quebrados (compatibilidad)"
msgstr "Tabla de tonos antigua (compatibilidad)"

#: src/gui/sysConf.cpp:1077
msgid "Mixing mode:"
Expand Down Expand Up @@ -6239,13 +6236,12 @@ msgid "Scale frequency to wave length"
msgstr "Escalar frecuencia a longitud de onda"

#: src/gui/sysConf.cpp:1292
#, fuzzy
msgid "Amiga channel volumes (64)"
msgstr "Barra de volumen de los canales:"
msgstr "Volúmenes estilo Amiga (64)"

#: src/gui/sysConf.cpp:1296
msgid "Amiga-like pitch (non-linear pitch only)"
msgstr ""
msgstr "Tono estilo Amiga (solo en tono no lineal)"

#: src/gui/sysConf.cpp:1332 src/gui/sysConf.cpp:1754
msgid "3.54MHz (PAL)"
Expand Down Expand Up @@ -6417,9 +6413,8 @@ msgid "Output bit depth:"
msgstr "Profundidad de bits de salida:"

#: src/gui/sysConf.cpp:1897
#, fuzzy
msgid "Maximum volume:"
msgstr "Máximo"
msgstr "Volumen máximo:"

#: src/gui/sysConf.cpp:1907
msgid "Interpolation:"
Expand Down Expand Up @@ -13004,15 +12999,16 @@ msgstr ""
"para compensar los efectos del filtro Gauss de la SNES."

#: src/gui/sampleEdit.cpp:546
#, fuzzy
msgid "no BRR filters"
msgstr "Filtro del eco:"
msgstr "sin filtros BRR"

#: src/gui/sampleEdit.cpp:554
msgid ""
"enable this option to not use BRR blocks with filters\n"
"and allow sample offset commands to be used safely."
msgstr ""
"activa esta opción para deshabilitar el uso de bloques BRR con filtros\n"
"y permitir el uso de effectos de fueraestablecer para ser usados safamente."

#: src/gui/sampleEdit.cpp:559
msgid "8-bit dither"
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.4\n"
"Project-Id-Version: furnace 0.6.5\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.4\n"
"Project-Id-Version: furnace 0.6.5\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fr\n"
Expand Down
2 changes: 1 addition & 1 deletion po/furnace.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: furnace 0.6.4\n"
"Project-Id-Version: furnace 0.6.5\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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.4\n"
"Project-Id-Version: furnace 0.6.5\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.4\n"
"Project-Id-Version: furnace 0.6.5\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.4\n"
"Project-Id-Version: furnace 0.6.5\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ja\n"
Expand Down
Loading

0 comments on commit b04a2e3

Please sign in to comment.