Skip to content

Releases: Bible-Translation-Tools/BTT-Writer-Desktop

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 15:16
65e4d89

BTT-Writer v1.6.0 Release Notes

Both Desktop and Android

  • Paragraph marker and newline handling has changed to maximize compatibility with other tools. Paragraph markers (\p) and newlines are now both preserved, and exported to USFM. Checks for excess paragraph markers have been removed.
  • Footnotes and poetry are now rendered when exporting to PDF.

Desktop Only

  • The settings page is now correctly updated when settings are changed. D-257
  • Installers are now available in DMG format for Macs and DEB format for Linux. D-283
  • TranslationAcademy resource files were removed from the build, reducing its storage footprint. D-258
  • Various other bug fixes and improvements.

Android Only

  • The project dialog contributors list now properly refreshes when the contributor list is updated. A-270
  • The chunk editor now retains its contents even when switching to another app and back. A-276
  • The repo manifest now contains the resource name. A-304
  • Various other bug fixes and improvements.

v1.5.4

Choose a tag to compare

@github-actions github-actions released this 30 Oct 20:10
5358607

BTT-Writer v1.5.4 Release Notes

BTT-Writer v1.5.4 contains some bug fixes and some behind-the-scenes improvements.

Changes

Added paragraph count check to chunk-close and project report. If there significantly more paragraphs in the target text than the source, BTT-Writer will raise an alert.

User can now switch between WACS PROD and WACS DEV servers in settings.

Removed automatic "bug" label from new GitHub issues.

Security enhancements for communicating with WACS and other servers.

Desktop only

Fixed bug where pasting content into a chunk could result in missing text.

Fixed bug where line breaks were not correctly processed when pasting text.

Updated Dockerfile to run in a container on recent versions of Linux.

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 07 Aug 14:42

Commits

  • b24a5cc: fixed bug of footnote breaking source text (#232) (Maxim) #232
  • 798c26e: Bump version to 1.5.3 (Craig Oliver)

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 25 Apr 20:06

Commits

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 19:41

Changes in BTT-Writer Desktop v1.4.1

  • Localization for Russian (ru) and Portuguese (pt-br).
  • Bug fix for displaying the index.sqlite location setting.
  • Bug fix for finding localization file.
  • Bug fix for certain UI animations.

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 19:59
9c5414c

BTT-Writer 1.4.0 Release Notes

We are delighted to announce the release of BTT-Writer 1.4.0! It contains the following changes:

  • Mark all chunks as done, a new menu option that allows the user to finish all the chunks for a chapter at once. This is especially useful when doing revision work.
  • Insert \p paragraph marker before first verse of each chapter when exporting to USFM. This improves compatibility when importing into other USFM-based tools.
  • Customize location of index.sqlite download url in settings.
  • Documentation and other updates.

Desktop only

  • Localization support! The BTT-Writer buttons, labels, and other text can now be displayed in multiple languages. This initial release provides translations in English and French.
  • Fixed resource loading bug that could cause a crash in rare circumstances.

Android only

  • Support for new WACS Security configuration that previously required a change to settings before the app could sync projects with WACS.
  • Localization for many languages have been added or updated.

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 28 Nov 21:41
3e5cd20

BTT-Writer v1.3.1 Release Notes

  • Added a new update menu command "Download New index.sqlite", which will download both source texts and language definitions at the same time. This is much faster than the previous import commands, but may not have the very latest definitions and texts if they were added very recently.
  • Better handling of corrupted projects, which are now zipped and placed in the backups folder if they can't be opened normally. The presence of a corrupted project no longer causes all projects to disappear.

Android Only

  • Fixed a bug when loading a source text that could, in rare circumstances, cause sections of source texts to fail to load.
  • Fixed a bug when rendering footnotes that could cause footnote content to be rendered interleaved with the source text.

Desktop Only

  • Developers only: Fixes and improvements to the Docker build process.

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Oct 18:13

New Features

  • Translated book names and chapter titles are now used when importing from and exporting to USFM. (PR134)
  • Paragraph markers (\p) are now recognized and rendered. (PR135)
  • Projects are now backed up before deletion. (PR146)

Bug Fixes

  • Fixed issue where adding too many source texts could cause the UI to become unusable. The number of source texts is now limited to three. Please let us know if your project requires more than three source texts. (PR136)
  • The Read Server now points to the new Live Reader URL. (PR133)
  • If the user starts the app while it is already running, now the existing instance is activated instead of starting a second instance. (PR138)
  • Fixed some readability and color issues with dark mode. (PR145)

Previous Updates

  • (v1.2.3) The list of available languages is now pulled from WA's new public data API. The language list API URL is now configurable in settings if you'd prefer to use a different API.

v1.2.3

Choose a tag to compare

@PurpleGuitar PurpleGuitar released this 01 Aug 16:04

This release uses a new endpoint for language information, found at:

https://langnames.bibleineverylanguage.org/langnames.json

The new language workflow from the language selection screen is now disabled. If your language is not on the list, please email sam_todd@wycliffeassociates.org to begin the process of adding it.

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Mar 18:49

This bugfix release corrects a problem encountered when trying to create or upload a repo on MacOS. It explicitly sets the name of the primary branch rather than use the default (which can vary from client to client).