From a3e61c75c83b9570371b87cac4c7f8bdf4251ee2 Mon Sep 17 00:00:00 2001 From: lanfranB4 Date: Wed, 17 Jul 2024 18:07:09 -0400 Subject: [PATCH] Releasing v.1.2! --- .gitignore | 3 ++- CHANGELOG.md | 13 +++++++++++++ src/DOLOST/templates/base.html | 2 +- src/DOLOST/version.py | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ae9c138..6f0725a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ docker_client_config _build/ dist/* -*egg-* \ No newline at end of file +*egg-* +*egg* \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 00229ba..eb8ef98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.2] - 2024-07-17 [Public] + +### Fixes + +- Resolved issues with updating logs, ensuring the Logs window functions correctly. +- Corrected the `setup.py` file to ensure proper package packing. +- Enhanced the activity viewer with various improvements for better usability and performance. + + ## [1.1] - 2024-04-04 [Public] + ### Features - Improved the activity dashboard. @@ -14,6 +24,7 @@ All notable changes to this project will be documented in this file. - Rectified typos. + ## [1.0] - 2024-03-29 [Public] ### Features @@ -45,6 +56,7 @@ Version 0.5 introduces refined features, bug fixes, and structural enhancements ### Fixes - Rectified typos and removed unused dependencies for a cleaner codebase. + ## [0.2] - 2024-03-20 [Private] Version 0.2 marks the initial documentation setup, structural enhancements, and addition of contribution guidelines. @@ -55,6 +67,7 @@ Version 0.2 marks the initial documentation setup, structural enhancements, and - Documented blueprints, CLI, context, and services for improved understanding. - Added comprehensive usage documentation. + ## [0.1] - 2024-03-12 [Private] Version 0.1 brings significant improvements to user interface, functionality, and documentation. diff --git a/src/DOLOST/templates/base.html b/src/DOLOST/templates/base.html index c7fd1a6..09d57ef 100644 --- a/src/DOLOST/templates/base.html +++ b/src/DOLOST/templates/base.html @@ -298,7 +298,7 @@
-

Version 1.1 | Found a bug? Let us know! Submit a bug report.

+

Version 1.2 | Found a bug? Let us know! Submit a bug report.

diff --git a/src/DOLOST/version.py b/src/DOLOST/version.py index c69a47c..29047e9 100644 --- a/src/DOLOST/version.py +++ b/src/DOLOST/version.py @@ -1 +1 @@ -__version__ = "1.1" \ No newline at end of file +__version__ = "1.2" \ No newline at end of file