Skip to content

Commit

Permalink
prep for v0.8.0 release! (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Mar 18, 2024
1 parent 28a77d7 commit e4a1579
Show file tree
Hide file tree
Showing 20 changed files with 49 additions and 58 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240212-011647.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240227-215804.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240229-223405.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Added-20240307-025933.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240213-002831.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240229-223417.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240303-223949.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240317-030902.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240317-030917.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240317-030928.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240317-030942.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240317-030959.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240317-201846.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240211-234208.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Changed-20240214-222034.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20240306-000026.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependencies-20240211-234218.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240307-030141.yaml

This file was deleted.

24 changes: 24 additions & 0 deletions .changes/v0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## v0.8.0 - 2024-03-18
### Added
* Support for querying any SQLITE database via artemis API
* macOS Spotlight parser!
* Optional args to all Linux artifacts
* Windows XPRESS decompression support without API calls. Code from https://github.com/ForensicRS/frnsc-prefetch project (MIT)
### Changed
* Updates to webui
* Made most Windows artifacts use alt_file or alt_dir arguements. Removed alt_drive options for most artifacts
* Combined all supported forensic artifacts. Can parse all supported forensic artifacts on any OS that can run artemis
### Fixed
* Issue where artemis would fail to parse NTFS $SDS file data
### Dependencies
* Updated all dependencies
### ArtemisApi
* Support for querying macOS TCC.db files
* Support for parsing RPM sqlite database
* Updated UnifiedLog macOS support
* Support for querying Chromium Cookies database
* Support for querying Chromium Autofill database
* Support for querying Firefox Cookies database
* Support for parsing Chromium bookmarks
* Support for parsing VSCode extensions
* Parse some macOS Xprotect entries
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v0.8.0 - 2024-03-18
### Added
* Support for querying any SQLITE database via artemis API
* macOS Spotlight parser!
* Optional args to all Linux artifacts
* Windows XPRESS decompression support without API calls. Code from https://github.com/ForensicRS/frnsc-prefetch project (MIT)
### Changed
* Updates to webui
* Made most Windows artifacts use alt_file or alt_dir arguements. Removed alt_drive options for most artifacts
* Combined all supported forensic artifacts. Can parse all supported forensic artifacts on any OS that can run artemis
### Fixed
* Issue where artemis would fail to parse NTFS $SDS file data
### Dependencies
* Updated all dependencies
### ArtemisApi
* Support for querying macOS TCC.db files
* Support for parsing RPM sqlite database
* Updated UnifiedLog macOS support
* Support for querying Chromium Cookies database
* Support for querying Chromium Autofill database
* Support for querying Firefox Cookies database
* Support for parsing Chromium bookmarks
* Support for parsing VSCode extensions
* Parse some macOS Xprotect entries

## v0.7.0 - 2024-02-08
### Added
* Optional parameters for all macos artifacts
Expand Down

0 comments on commit e4a1579

Please sign in to comment.