@@ -5,15 +5,36 @@ This document records all notable changes to [nessus file analyzer (NFA) by Limb
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.10.0] - 2025-09-08
9+
10+ ### Added
11+
12+ - ` File > Open file\-s ` - default extension filter set to both Nessus scan file & ZIP Archive (` *.nessus ` ` *.zip ` )
13+ - Generated report has set document properties:
14+ - "title": "Security report",
15+ - "subject": "Vulnerability Assessment results",
16+ - "category": "Report",
17+ - "keywords": "Vulnerabilities, VA, VM, Nessus",
18+ - "comments": "Report generated with nessus file analyzer (NFA) by LimberDuck. Check https://limberduck.org for more details.",
19+ - Pipeline with Build and Release for Windows, macOS and Linux.
20+
21+ ### Changed
22+
23+ - Icon file renamed from ` LimberDuck-nessus-file-analyzer ` to ` LimberDuck-NFA ` .
24+ - Default target directory changed from * current directory* to * user’s home directory* .
25+ - Fix for app build on macOS.
26+ - Update check directing to GitHub Releases as well.
27+ - ` version.rc ` file info updated.
28+
829## [ 0.9.0] - 2025-09-01
930
1031### Added
1132
1233- New options:
1334 - ` Help > Check for Update ` - will return confirmation if you are using the latest version of NFA.
14- - ` Help > Documentation ` - will open NFR documentation at LimberDuck.org.
15- - ` Help > GitHub ` - will open NFR GitHub page.
16- - ` Help > Releases ` - will open NFR GitHub Releases page.
35+ - ` Help > Documentation ` - will open NFA documentation at LimberDuck.org.
36+ - ` Help > GitHub ` - will open NFA GitHub page.
37+ - ` Help > Releases ` - will open NFA GitHub Releases page.
1738
1839- Requirements update
1940 - from:
0 commit comments