@@ -6,6 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77* It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*
88
9+ ## [ 2.0.13] - 2025-10-17
10+ ### Added
11+ - [ GridTrading] Order by order trailing system
12+ - [ Exchanges] Support myokx and okxus
13+ - [ Binance] Support Binance futures demo trading
14+ - [ Coinbase] Support Ed25519 api keys format
15+ - [ Coinbase] Support websockets
16+ - [ Hyperliquid] Log available trading pairs at startup
17+ - [ Exchanges] Add auto-retry system on specific exchange requests errors
18+ - [ Exchanges] Add tickers autofix system
19+ - [ Scripting] Add backtesting & data collector Keywords
20+ - [ IndexTrading] Add synchronization policies
21+ - [ Infra] Add octobot.hcl
22+ ### Updated
23+ - [ TradingView] Make configuration & signal errors much more visible
24+ - [ CCXT] Update to CCXT 4.5.8
25+ - [ Orders] Properly handle partially filled orders
26+ - [ Orders] Dusts addition to sell orders can now be disabled using the INCLUDE_DUSTS_IN_SELL_ORDERS_WHEN_POSSIBLE env variable
27+ - [ Exchanges] Improve errors accuracy
28+ - [ Coinbase] Use intro 2 fees level by default
29+ - [ WebInterface] Display checkout link as fallback when necessary
30+ - [ WebInterface] Cache version check to reduce requests
31+ - [ OpenAI] Fix deprecations & support latest models
32+ - [ Exchanges] Make "too many open orders" error clearer
33+ ### Fixed
34+ - [ MEXC] Fix websocket issues
35+ - [ Kucoin] Fix parsing issues
36+ - [ Orders] Fix market orders related fee error
37+ - [ GridTrading] Fix incorrect orders pricing
38+ - [ GridTrading] Fix incorrect orders reset
39+ - [ WebInterface] Fix broken links
40+ - [ TradingModes] Fix rare backtesting early stop error
41+
942## [ 2.0.12] - 2025-06-09
1043### Updated
1144- [ WebInterface] Restore order quantity trading mode configuration (really, this time)
0 commit comments