Skip to content

Releases: andrewthetechie/err-aprs-backend

v0.5.1

18 May 16:19
5539264
Compare
Choose a tag to compare

0.5.1 (2024-05-17)

Dependencies

  • bump dataclasses-json from 0.6.5 to 0.6.6 (#82) (45741b5)
  • bump pep8-naming from 0.13.3 to 0.14.0 (#86) (485e5cb)
  • bump pre-commit from 3.7.0 to 3.7.1 (#83) (8c882c2)
  • bump ruff from 0.4.3 to 0.4.4 (#80) (b5b59a7)

v0.5.0

09 May 23:51
281c885
Compare
Choose a tag to compare

0.5.0 (2024-05-09)

Features

Dependencies

v0.4.0

05 May 15:58
91fb54f
Compare
Choose a tag to compare

0.4.0 (2024-05-05)

Features

Bug Fixes

  • acks, login, filters, and APRS_BOT_CALLSIGN (#72) (4d06705)

Dependencies

  • bump dataclasses-json from 0.6.4 to 0.6.5 (#69) (cfdd3df)
  • bump pytest-xdist from 3.5.0 to 3.6.1 (#66) (c5937f8)

v0.3.0

28 Apr 21:30
Compare
Choose a tag to compare

0.3.0 (2024-04-28)

Features

  • docker image for err-aprs-backend (#59) (a82ca42)

v0.2.0

28 Apr 03:41
22d1c29
Compare
Choose a tag to compare

0.2.0 (2024-04-28)

Features

  • add support for APRS Service Registry (#57) (245b2f7)

Bug Fixes

Dependencies

  • bump coverage from 7.4.4 to 7.5.0 (6a86f64)
  • bump ruff from 0.3.7 to 0.4.0 (9be3d82)
  • bump ruff from 0.4.0 to 0.4.1 (84ec6f3)
  • bump ruff from 0.4.1 to 0.4.2 (781e855)

v0.1.1

15 Apr 03:45
4d203c7
Compare
Choose a tag to compare

0.1.1 (2024-04-15)

Initial Release

This is the initial release of the err-aprs-backend.

Supported features:

  • APRSIS Connection - bot requires an internet connection
  • Customizable filter and ability to listen to multiple callsigns
  • Send and receive messages via APRSIS
  • Messages are Ack'd, duplicate messages will be re-ack'd but not re-processed.
  • Sent messages are attempted multiple timed (Default 7) until ack'd or rejected.
  • Any (most) Errbot plugins "should just work".
  • Long messages from plugins are split into less than 67 characters
  • Ability to send a simplified "help" string

Bug Fixes

v0.1.0

15 Apr 03:36
Compare
Choose a tag to compare

Initial Release

This is the initial release of the err-aprs-backend.

Supported features:

  • APRSIS Connection - bot requires an internet connection
  • Customizable filter and ability to listen to multiple callsigns
  • Send and receive messages via APRSIS
  • Messages are Ack'd, duplicate messages will be re-ack'd but not re-processed.
  • Sent messages are attempted multiple timed (Default 7) until ack'd or rejected.
  • Any (most) Errbot plugins "should just work".
  • Long messages from plugins are split into less than 67 characters
  • Ability to send a simplified "help" string