Skip to content

Commit

Permalink
[RELEASE] v2.5.2
Browse files Browse the repository at this point in the history
## [2.5.2] - 2024-12-05

### Added

- Proper JS settings override
- Optional settings for Discord Proxy. Comes in handy when used in a Docker environment. (#240)

### Changed

- Localized numeric values
- Some inline JS improvements
  • Loading branch information
ppfeufer committed Dec 5, 2024
1 parent c8dee81 commit 8010380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
-->

## [2.5.2] - 2024-12-05

### Added

- Proper JS settings override
Expand Down
2 changes: 1 addition & 1 deletion aasrp/__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__ = "2.5.1"
__version__ = "2.5.2"
__title__ = _("Ship Replacement")

0 comments on commit 8010380

Please sign in to comment.