From 276793817f5b2c590453e06a96390eb928d962c2 Mon Sep 17 00:00:00 2001 From: Valentino Orlandi Date: Sun, 12 Feb 2023 00:10:43 +0000 Subject: [PATCH 1/5] Added CHANGELOG.md --- CHANGELOG.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..8f4fd6f5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,76 @@ + +# v2.03 + +- Improvements and fixes + +

+ +# v2.02 + +- Improvements and fixes +- Added new translations: + - Japanese + - Portuguese + +

+ +# v2.01 + +- Improvements and fixes +- Changed default paths +- New game modes for Snake: + - Hunt + - Battle + +

+ +# v2.00 + +- Improvements and fixes +- Restyled GUI +- Restyled dialogs +- Doxygen documentation +- Games: + - Criss-cross + - Snake + +

+ +# v1.01 + +- Improvements and fixes +- New themes: + - Ash + - Candy + - Forest *← Dark* + - Powder *← Light* + +

+ +# v1.00 + +- Qt GUI +- Build scripts +- Cross-platform compatibility: + - Linux / BSD + - Windows + - OSX +- Statistics: + - Warnings + - Speed + - Counts + - Daytime + - Relational + - Globals +- Translations: + - Italian + - Spanish + - French +- Tools: + - Block note +- Utilities: + - Infos viewer + - Updates checker +- Themes: + - Dark + - Light From 4c5eb9f74002555e9268864ba836599589dbfa81 Mon Sep 17 00:00:00 2001 From: Valentino Orlandi Date: Sat, 18 Mar 2023 15:51:19 +0000 Subject: [PATCH 2/5] Update 'README.md' --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cf95e8f6..d3b4be9a 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@

Parse Apache2 / Nginx / IIS logs and view dynamically generated statistics

- - - + + +
- - - - + + + +

🇬🇧 🇪🇸 🇫🇷 🇮🇹 🇯🇵 🇧🇷

From af62a80f35ace2b13a8ebc05f44b65706996bee3 Mon Sep 17 00:00:00 2001 From: Valentino Orlandi Date: Thu, 13 Apr 2023 20:36:18 +0000 Subject: [PATCH 3/5] Update 'README.md' --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d3b4be9a..107e45fa 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@
- - + +
- - - - + + + +

🇬🇧 🇪🇸 🇫🇷 🇮🇹 🇯🇵 🇧🇷

@@ -511,7 +511,7 @@ LogDoctor is available in: - 🇬🇧 **English** (100%) -- 🇮🇹 **Italian** (90%, *wanna [contribute](#translations)?*) +- 🇮🇹 **Italian** (100%) - 🇪🇸 **Spanish** (90%, *wanna [contribute](#translations)?*) @@ -527,7 +527,7 @@ LogDoctor is available in: LogDoctor is under development. -If you have suggestions about how to improve it, please open an ![issue](https://git.disroot.org/elB4RTO/LogDoctor/issues). +If you have suggestions about how to improve it, please open an [issue](https://git.disroot.org/elB4RTO/LogDoctor/issues). If you want to contribute to the code, please read the [Contribution Guidelines](https://git.disroot.org/elB4RTO/LogDoctor/src/branch/main/CONTRIBUTING.md). @@ -539,8 +539,6 @@ If you want to contribute to the translation, please read the [Translation Guide Current translations under developement: -- `it_IT` : **90%** - - `es_ES` : **90%** *(auditor needed)* - `fr_FR` : **90%** *(auditor needed)* @@ -588,7 +586,7 @@ If you don't want to install QtLinguist, you can do it the hard way, by opening
-If you don't feel comfortable with any of the above solutions, please open an ![issue](https://git.disroot.org/elB4RTO/LogDoctor/issues) and write your translations/corrections there, in a clear way. +If you don't feel comfortable with any of the above solutions, please open an [issue](https://git.disroot.org/elB4RTO/LogDoctor/issues) and write your translations/corrections there, in a clear way.
From d63cef2bb3860328c94ea7fda1623c479bcacb27 Mon Sep 17 00:00:00 2001 From: Valentino Orlandi Date: Sun, 23 Apr 2023 13:57:13 +0000 Subject: [PATCH 4/5] Update 'README.md' --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 107e45fa..e5caf873 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,12 @@ LogDoctor is a hard fork of [Craplog](https://git.disroot.org/elB4RTO/CRAPLOG).
*or*
`cd LogDoctor`

- Run the installation script - - Linux/BSD: - - `chmod +x ./build_install.sh` - - `./build_install.sh` + - Linux: + - `chmod +x ./LINUX_build_install.sh` + - `./LINUX_build_install.sh` + - BSD: + - `chmod +x ./BSD_build_install.sh` + - `./BSD_build_install.sh` - Windows: - run `WIN_build_install_1.bat` as normal user - right-click on `WIN_build_install_2.bat` and select **Run as Administrator** @@ -218,9 +221,12 @@ At the moment of writing, the only supported method is the manual update.
*or*
`cd LogDoctor`

- Run the update script - - Linux/BSD: - - `chmod +x ./build_update.sh` - - `./build_update.sh` + - Linux: + - `chmod +x ./LINUX_build_update.sh` + - `./LINUX_build_update.sh` + - BSD: + - `chmod +x ./BSD_build_update.sh` + - `./BSD_build_update.sh` - Windows: - run `WIN_build_update_1.bat` as normal user - right-click on `WIN_build_update_2.bat` and select **Run as Administrator** From 229cd2812618baead8aba300affc8968c31481db Mon Sep 17 00:00:00 2001 From: Valentino Orlandi Date: Sat, 29 Apr 2023 14:11:56 +0000 Subject: [PATCH 5/5] Update 'CHANGELOG.md' --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4fd6f5..cb47e83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +# v2.04 + +- Code improvements +- Performance improvements +- Added tests suite: + - white box tests +- Customized charts themes + +

+ # v2.03 - Improvements and fixes @@ -8,7 +18,7 @@ # v2.02 - Improvements and fixes -- Added new translations: +- New translations: - Japanese - Portuguese @@ -30,7 +40,7 @@ - Restyled GUI - Restyled dialogs - Doxygen documentation -- Games: +- Mini-Games: - Criss-cross - Snake