[UPD] changelog from v1.1.1
This commit is contained in:
parent
44cf55d660
commit
8dc552f82b
1 changed files with 31 additions and 3 deletions
34
CHANGELOG.md
34
CHANGELOG.md
|
|
@ -9,14 +9,42 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Adapt script to give an execution status
|
||||||
|
- Multilingual markdown
|
||||||
|
- Guide to use Cloudflare with DDNS
|
||||||
|
- Script to check git diff and ignore date
|
||||||
|
- Repo with ERPLibre image
|
||||||
|
- Improve git repo usage, filter repo by use case
|
||||||
|
|
||||||
|
#### Makefile
|
||||||
|
- Format code
|
||||||
|
- Code generator test
|
||||||
|
- Addons installation
|
||||||
|
- OS installation
|
||||||
|
- Restore database
|
||||||
|
- Docker execution
|
||||||
|
|
||||||
|
#### Code generator
|
||||||
- Code generator for Odoo module, depending of ERPLibre
|
- Code generator for Odoo module, depending of ERPLibre
|
||||||
- Support map geoengine
|
- Support map geoengine
|
||||||
- Multilingual markdown
|
- Support i18n
|
||||||
|
- Script to transform Python and XML to Python code writer script to regenerate themselves
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Downgrade postgresql to 11 to support postgis
|
- Update Python dependency with Poetry
|
||||||
- Travis CI
|
- Format all Python code with black
|
||||||
|
|
||||||
|
#### Docker
|
||||||
|
|
||||||
|
- Use buster python 3.7.7 image to remove pyenv
|
||||||
|
- Update Postgresql to support Postgis
|
||||||
|
- Support volume addons /ERPLibre/addons/addons
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Ubuntu installation
|
||||||
|
- Poetry installation
|
||||||
|
|
||||||
## [1.1.1] - 2020-12-11
|
## [1.1.1] - 2020-12-11
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue