Skip to content

Releases: ppfeufer/aa-fleetpings

2.13.2

21 Apr 12:41
97d96a3
Compare
Choose a tag to compare

[2.13.2] - 2022-04-21

Fixed

  • Issue: Custom ping targets not auto-linking in Discord properly. #74

Git History

Full Changelog: v2.13.1...v2.13.2

2.13.1

16 Apr 23:26
6c7ad87
Compare
Choose a tag to compare

[2.13.1] - 2022-04-17

Added

  • Missing helper directory

Git History

Full Changelog: v2.13.0...v2.13.1

2.13.0

16 Apr 22:51
8b8f383
Compare
Choose a tag to compare

[2.13.0] - 2022-04-17

Added

  • Local time to formup time segment (#70)

Changed

  • Minimum requirements
    • Alliance Auth >= v2.11.2
    • Alliance Auth App Utils >= 1.13.0
  • Switched to Alliance Auth App Utils for logging
  • JavaScript cleaned up
  • Logic for ping text moved from JavaScript to Python/Django code
  • Discord pings are now always embedded
  • Get timezones app URL from Django instead of it being hardcoded

Removed

  • Support for Slack Webhooks. Slack is not supported by Alliance Auth, so it has
    been dropped from this app as well.

Git History

Full Changelog: v2.12.0...v2.13.0

2.13.0-beta.1

06 Apr 12:25
26927ab
Compare
Choose a tag to compare
2.13.0-beta.1 Pre-release
Pre-release

[2.13.0-beta.1] - 2022-04-06

Added

  • Local time to formup time segment (#70)

Changed

  • Get timezones app URL from Django instead of it being hardcoded

2.12.0

02 Mar 23:14
c9c8881
Compare
Choose a tag to compare

[2.12.0] - 2022-03-02

Added

  • Test suite for AA 3.x and Django 4

Changed

  • Switched to setup.cfg as config file, since setup.py is deprecated now

Removed

  • Deprecated settings

Git Changes

Full Changelog: v2.11.0...v2.12.0

2.11.0

28 Feb 11:42
629eddf
Compare
Choose a tag to compare

[2.11.0] - 2022-02-28

Fixed

  • [Compatibility] AA 3.x / Django 4 :: ImportError: cannot import name
    'ugettext_lazy' from 'django.utils.translation'

Added

  • Error message on missing information for Optimer and SRP
    • Optimer (Mandatrory fields):
      • » FC Name
      • » Fleet Name
      • » Formup Location
      • » Formup Time
      • » Ships / Doctrine
    • SRP (Mandatrory fields):
      • » Fleet Name
      • » Ships / Doctrine

Changed

  • JavaScript modernised

Git History

Full Changelog: v2.10.1...v2.11.0

2.10.1

02 Feb 12:20
3252916
Compare
Choose a tag to compare

[2.10.1] - 2022-02-02

Changed

  • Using path in URL config instead of soon-to-be removed url

Git History

Full Changelog: v2.10.0...v2.10.1

2.10.0

12 Jan 20:45
b7c649d
Compare
Choose a tag to compare

[2.10.0] - 2022-01-12

Added

  • (Upcoming) to the header text of pre-pinged fleets to ensure there is no
    confusion between pre-pinged fleets and fleets that start now (#61)

Changed

  • JS rewrite

Git History

Full Changelog: v2.9.0...v2.10.0

2.9.0

11 Jan 14:51
91d8d7a
Compare
Choose a tag to compare

[2.9.0] - 2022-01-11

Added

  • Versioned static files to prevent browser cache related errors on app updates

Fixed

  • An issue where the checkboxes haven't been cleared properly when switching between
    "Pre-Ping" and "Formup NOW"

Git History

Full Changelog: v2.8.0...v2.9.0

2.8.0

02 Jan 02:26
6180bc7
Compare
Choose a tag to compare

[2.8.0] - 2022-01-02

Added

  • Tests for Python 3.11 (still allowed failing, since Python 3.11 is still in alpha
    state)

Changed

  • Minimum requirements
    • Alliance Auth v2.9.4

Removed

  • Check for AA-GDPR, since we don't load any external resources it is not needed

Full Changelog: v2.7.0...v2.8.0