Skip to content

Releases: timotheosh/cbible

Second Beta

17 Dec 02:21
bd5c4bf
Compare
Choose a tag to compare
Second Beta Pre-release
Pre-release

Removed dependencies on boost.
Updated travis unit tests to use docker.
Program should compile with either g++ or clang++.

First Beta

08 Aug 02:27
Compare
Choose a tag to compare
First Beta Pre-release
Pre-release

Uses a config file for setting the default Bible version (single user, only, in ~/.cbible.cfg). The config file is created when the program is used for the first time.

The ability to write and retrieve entries in the Sword Project's Personal commentary.

An elisp minor mode that works well with org-mode for inserting Scripture references, and commentary text.

Alpha v0.03

01 Jul 10:04
Compare
Choose a tag to compare
Alpha v0.03 Pre-release
Pre-release

Some bug fixes.
Code in currentRef() was redundant.
Moved verse incrementation to only happen when you press enter with no text.

Alpha

29 Jun 00:56
Compare
Choose a tag to compare
Alpha Pre-release
Pre-release

This has a lil' more functionality. It increments verses automatically when o other input is given. It also has the undocumented feature of switching Sword modules by typing in '?' and then the Module you want to use.

So for example, you want to use the ESV, you type at the prompt:
? ESV
If you want a list of Modules, just type '?' and enter.

Alpha

22 Jun 02:42
Compare
Choose a tag to compare
Alpha Pre-release
Pre-release

This is not complete with features, but is a basic commandline program with some readline history functionality. It is curreently hardcoded to use one Bible version (KJV).