Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Releases: BrightonBTC/bija

Linux v0.0.9-alpha

28 Feb 17:12
7ef6198
Compare
Choose a tag to compare
Linux v0.0.9-alpha Pre-release
Pre-release

For testing purposes only

  • Added a junk messages folder for Direct Messages
  • Performance updates. Duplicate data is now requested less often and should reduce bandwidth.
  • Front end redesign, now looks OK on all screen sizes
  • Implemented basic lists. Users can create named lists of public keys and view events from those accounts separately on list specific feeds.

First fetch the file:
wget https://github.com/BrightonBTC/bija/releases/download/v0.0.9-alpha/bija-v0.0.9-alpha

Make sure it's executable:
chmod +x bija-v0.0.9-alpha

Run the executable and then open http://localhost:5000:
./bija-v0.0.9-alpha

If you would prefer to create your account or enter your private key at the command line you can use the --setup flag instead:
./bija-v0.0.9-alpha --setup


You can use the -d flag if you want to see debug output:
./bija-v0.0.9-alpha -d

If something else is running on port 5000 you can use the -p flag to use a different one:
./bija-v0.0.9-alpha -p 5021

Or to view other command line args:
./bija-v0.0.9-alpha --help

Linux v0.0.8-alpha

22 Feb 16:52
01734de
Compare
Choose a tag to compare
Linux v0.0.8-alpha Pre-release
Pre-release

For testing purposes only


First fetch the file:
wget https://github.com/BrightonBTC/bija/releases/download/v0.0.8-alpha/bija-v0.0.8-alpha

Make sure it's executable:
chmod +x bija-v0.0.8-alpha

Run the executable and then open http://localhost:5000:
./bija-v0.0.8-alpha

If you would prefer to create your account or enter your private key at the command line you can use the --setup flag instead:
./bija-v0.0.8-alpha --setup


You can use the -d flag if you want to see debug output:
./bija-v0.0.8-alpha -d

If something else is running on port 5000 you can use the -p flag to use a different one:
./bija-v0.0.8-alpha -p 5021

Or to view other command line args:
./bija-v0.0.8-alpha --help

Linux v0.0.7-alpha

16 Jan 19:16
bf641dc
Compare
Choose a tag to compare
Linux v0.0.7-alpha Pre-release
Pre-release

For testing purposes only


  • various bug fixes and UI improvements
  • there are a few changes to the database structure which means you'll need to remove the .sqlite file from any previous versions if you're running from the same location

First fetch the file:
wget https://github.com/BrightonBTC/bija/releases/download/v0.0.7-alpha/bija-v0.0.7-alpha

Make sure it's executable:
chmod +x bija-v0.0.7-alpha

Start the setup and follow instructions to enter/create you private key and password:
./bija-v0.0.7-alpha --setup

Once you've created/added and confirmed your keys you'll need to open http://localhost:5000 in your browser to complete the process and start using bija

Next time you want to run you can simply launch with
./bija-v0.0.7-alpha


You can use the -d flag if you want to see debug output:
./bija-v0.0.7-alpha -d

Or to view other command line args:
./bija-v0.0.7-alpha --help

Linux v0.0.6-alpha

11 Jan 08:32
4e81b98
Compare
Choose a tag to compare
Linux v0.0.6-alpha Pre-release
Pre-release

For testing purposes only


  • various bug fixes and UI improvements
  • Proof of work configuration
  • Separate feeds for topics and option to subscribe
  • Lightning invoice display in notes
  • Docker support
  • Lazy loading of user images
  • Options to change the theme

First simply grab the file:
wget https://github.com/BrightonBTC/bija/releases/download/v0.0.6-alpha/bija-v0.0.6-alpha

Make sure it's executable:
chmod +x bija-v0.0.6-alpha

Start the setup and follow instructions to enter/create you private key and password:
./bija-v0.0.6-alpha --setup

Once you've created/added and confirmed your keys you'll need to open http://localhost:5000 in your browser to complete the process and start using bija

Next time you want to run you can simply launch with
./bija-v0.0.6-alpha


To view other command line args:
./bija-v0.0.6-alpha --help

nb. if you've installed previous versions and you're installing this in the same location you'll need to delete the existing .sqlite file and start again

Linux v0.0.5-alpha

22 Dec 22:58
Compare
Choose a tag to compare
Linux v0.0.5-alpha Pre-release
Pre-release

Testing purposes only

Improved login and setup flow
Various UI improvents

To run simply use grab the file:

wget https://github.com/BrightonBTC/bija/releases/download/v0.0.5-alpha/bija-v0.0.5-alpha

Make sure it's executable:

chmod +x bija-v0.0.5-alpha

Start the setup and follow instructions to enter/create you private key and password:

./bija-v0.0.5-alpha --setup

Linux v0.0.4-alpha

19 Dec 12:51
Compare
Choose a tag to compare
Linux v0.0.4-alpha Pre-release
Pre-release

Testing purposes only

Various UI improvements and bug fixes

One major difference from previous releases is that bija UI no longer opens in a Qt window, for the time being at least you'll need to run the program and then access the UI from your browser

If you've installed previous releases and intend to run this release from the same location you should delete the old files and start afresh, especially the bija.sqlite file.

Simply download the binary and run it from a terminal

./bija-nostr-client-v0.0.4-alpha

On the off chance you have something else running on port 5000 you can change the port with the --port XXX flag and if you want to create/mange multiple accounts you can tell bija to create/run from different database files (default is "bija") with the --db name flag. eg.:

./bija-nostr-client-v0.0.4-alpha --port 5021 --db "mydb"

nb. if you stop and restart Bija then make sure and session cookies from the last session are cleared from you browser

Linux v0.0.3-alpha

15 Dec 17:56
Compare
Choose a tag to compare
Linux v0.0.3-alpha Pre-release
Pre-release

For testing purposes only.

Mostly just a few bug fixes and UI enhancements since last version.

This release was compiled on Ubuntu 22.10 and probably isn't compatible with earlier versions.

Download the binaries and then from the download directory:

chmod +x bija-nostr-client-v0.0.3-alpha
./bija-nostr-client-v0.0.3-alpha

Linux v0.0.2-alpha

12 Dec 12:37
Compare
Choose a tag to compare
Linux v0.0.2-alpha Pre-release
Pre-release

For testing purposes only

bija-nostr-client-v0.0.2-alpha is intended to work on all Linux distros and is built on Ubuntu 20.04.

KDE on Ubuntu 22 doesn't like that it's built using an earlier version of gcc/C++ though so I've provided an alternative version built on Ubuntu 22.10 , bija-nostr-client-Alt-v0.0.2-alpha. Use this if you have issues.

Linux v0.0.1-alpha

25 Nov 11:49
Compare
Choose a tag to compare
Linux v0.0.1-alpha Pre-release
Pre-release

Very early alpha release, limited functionality, probably buggy. For testing purposes only.