Skip to content

Releases: bibledit/debian

Bibledit Cloud 5.1.034

16 Nov 10:40

Choose a tag to compare

Replace manual error checks with 'set -e' in scripts

Removed repeated 'if [ $? -ne 0 ]; then exit; fi' error checks and added 'set -e' at the start of tarball-client-sid.sh, tarball-client.sh, and tarball-cloud.sh. This simplifies error handling and ensures the scripts exit immediately on any command failure.
https://github.com/bibledit/cloud/issues/1026

Bibledit Cloud 5.1.036

24 Dec 15:59

Choose a tag to compare

Replace manual error checks with 'set -e' in scripts

Removed repeated 'if [ $? -ne 0 ]; then exit; fi' error checks and added 'set -e' at the start of tarball-client-sid.sh, tarball-client.sh, and tarball-cloud.sh. This simplifies error handling and ensures the scripts exit immediately on any command failure.
https://github.com/bibledit/cloud/issues/1026

Bibledit client 5.1.036

24 Dec 15:32

Choose a tag to compare

Replace manual error checks with 'set -e' in scripts

Removed repeated 'if [ $? -ne 0 ]; then exit; fi' error checks and added 'set -e' at the start of tarball-client-sid.sh, tarball-client.sh, and tarball-cloud.sh. This simplifies error handling and ensures the scripts exit immediately on any command failure.
https://github.com/bibledit/cloud/issues/1026

Bibledit Cloud 5.1.023

30 Jan 14:57

Choose a tag to compare

Update Client

https://github.com/bibledit/cloud/issues/944

Bibledit Cloud 5.1.022

02 Jan 10:49

Choose a tag to compare

Link with system-provided MbedTLS library again

https://github.com/bibledit/cloud/issues/944

Bibledit client 5.1.023

02 Jan 13:32

Choose a tag to compare

Update Client

https://github.com/bibledit/cloud/issues/944

Bibledit Client 5.1.022

02 Jan 12:03

Choose a tag to compare

Update Client

https://github.com/bibledit/cloud/issues/944

Bibledit Cloud 5.1.021

13 Dec 15:30

Choose a tag to compare

cloud.5.1.021

update steps

Bibledit Cloud 5.1.020

05 Oct 16:33

Choose a tag to compare

cloud.5.1.020

update steps

Bibledit Cloud 5.1.016

04 Jul 06:38

Choose a tag to compare

Fix build errors for GCC 14 in Debian experimental.