Skip to content

Commit

Permalink
Releasing v.1.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
lanfranB4 committed Jul 17, 2024
1 parent 992e838 commit a3e61c7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ docker_client_config
_build/

dist/*
*egg-*
*egg-*
*egg*
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/DOLOST/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h5 class="modal-title" id="exampleModalLabel">Clean unused Networks</h5>
</div>
</div>
<div class="col text-center text-muted">
<p class="mb-0">Version 1.1 | Found a bug? Let us know! <a href="https://github.com/Base4Security/DOLOS-T/issues/new">Submit a bug report</a>.</p>
<p class="mb-0">Version 1.2 | Found a bug? Let us know! <a href="https://github.com/Base4Security/DOLOS-T/issues/new">Submit a bug report</a>.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/DOLOST/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1"
__version__ = "1.2"

0 comments on commit a3e61c7

Please sign in to comment.