Releases: BrightonBTC/bija
Linux v0.0.9-alpha
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
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
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
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
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
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
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
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
Very early alpha release, limited functionality, probably buggy. For testing purposes only.