Skip to content

BibleTime 3.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jaakristioja jaakristioja released this 11 Dec 21:17
· 1678 commits to master since this release
v3.0_beta1
e60057e

The BibleTime team is proud to announce the immediate availability of BibleTime version 3.0 beta 1, which is the first beta release in the stable 3.0 series of BibleTime.

Notable changes since 2.11.2:

Enhancements:

  • Text windows now have continuous scrolling from the beginning to end of a module. At the end of a chapter just keep scrolling to see the next chapter.
  • You don't have to open the Personal Commentary for writing. Edit it in a normal text window or even when it is a parallel column in a text window.
  • Automatic text scrolling up or down with variable speed and pause.
  • Copy to clipboard by choosing the beginning and ending reference.
  • A search filter was added in the "Install Works" page of the Bookshelf Manager.
  • You can select text from a single column when using parallel texts in a window.
  • Added a user interface to delete or create search indices.
  • The first time the Bookshelf Manager is used in a session, the remote libraries are updated.

Bugs fixed:

  • Locked Bible not unlocking properly
  • Place not being saved in Daily Devotional.
  • Problems with MAG window references using hebrew modules OSHB and OSMHB
  • Unable to create a search scope for deuterocanonical books
  • Searching with quotes not working.
  • MAG windows Strongs references not working unless config settings were saved.

Build requirements:

  • C++11 compiler
  • Qt 5.9 or later
  • Sword 1.8.1
  • CMake 3.10 or later

Details:

  • Filename: bibletime-3.0_beta1.tar.xz
  • File size: 3709500 bytes (3.54 MB)
  • MD5SUM: 42083cd7d86769af1beeab4913fd2807
  • SHA1SUM: cd68d262ccc56a19b9650af4160a5bc9e608add5
  • SHA256SUM: 2661f3ae4bfd727d1a406184cdf91488c0e544f4afb9fc288510698d8cb4f9fb

Windows details:

  • Filename: bibletime-3.0.0_beta1-win32.exe

MacOS details:

  • Filename: BibleTime-3.0.0_beta1.dmg

Snap details:

  • Filename: bibletime-3.0.0_beta1-amd64.snap
  • The snap allows installing on any linux system that supports snap. A snap contains all necessary libraries so it is independent of your installed libraries.
  • It can co-exist with a BibleTime installed using your normal install procedures.
  • It is also large.
  • It will install core18 which contains additional libraries.
  • Snaps use different file space than normal apps. It has a different $HOME path so it will not share BibleTime settings or sword modules
  • Install like this:
    sudo snap install --dangerous bibletime_3.0.0-beta1_amd64.snap
  • The run path varies on different operating systems. On ubuntu use: /snap/bin/bibletime
  • After an installation it will behave funny the first time it is ran. It may be very slow to start. It may also not be able to download modules. I recommend you start and immediately quit after an installation.

Flatpak details:

Flatpak allows installing on any linux system that supports flatpaks. The required libraries will also be installed so it will be independent of your installed libraries.

  • flatpaks use different file space than normal apps. It has a different $HOME path so it will not share BibleTime settings or sword modules
  • Install like this:
  1. Follow the flathub setup guide for you operating system.
    https://flatpak.org/setup/
  2. Install the flathub beta repository.
    flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
  3. Install the beta version of BibleTime. There are several large runtime libraries that
    it will want to install. They are necessary.
    flatpak install flathub-beta info.bibletime.BibleTime
  4. Run BibleTime
    flatpak run info.bibletime.BibleTime