Skip to content

Releases: dpipstudio/botwave

v1.0.2-alfaroa

01 Jan 23:09

Choose a tag to compare

What changed:

  • Improved command update on local client to add folder uploads
  • Fixed a small logging type issue in the server
  • Changed the README structure with clear instructions

Updating to this version

To update to this version, run the following command.

bw-update --to v1.0.2-alfaroa
Commit history
  • Merge pull request #27 from dpipstudio/local-improvements (6be1548)
  • from bold to h2 (a464001)
  • updated release message (1e36552)
  • local,server: changed some logs from broadcast to file (3417843)
  • =--- v1.0.2-alfaroa ---= (fbc4fde)
  • readme: updated local client examples (88e8737)
  • local: updated doc (24f9148)
  • local: updated upload command to support folder uploads (73c4195)
  • server, _upload_folder_contents: changed Log.broadcast to Log.file (2a9bed1)
  • Merge pull request #26 from dpipstudio/readme-tweaks (7bf2d22)
  • fixed typo (2) (321fb2e)
  • adding separators to mark details start and end (edf56fc)
  • removed typo (a88a78d)
  • changed images placement (3523554)
  • . (literally) (19a0201)
  • fixed the TOC (2cb43df)
  • rewrote the readme (1ee1206)
  • some readme tweaks, again (bdaed14)
  • removed bw_custom -> pifm mention (1b547da)
  • few changes to the readme (88bc252)
  • tiny fixes (af7b072)
  • added commands to review the install code (72b3f28)
  • removed protocol warning (6e9df4e)
  • Update installation.json for release v1.0.1-terminalia (7261517)

v1.0.1-terminalia

25 Dec 23:14

Choose a tag to compare

What changed:

  • Changed readme to add the ETC section and a dynamic hero image
  • Fixed command history implementation in server and local

Updating to this version

To update to this version, run the following command.

bw-update --to v1.0.1-terminalia
Commit history
  • =--- v1.0.1-terminalia ---= (59b3555)
  • server: fixed command history issue (8eff9f2)
  • local: fixed command history issue (7848bbc)
  • added failurl to prevent togp fails (afe7d2e)
  • made the stats more readable (678a8f8)
  • added placeholders (501aa45)
  • changed the icons layout (0c557f0)
  • updated main logo with togp-generated one (b495a40)
  • moved text and icons a bit (991e279)
  • lowered stars text (28a4ab9)
  • added togp_logo.svg (8035e3f)
  • added show hn (28d6141)
  • made some "graphical" adjustments (70d7857)
  • minor changes to the readme (92f6a0e)
  • added "they talk about us" section (fde2646)
  • updated links (09aaa0f)
  • created readme_assets inside assets/ (46bb1b0)
  • small catty update (ed8cb30)
  • server: changed audio frequency to static 700Hz instead of using the broadcast frequency (a4ebd4e)
  • local: changed audio frequency to static 800Hz instead of using the broadcast frequency (76fd3ab)
  • md support in release notes (7600dab)
  • added some readmes (4dd9b4e)
  • fixed typo (78b5c9d)
  • Update installation.json for release v1.0.0-oak (c185684)

v1.0.0-oak

20 Dec 14:20

Choose a tag to compare

This is the first BotWave release. This release provides a basic client-server implementation for BotWave, alongside a standalone client. The protocol version is 2.0.0. It supports basic FM broadcasing, SSTV & morse encoding, and more !

Updating to this version

To update to this version, run the following command.

curl -sSL https://botwave.dpip.lol/update | sudo bash -s -- --to v1.0.0-oak