Skip to content

Releases: ppfeufer/aa-fleetpings

2.22.0

20 May 01:22
c33ccb7
Compare
Choose a tag to compare

[2.22.0] - 2023-05-20

Changed

  • Migrated settings from local.py to the database
  • German translation updated
  • Russian translation updated
  • Ukrainian translation updated (not complete yet, currently at 90% translated)

Update Notes:

After this update and successful migration, you can remove this app's settings from
your local.py. All settings are now handled through the Django Admin Backend under
/admin/fleetpings/setting/

Git History

Full Changelog: v2.21.0...v2.22.0

2.21.0

25 Apr 20:26
28bb35b
Compare
Choose a tag to compare

[2.21.0] - 2023-04-25

Added

  • Ukrainian translation

Changed

  • Russian translation updated
  • Moved the build process to PEP 621 / pyproject.toml

Git History

Full Changelog: v2.20.0...v2.21.0

2.20.0

16 Apr 17:03
014fb48
Compare
Choose a tag to compare

[2.20.0] - 2023-04-16

Added

  • Russian translation

Git History

Full Changelog: v2.19.0...v2.20.0

2.19.0

13 Apr 17:15
a35939d
Compare
Choose a tag to compare

[2.19.0] - 2023-04-13

Added

  • German translation

Git History

Full Changelog: v2.18.0...v2.19.0

2.18.0

03 Jan 10:52
3beb0c7
Compare
Choose a tag to compare

[2.18.0] - 2023-01-03

Changed

  • Webhooks are now alphabetically ordered (Thanks to @pvyParts)

Git History

Full Changelog: v2.17.0...v2.18.0

2.17.0

06 Dec 17:21
634b8c1
Compare
Choose a tag to compare

[2.17.0] - 2022-12-06

Added

  • AA_FLEETPINGS_WEBHOOK_VERIFICATION setting to disable webhook URL verification
    so you can use non-Discord webhooks for your pings. If you do so, it is up to you
    to ensure your webhook understands a payload formatted for Discord webhooks.
    (Thanks to @pvyParts)

Git History

New Contributors

Full Changelog: v2.16.0...v2.17.0

2.16.0

18 Sep 15:00
4d8f27d
Compare
Choose a tag to compare

[2.16.0] - 2022-09-18

Added

  • Hint text to the "Announcement Text" field with a link to Discord Markdown

Changed

  • Some code/internal improvements
  • Minimum Requirement:
    • Alliance Auth >= 3.2.0

Git History

Full Changelog: v2.15.0...v2.16.0

2.15.0

15 Aug 01:18
9ee287d
Compare
Choose a tag to compare

[2.15.0] - 2022-08-15

Added

  • Warning about ping spam when @everyone is selected as target. Hopefully this
    will fight ping spam a little.

Git History

Full Changelog: v2.14.1...v2.15.0

2.14.1

04 Aug 23:07
9a9d3cc
Compare
Choose a tag to compare

[2.14.1] - 2022-08-05

Fixed

  • Don't show :: in front of the ping text headline when no ping target is selected

Changed

  • Simplified checks for mandatory fields in JS (If you are still using Internet
    Explorer 11 or older, you should feel bad and update to a modern browser)

Git History

Full Changelog: v2.14.0...v2.14.1

2.14.0

11 Jul 06:04
0a08439
Compare
Choose a tag to compare

[2.14.0] - 2022-07-11

Fixed

  • Some typos

Changed

  • Templates cleaned up and re-organised
  • Minimum Requirement:
    • Alliance Auth >= 2.14.0

Git History

Full Changelog: v2.13.2...v2.14.0