Skip to content

Commit

Permalink
[RELEASE] v3.4.0
Browse files Browse the repository at this point in the history
## \[3.4.0\] - 2024-11-09

> \[!IMPORTANT\]
>
> After updating to this version, make sure to run the following
> command to migrate the old fleet types to the new system:
>
> ```shell
> python manage.py afat_migrate_fleet_types
> ```

### Added

- Optional doctrine field to FAT link creation forms
- Integrity hashes to CSS and JavaScript

### Fixed

- ESI fleet closing condition. When the FC left the fleet and is now in another
  fleet, the previous fleet was not detected as no longer tracked, and as such, not
  closed until the FC is either in no fleet at all or offline.

### Changed

- Settings from `local.py` moved to DB
- Fleet type dropdown to auto-suggest field

### Removed

- `AFAT_APP_NAME` setting to ensure the app name can be properly localized
  • Loading branch information
ppfeufer committed Nov 9, 2024
1 parent 2160ad1 commit c6c517d
Show file tree
Hide file tree
Showing 17 changed files with 1,382 additions and 1,379 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Section Order:
### Security
-->

## \[3.4.0\] - 2024-11-09

> \[!IMPORTANT\]
>
> After updating to this version, make sure to run the following
Expand Down
2 changes: 1 addition & 1 deletion afat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Django
from django.utils.translation import gettext_lazy as _

__version__ = "3.3.0"
__version__ = "3.4.0"
__title__ = _("Fleet Activity Tracking")
Loading

0 comments on commit c6c517d

Please sign in to comment.