Programa beta
Faça login ou registre-se para acessar compilações de teste, notas de lançamento e informações detalhadas do programa da versão de desenvolvimento atual.
Faça login ou cadastre-se
Use o mesmo e-mail e senha no aplicativo Songbook Buddy Beta depois de confirmar sua conta.
Regras beta – leia antes de participar
As compilações beta são softwares inacabados. Ao se registrar você aceita estes termos:
- Podem ocorrer travamentos, perda de dados e recursos quebrados. Mantenha backups das músicas de seu interesse.
- Use o aplicativo Songbook Buddy Beta separado e o back-end de nuvem beta — nunca misture dados de teste com sua biblioteca de lançamento.
- Sua conta beta recebe Pro e Cloud apenas para teste. Essas concessões não são transferidas para o aplicativo de lançamento público ou para a nuvem de produção.
- Relate bugs e faça perguntas apenas em nosso canal Discord — e não através do e-mail de suporte público.
- O teste móvel é feito apenas por meio de testes internos TestFlight (iOS) e Google Play (Android).
- Não compartilhe versões beta, links de login ou recursos não lançados fora do programa.
- Você pode excluir sua conta beta a qualquer momento; podemos revogar o acesso quando o beta terminar.
Registrar-se ou fazer login significa que você aceita essas regras.
Regras beta – leia antes de participar
As compilações beta são softwares inacabados. Ao se registrar você aceita estes termos:
- Podem ocorrer travamentos, perda de dados e recursos quebrados. Mantenha backups das músicas de seu interesse.
- Use o aplicativo Songbook Buddy Beta separado e o back-end de nuvem beta — nunca misture dados de teste com sua biblioteca de lançamento.
- Sua conta beta recebe Pro e Cloud apenas para teste. Essas concessões não são transferidas para o aplicativo de lançamento público ou para a nuvem de produção.
- Relate bugs e faça perguntas apenas em nosso canal Discord — e não através do e-mail de suporte público.
- O teste móvel é feito apenas por meio de testes internos TestFlight (iOS) e Google Play (Android).
- Não compartilhe versões beta, links de login ou recursos não lançados fora do programa.
- Você pode excluir sua conta beta a qualquer momento; podemos revogar o acesso quando o beta terminar.
Registrar-se ou fazer login significa que você aceita essas regras.
Nuvem incluída na versão beta
Cada conta beta confirmada recebe Pro e Cloud apenas no backend beta. Faça login com a mesma conta em Songbook Buddy Beta para desbloquear o modo Band, sincronização na nuvem e todos os recursos Pro durante o teste.
Versão beta pública mais recente: 1.0.26+4
O que testar nesta compilação
The beta channel is currently retired — there is no active beta build.
Lançar aplicativo e aplicativo beta lado a lado
Você poderá continuar usando o aplicativo estável para shows enquanto testa novas compilações – sem misturar sua biblioteca de músicas.
- Instale o beta como um aplicativo separado com seu próprio ícone e nome (Songbook Buddy Beta) assim que estiver disponível em sua plataforma.
- Cada aplicativo mantém seu próprio banco de dados local, configurações e identidade do dispositivo – as edições na versão beta não afetam sua biblioteca de lançamentos.
- A sincronização em nuvem na versão beta usa um projeto de back-end separado, portanto, os dados de teste nunca substituem os dados de sincronização de produção.
- No desktop você pode executar os dois aplicativos ao mesmo tempo; no celular/tablet você alterna entre dois aplicativos instalados.
Até que o aplicativo beta separado seja enviado para todas as plataformas, a instalação de uma versão beta pode substituir o aplicativo atual nesse dispositivo. Prefira um dispositivo sobressalente quando possível.
Canais de suporte beta
Durante a versão beta, oferecemos suporte aos testadores apenas por meio destes canais:
- Discord — bugs, perguntas e discussão
- TestFlight — iOS instalações e atualizações beta
- Google Play testes internos — Android instalações e atualizações beta
A página de suporte pública e o e-mail de suporte não são para problemas beta.
Construções recentes
Entradas mais recentes – abra a lista completa de compilações mais antigas.
Somente membros
Faça login ou registre-se acima para ver notas de versão beta e downloads.
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.