programa beta
Inicie sesión o regístrese para acceder a versiones de prueba, notas de la versión e información detallada del programa de la versión de desarrollo actual.
Inicia sesión o regístrate
Utilice el mismo correo electrónico y contraseña en la aplicación Songbook Buddy Beta después de confirmar su cuenta.
Reglas Beta: lee antes de unirte
Las versiones beta son software sin terminar. Al registrarte aceptas estos términos:
- Pueden ocurrir fallas, pérdida de datos y funciones rotas. Mantenga copias de seguridad de las canciones que le interesan.
- Utilice la aplicación Songbook Buddy Beta independiente y el backend beta en la nube; nunca mezcle datos de prueba con su biblioteca de versiones.
- Su cuenta beta recibe Pro y Cloud solo para pruebas. Estas subvenciones no se transfieren a la aplicación de lanzamiento público ni a la nube de producción.
- Informe errores y haga preguntas solo en nuestro canal Discord, no a través del correo electrónico de soporte público.
- Las pruebas móviles se realizan únicamente a través de pruebas internas TestFlight (iOS) y Google Play (Android).
- No comparta versiones beta, enlaces de inicio de sesión ni funciones inéditas fuera del programa.
- Puedes eliminar tu cuenta beta en cualquier momento; Podemos revocar el acceso cuando finalice la versión beta.
Registrarse o iniciar sesión significa que acepta estas reglas.
Reglas Beta: lee antes de unirte
Las versiones beta son software sin terminar. Al registrarte aceptas estos términos:
- Pueden ocurrir fallas, pérdida de datos y funciones rotas. Mantenga copias de seguridad de las canciones que le interesan.
- Utilice la aplicación Songbook Buddy Beta independiente y el backend beta en la nube; nunca mezcle datos de prueba con su biblioteca de versiones.
- Su cuenta beta recibe Pro y Cloud solo para pruebas. Estas subvenciones no se transfieren a la aplicación de lanzamiento público ni a la nube de producción.
- Informe errores y haga preguntas solo en nuestro canal Discord, no a través del correo electrónico de soporte público.
- Las pruebas móviles se realizan únicamente a través de pruebas internas TestFlight (iOS) y Google Play (Android).
- No comparta versiones beta, enlaces de inicio de sesión ni funciones inéditas fuera del programa.
- Puedes eliminar tu cuenta beta en cualquier momento; Podemos revocar el acceso cuando finalice la versión beta.
Registrarse o iniciar sesión significa que acepta estas reglas.
Nube incluida en beta
Cada cuenta beta confirmada obtiene Pro y Cloud solo en el backend beta. Inicie sesión con la misma cuenta dentro de Songbook Buddy Beta para desbloquear el modo Band, la sincronización en la nube y todas las funciones de Pro durante la prueba.
Última versión beta pública: 1.0.26+4
Qué probar en esta compilación
The beta channel is currently retired — there is no active beta build.
Lanzar la aplicación y la aplicación beta una al lado de la otra
Deberías poder seguir usando la aplicación estable para conciertos mientras pruebas nuevas versiones, sin mezclar tu biblioteca de canciones.
- Instale la versión beta como una aplicación separada con su propio ícono y nombre (Songbook Buddy Beta) una vez que esté disponible en su plataforma.
- Cada aplicación mantiene su propia base de datos local, configuración e identidad del dispositivo; las ediciones en versión beta no afectan su biblioteca de versiones.
- La sincronización en la nube en versión beta utiliza un proyecto backend independiente, por lo que los datos de prueba nunca sobrescriben los datos de sincronización de producción.
- En el escritorio puedes ejecutar ambas aplicaciones al mismo tiempo; en el móvil/tableta cambias entre dos aplicaciones instaladas.
Hasta que la aplicación beta independiente se envíe en todas las plataformas, la instalación de una versión beta puede reemplazar la aplicación actual en ese dispositivo. Prefiere un dispositivo de repuesto cuando sea posible.
Canales de soporte beta
Durante la versión beta apoyamos a los testers solo a través de estos canales:
- Discord: errores, preguntas y debates
- TestFlight — Instalaciones y actualizaciones beta de iOS
- Pruebas internas de Google Play: instalaciones y actualizaciones beta de Android
La página de soporte público y el correo electrónico de soporte no son para problemas beta.
Construcciones recientes
Entradas más recientes: abra la lista completa para versiones más antiguas.
Sólo miembros
Inicie sesión o regístrese arriba para ver las notas de la versión beta y las descargas.
Version 1.0.26+4
September 12, 2026
A Linux-only repair build on top of 1.0.26+3. Nothing changes for macOS, Windows, Android or iOS — if the app starts for you today, this build has nothing new in it.
- The Linux download starts again on Ubuntu 22.04 LTS, Linux Mint 21.x and Debian 12. 1.0.26 stopped with
symbol lookup error: undefined symbol: g_once_init_enter_pointerand never showed a window. The app itself was fine; the machine that builds it simply has a newer GLib than those systems, and its headers quietly wrote that newer function into the program — the runner and eight plugins. The build now pins the GLib API to the version those systems ship, which is what every earlier release did before the build machine was upgraded.
Why this is the third repair of its kind, and what changed so there is no fourth. The same class of problem — the build machine raising the requirements without anyone asking it to — cost 1.0.24, 1.0.25 and 1.0.26. The pre-upload check that was supposed to catch it only asked whether every library exists and carries the right symbol versions; this function carries no version at all, so the check passed a build that could not start. It now also asks the loader to bind every symbol before shipping, and a release fails if a single one is missing. Measured against the published 1.0.26: silent before, nine files named after. On top of that, the build is now started on a real Ubuntu 22.04 userland and has to draw its window there before it can be uploaded.
Version 1.0.26+3
September 12, 2026
A repair build on top of 1.0.26. It fixes one defect, and that defect destroys data, so it is worth installing even if 1.0.26 has been running fine for you.
- Interpreters no longer disappear from the library list — and the app no longer overwrites the stored one with a blank. On some libraries an interpreter would vanish from the Songs pane and come back the moment the song was opened, then vanish again later. Behind that was a repair that ran the wrong way round: when the app rebuilds a missing interpreter from the
{artist:}line in the song text, it queues that one column to be uploaded. If a sync brought the server's empty value back in the moment between queueing and uploading, the app sent the empty value — and marked it as the newest edit of that column. From then on the blank won against every later repair, so a song that could still have been healed became permanently blank. Measured against the live database on 12 September 2026, this had already happened to 16 songs across two accounts. Uploading an emptied column this way is now blocked outright: a repair the app performs on its own can only ever add an interpreter, never clear one. Clearing an interpreter yourself still works exactly as before.
What this build does and does not do: it stops any further damage. Songs whose interpreter was already overwritten with a blank keep their {artist:} line in the song text, so the value itself is not lost — those rows need a follow-up repair on our side, which happens once this build is out.