From 9f0ac99abbeb9e7835dbc08d60086d7413da08bd Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 5 Jul 2022 12:36:58 +0200 Subject: [PATCH] :memo: New version history file --- README.md | 2 ++ itop-version-history.md | 59 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 itop-version-history.md diff --git a/README.md b/README.md index e78cce651..35488ba0b 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ iTop also offers mass import tools to help you being even more efficient. - [Software requirements][4] - [Documentation][5] covering both iTop and its official extensions - [iTop Hub][6] : discover and install extensions ! + - [iTop versions history][7] [1]: https://sourceforge.net/p/itop/discussion/ @@ -48,6 +49,7 @@ iTop also offers mass import tools to help you being even more efficient. [4]: https://www.itophub.io/wiki/page?id=latest:install:upgrading_itop [5]: https://www.itophub.io/wiki [6]: https://store.itophub.io/en_US/ +[7]: itop-version-history.md [10]: https://www.itophub.io/wiki/page?id=latest%3Adatamodel%3Astart#configuration_management_cmdb [11]: https://www.itophub.io/wiki/page?id=latest%3Adatamodel%3Astart#ticketing diff --git a/itop-version-history.md b/itop-version-history.md new file mode 100644 index 000000000..c82958d37 --- /dev/null +++ b/itop-version-history.md @@ -0,0 +1,59 @@ +# iTop version history + +```mermaid +%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true,'mainBranchName': 'develop'}} }%% +gitGraph + commit id: "2016-07-06" tag: "2.3.0" + branch support/2.3 + commit id: "2016-07-08" tag: "2.3.1" + commit id: "2016-12-22" tag: "2.3.3" + commit id: "2017-04-14" tag: "2.3.4" + checkout develop + commit id: "2017-07-12" tag: "2.4.0-beta" type: REVERSE + commit id: "2017-11-15" tag: "2.4.0" + commit id: "2017-11-16" tag: "2.4.0" + branch support/2.4 + commit id: "2018-02-14" tag: "2.4.1" + checkout develop + commit id: "2018-04-25" tag: "2.5.0-beta" type: REVERSE + checkout support/2.4 + commit id: "2018-06-14" tag: "2.4.2" + checkout develop + commit id: "2018-06-27" tag: "2.5.0" + branch support/2.5 + checkout develop + commit id: "2019-01-09" tag: "2.6.0" + branch support/2.6 + commit id: "2019-03-28" tag: "2.6.1" + checkout develop + commit id: "2019-12-18" tag: "2.7.0-beta" type: REVERSE + checkout support/2.5 + commit id: "2020-01-22" tag: "2.5.4" + checkout support/2.6 + commit id: "2020-01-23" tag: "2.6.3" + checkout develop + commit id: "2020-01-29" tag: "2.7.0-beta2" type: REVERSE + branch support/2.7 + commit id: "2020-04-01" tag: "2.7.0-1" + checkout support/2.6 + commit id: "2020-04-22" tag: "2.6.4" + checkout support/2.7 + commit id: "2020-06-26" tag: "2.7.1" + checkout support/2.7 + commit id: "2020-12-09" tag: "2.7.3" + commit id: "2021-03-31" tag: "2.7.4" + checkout develop + commit id: "2021-04-06" tag: "3.0.0-beta" type: REVERSE + checkout support/2.7 + commit id: "2021-07-05" tag: "2.7.5" + branch support/2.7.5 + checkout develop + commit id: "2021-07-05." tag: "3.0.0-beta2" type: REVERSE + checkout support/2.7 + commit id: "2021-12-17" tag: "2.7.6" + checkout develop + commit id: "2022-01-04" tag: "3.0.0" + branch support/3.0 + commit id: "2022-04-08" tag: "3.0.1" + checkout develop +``` \ No newline at end of file