Skip to content

Commit

Permalink
release v2407.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Jul 15, 2024
1 parent 39d4361 commit 640d593
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 83 deletions.
54 changes: 52 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,57 @@

All notable changes to this project will be documented in this file.

Since version unreleased the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Since version v2407.1 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## unreleased
## v2407.1

### Added

- add a CHANGELOG.md and changelog/ folder
- add pyproject.toml
- add black for autoformatting
- added matomo integration
- add django-debug-toolbar and enable for development
- add templatetag 'clean_html_all' which strips all css and html tags using
Bleach

### Changed

- update and pin liquid-logo to v2407.1
- add requirements folder to allow more fine grained dependencies
- move isort config to pyproject.toml
- moved academy page date from the list tile to the detail page (#374)
- Django from 3.2.18 to 4.0
- remove app label from `__init__.py` inside academy app
- replace `re_path` with `path` for included urls.
- remove `USE_L10N` in settings as it is now True by default
- replace `postgresql_psycopg2` with `postgresql` in ci settings
- replace blocktransl with blocktranslate
- Django from 4.0 to 4.2
- settings STATICFILES_STORAGE to STORAGES
- add the update_fields keyword argument in customised model's save() methods
`_home-logo-scss` fix issues with logo container z-index- update wagtail to 4.2x
- fix deprecated wagtail imports
- update wagtail to 5.0.2
- adjust to new slug field behavior in wagtail 5.0.x
- update wagtail to 5.1.3
- update to wagtail 5.2.5
- use new clean_html_all templatetag to replace django-bleach
- update Bleach to 6.x
- apps/core: use inset shorthand to satisfy linter
- update stylelint to 16.x and styleint-scss to 13.x

### Removed

- Event option from the topic items in academy
- Headline from basic text paragraph
- removed the custom django-compressor classes in contrib/sass as we don't use
django-compressor anymore
- removed outdated django-bleach dependency
- remove unneded eslint-plugin-n

### Fixed

- fixed contrast checker trying to read potentially empty array

3 changes: 0 additions & 3 deletions changelog/#378.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/374.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/376.md

This file was deleted.

19 changes: 0 additions & 19 deletions changelog/8014.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/8236.md

This file was deleted.

13 changes: 0 additions & 13 deletions changelog/8254.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/8267.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/_0001.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/_0002.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/_0003.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/_0004.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/_0005.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/_0006.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/_0008.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/_0009.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/_1111.md

This file was deleted.

0 comments on commit 640d593

Please sign in to comment.