Skip to content

Commit

Permalink
[RELEASE] v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Nov 28, 2024
1 parent 5259cfd commit 87ae097
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 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.5.0\] - 2024-11-28

### Fixed

- Broken corporation performance graph in alliance statistics view
Expand Down
45 changes: 22 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,28 @@ An Improved FAT/PAP System for

______________________________________________________________________

<!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=1 -->

- [Alliance Auth AFAT — Another Fleet Activity Tracker](#alliance-auth-afat-%E2%80%94-another-fleet-activity-tracker)
- [Features and Highlights](#features-and-highlights)
- [Screenshots](#screenshots)
- [Dashboard](#dashboard)
- [Fat Link List](#fat-link-list)
- [Fat Link Details](#fat-link-details)
- [Add Fat Link View for FCs](#add-fat-link-view-for-fcs)
- [Installation](#installation)
- [Important](#important)
- [Step 1: Install the App](#step-1-install-the-app)
- [Step 2: Update Your AA Settings](#step-2-update-your-aa-settings)
- [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
- [Updating](#updating)
- [Data Migration](#data-migration)
- [Import From Native FAT](#import-from-native-fat)
- [Settings](#settings)
- [Permissions](#permissions)
- [Changelog](#changelog)
- [Translation Status](#translation-status)
- [Contributing](#contributing)
- [Credits](#credits)
<!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=2 -->

- [Features and Highlights](#features-and-highlights)
- [Screenshots](#screenshots)
- [Dashboard](#dashboard)
- [Fat Link List](#fat-link-list)
- [Fat Link Details](#fat-link-details)
- [Add Fat Link View for FCs](#add-fat-link-view-for-fcs)
- [Installation](#installation)
- [Important](#important)
- [Step 1: Install the App](#step-1-install-the-app)
- [Step 2: Update Your AA Settings](#step-2-update-your-aa-settings)
- [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
- [Updating](#updating)
- [Data Migration](#data-migration)
- [Import From Native FAT](#import-from-native-fat)
- [Settings](#settings)
- [Permissions](#permissions)
- [Changelog](#changelog)
- [Translation Status](#translation-status)
- [Contributing](#contributing)
- [Credits](#credits)

<!-- mdformat-toc end -->

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.4.0"
__version__ = "3.5.0"
__title__ = _("Fleet Activity Tracking")

0 comments on commit 87ae097

Please sign in to comment.