From 301d19b94d6acb648b7ef8348fc0a11da17f7ab4 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sun, 5 Jul 2020 22:48:07 -0400 Subject: [PATCH] [ADD] CHANGELOG.md with release 0.1.0, 0.1.1 and 1.0.0 --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..395c7fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Added +- Docker + +### Changed +- Update to Odoo Community 12.0 + +### Fixed +- Web module display + +## [1.0.0] - 2020-07-04 +### Added +- Environment of development, discovery and production with documentation and script. +- git-repo of Google to support addons repository instead of using Git submodule. + +### Removed +- Git submodule + +## [0.1.1] - 2020-04-28 +### Added +- Support helpdesk supplier, helper, employee and services +- Support [SanteLibre.ca](https://santelibre.ca) with MRP, website, hr, ecommerce +- Donation module with thermometer for website +- Script to fork project and all repos in submodule to create ERPLibre + +## [0.1.0] - 2020-04-20 +### Added +- Move project from https://github.com/mathbentech/InstallScript to ERPLibre. +- Support of Odoo Community 12.0 2019-11-19 94bcbc92e5e5a6fd3de7267e3c01f8c11fb045f4. + +### Changed +- Support scrummer, project, sale, website, helpdesk and hr +- Support Nginx and improve installation + +### Fixed +- Support only python3.6 and python3.7, python3.8 causes error in runtime. + +[Unreleased]: http://git.erplibre.ca/ERPLibre/compare/v1.0.0...HEAD +[1.0.0]: http://git.erplibre.ca/ERPLibre/compare/v0.1.1...v1.0.0 +[0.1.1]: http://git.erplibre.ca/ERPLibre/compare/v0.1.0...v0.1.1 +[0.1.0]: http://git.erplibre.ca/ERPLibre/releases/tag/v0.1.0