diff --git a/src/version.py b/src/version.py index a595e3c39..1b96dee25 100644 --- a/src/version.py +++ b/src/version.py @@ -16,4 +16,4 @@ along with this program. If not, see . """ -__VERSION__ = '4.2-dev' +__VERSION__ = '4.2' diff --git a/src/web_interface/templates/about.html b/src/web_interface/templates/about.html index c78de911b..d143eb261 100644 --- a/src/web_interface/templates/about.html +++ b/src/web_interface/templates/about.html @@ -55,9 +55,65 @@

Change Log

-

FACT 4.2-dev

+

FACT 4.2

    -
  • ToDo
  • +
  • Features: +
      +
    • Web GUI: +
        +
      • System status page: per plugin progress
      • +
      • Revised advanced search page (better input, syntax check)
      • +
      • Clickable analysis tags (link to summary)
      • +
      +
    • +
    • Plugins: +
        +
      • Users & passwords: improved password cracking wordlist
      • +
      • CVE lookup: switched to new CVE data source
      • +
      • CVE lookup: filter out busybox results for non-existing components
      • +
      • Info leaks: find credentials in URLs
      • +
      +
    • +
    • Added support for Ubuntu 24.04 and Python 3.12 +
    • Retired support for Ubuntu 18.04 and Python 3.7
    • +
    +
  • +
  • Performance/Efficiency Improvements: +
      +
    • Optimized analysis/unpacking progress tracking
    • +
    • More efficient analysis runtime stats
    • +
    • Faster general stats
    • +
    • Faster analysis update
    • +
    • IPC analysis plugin: Ghidra optimizations
    • +
    • DB optimization for certain operations with indices
    • +
    • New analysis plugin base class +
        +
      • Migrated several plugins to the new base class (migrating all remaining plugins is an ongoing process)
      • +
      +
    • +
    • Upload optimization (contributed by eclipsotic)
    • +
    +
  • +
  • Misc.: +
      +
    • Improved CLI logging
    • +
    • Improved configuration (switched to toml format)
    • +
    • Added file tree icon for linux kernel images
    • +
    • Updated several dependencies and fixed deprecation warnings
    • +
    +
  • +
  • Bug Fixes: +
      +
    • File download suffix fix
    • +
    • Unicode data sanitization fix
    • +
    • Extractor connection retry fix
    • +
    • Preview syntax highlighting fix
    • +
    • Stats search links fix
    • +
    • CWE checker memory limit fix
    • +
    • Backend ulimit fix
    • +
    • Several additional smaller fixes
    • +
    +

FACT 4.1 (2023-04-05)