Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
quark-engine (26.5.1-0kali1) kali-dev; urgency=medium

* Dependency Update

- Bump pip, flask, and werkzeug to newer versions. (#862, #865, and #883)

* Bug Fix

- Fix instruction names for `PyEval.CAST_TYPE`, correct `contains` type annotation, and resolve an `AttributeError` in `BaseApkinfo.__slots__`. (#872, #885, and #879)

* New Feature

- Process `invoke-polymorphic` instructions in `AndroguardImp.get_method_bytecode`. (#874)

* CI Enhancement

- Update smoke-test behavior counts, refresh Codex CLI flags in workflows, and add an AI issue solver workflow. (#888, #877, and #875)

* Document Enhancement

- Add an analysis report for the Hydra malware family. (#892)

-- Zin Wong <chriswangxxxxx@gmail.com> Mon, 04 May 2026 11:23:03 +0800

quark-engine (26.3.1-0kali1) kali-dev; urgency=medium

* Performance Improvement
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12),
dh-virtualenv (>= 0.8),
python3,

Standards-Version: 26.3.1
Standards-Version: 26.5.1
Homepage: https://github.com/quark-engine/quark-engine
Vcs-Browser: https://github.com/quark-engine/quark-engine
Vcs-Git: https://github.com/quark-engine/quark-engine
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'KunYu Chen, JunWei Song, YuShiang Dang, ShengFone Lu, AnWei Kung, ShunTe Lin, Vivek, Krishna'

# The full version, including alpha/beta/rc tags
release = 'v26.3.1'
release = 'v26.5.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion quark/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "26.3.1"
__version__ = "26.5.1"