Skip to content

Commit 14ffe1d

Browse files
committed
python update
1 parent e5030c2 commit 14ffe1d

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

fincept-qt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(WIN32 AND CMAKE_HOST_WIN32)
3333
unset(_fincept_sdk_dirs)
3434
endif()
3535

36-
project(FinceptTerminal VERSION 4.4.0 LANGUAGES C CXX)
36+
project(FinceptTerminal VERSION 4.4.1 LANGUAGES C CXX)
3737

3838
# Strip C/C++ flags out of RC invocations — rc.exe only understands /D, /I, /fo.
3939
if(WIN32)

fincept-qt/packaging/flatpak/in.fincept.FinceptTerminal.metainfo.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
</provides>
7272

7373
<releases>
74+
<release version="4.4.1" date="2026-08-19">
75+
<description>
76+
<p>Adds the TickerAll (MetaTrader 5) broker integration, so MT5 accounts can be linked, funded and traded from the equity trading screen alongside the existing brokers.</p>
77+
<p>Reworks Python runtime provisioning: the bundled environment is set up more reliably on first run, and the unused FinRL reinforcement-learning analytics module and its heavy dependencies have been removed, shrinking the install.</p>
78+
</description>
79+
</release>
7480
<release version="4.4.0" date="2026-08-11">
7581
<description>
7682
<p>Correctness and safety release. A failed fetch, an unreadable setting or an incomplete option chain now reports an error instead of rendering as a confident number — missing financials show "no data" rather than a solvency verdict, and a quote served from stale cache is marked stale. Risk limits, per-broker order rate limits and the smart/basket order validators are enforced rather than merely configurable.</p>

fincept-qt/packaging/flatpak/in.fincept.FinceptTerminal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ modules:
5555
# Main repository
5656
- type: git
5757
url: https://github.com/Fincept-Corporation/FinceptTerminal.git
58-
tag: v4.4.0
58+
tag: v4.4.1
5959
# Vendored FetchContent dependencies (no network during build)
6060
- type: git
6161
url: https://github.com/QtExcel/QXlsx.git

fincept-qt/packaging/installer/packages/com.fincept.terminal.core/meta/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,5 @@ Status: Current. Remains in force until expressly superseded by a
226226
subsequent version published by Fincept Corporation. The
227227
date above marks the most recent revision and is NOT an
228228
expiry date.
229-
Software Version: 4.4.0 (licence applies to all releases, branches, tags,
229+
Software Version: 4.4.1 (licence applies to all releases, branches, tags,
230230
and commits of the open-source edition)

fincept-qt/packaging/linux/AppImageBuilder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AppDir:
1616
id: com.fincept.terminal
1717
name: Fincept Terminal
1818
icon: fincept-terminal
19-
version: !ENV ${FINCEPT_VERSION:-4.4.0}
19+
version: !ENV ${FINCEPT_VERSION:-4.4.1}
2020
exec: usr/bin/FinceptTerminal
2121
exec_args: $@
2222

@@ -56,6 +56,6 @@ AppDir:
5656
AppImage:
5757
arch: x86_64
5858
comp: xz
59-
file_name: FinceptTerminal-!ENV ${FINCEPT_VERSION:-4.4.0}-x86_64.AppImage
59+
file_name: FinceptTerminal-!ENV ${FINCEPT_VERSION:-4.4.1}-x86_64.AppImage
6060
sign-key: None
6161
update-information: gh-releases-zsync|Fincept-Corporation|FinceptTerminal|latest|FinceptTerminal-*x86_64.AppImage.zsync

fincept-qt/packaging/linux/fincept-terminal.appdata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<binary>FinceptTerminal</binary>
2929
</provides>
3030
<releases>
31+
<release version="4.4.1" date="2026-08-19">
32+
<description>
33+
<p>Version 4.4.1 — Adds the TickerAll (MetaTrader 5) broker integration for linking and trading MT5 accounts. Python runtime provisioning is more reliable on first run, and the unused FinRL analytics module and its heavy dependencies have been removed.</p>
34+
</description>
35+
</release>
3136
<release version="4.4.0" date="2026-08-11">
3237
<description>
3338
<p>Version 4.4.0 — Correctness and safety release. Failed data fetches, unreadable settings and incomplete option chains now report an error instead of rendering as confident numbers. Risk limits, order rate limits and the smart/basket order validators are enforced rather than merely configurable. Destructive AI tools are off by default (Settings &gt; Security), live orders require explicit confirmation, and the update manifest is signature-verified.</p>

0 commit comments

Comments
 (0)