ChangelogΒΆ
All notable changes to this project will be documented in this file.
[0.3.0] - 2026-03-31ΒΆ
π FeaturesΒΆ
Add latitude and longitude fields to FirmContact
Add Python 3.12 and Django 6.0 to test matrix
Migrate to git-cliff + python-semantic-release with Conventional Commits
π Bug FixesΒΆ
Add pythonpath config to fix sandbox module resolution on Python 3.12
Upgrade GitHub Actions to Node.js 24 compatible versions
[0.2.7] - 2025-01-23ΒΆ
π Bug FixesΒΆ
Set publish on test-pypi and pypi into separate jobs
[0.2.6] - 2025-01-23ΒΆ
π FeaturesΒΆ
Try to get tag name for release creation
[0.2.5] - 2025-01-23ΒΆ
π FeaturesΒΆ
Try tu run release creation after test succeed on tag
[0.2.4] - 2025-01-23ΒΆ
π FeaturesΒΆ
Try tu run release creation after test succeed on master
[0.2.3] - 2025-01-23ΒΆ
π FeaturesΒΆ
Try to run publish on pypi after release created
[0.2.2] - 2025-01-23ΒΆ
π Bug FixesΒΆ
Syntax error on github action files
[0.2.1] - 2025-01-23ΒΆ
π FeaturesΒΆ
Change release creator action and use verbose mode on pypi publish on test.pypi.org
[0.2.0] - 2025-01-23ΒΆ
π FeaturesΒΆ
Major upgrade to modernize package and fix issues with CKEditor usage
Add conf file for gitchangelog
Add gitchangelog and makotemplate as requirements for release
[0.1.6] - 2024-07-18ΒΆ
π FeaturesΒΆ
Enhanced code&tests quality
Added complete FirmContact templatetag
π DocumentationΒΆ
Improved documentation
[0.1.5] - 2024-05-30ΒΆ
π FeaturesΒΆ
Added global context accessibility in template tags
Moved serializer exception to proper module
Reworked flake8 exclusions
Added frozen deps
Removed dj4.0 and dj4.1 from tox tests
π Bug FixesΒΆ
Added default autofield in settings
Fixed rtd build
Fixed failing test for py310-django42
Unescaped django rendered templates in templattags tests
πΌ OtherΒΆ
Merge tag β0.1.5β into dev
π DocumentationΒΆ
Added exceptions and manager documentation
Added singleton manager docstring
[0.1.4] - 2023-09-21ΒΆ
πΌ OtherΒΆ
[CHG #4942172] Modify firm_info tag
Add address parts as context variables in simple_tag
Rename
addresscontext variable tofill_address
π DocumentationΒΆ
Add models, templatetags and serializers doc
[0.1.3] - 2023-08-30ΒΆ
π Bug FixesΒΆ
Typo in publish_to_pypi.yml workflow
[0.1.2] - 2023-08-30ΒΆ
π FeaturesΒΆ
Publish on pypi when release was created
Create github release when new tag that match [0-9]+.[0-9]+.[0-9]+ name
[0.1.1] - 2023-08-30ΒΆ
π FeaturesΒΆ
Add github workflow for running tox
Add missing init file
Rename test workflow
Add CodeQL workflow for testing
Add github workflow for running publish to pypi
Run publish_to_pypi workflow only is Test workflow is completed
π Bug FixesΒΆ
Wrong main branch for publish to pypi workflow
Update django settings for doc building
[0.1.0] - 2023-08-01ΒΆ
πΌ OtherΒΆ
First commit