# Changelog

## v0.42.0 - (04/11/2024)

**FEATURES**

* Allow like / dislike news, forwarding to Discord most liked

## v0.41.0 - (04/05/2024)

**FEATURES**

* Add selected symbol into URL
* Display funding rates in the tickers list

**BUGFIX**

* Handle edge case on scale by risk when only one order should be created

**PERF**

* WOO: Increase RPS limit to 10 for creating orders (2x)

## v0.40.0 - (04/03/2024)

**FEATURES**

* Binance trading is now behind a subscription (<https://whop.com/tuleep-trade>)
* License key settings modal ([doc](/settings-modal/license-key.md))

## v0.39.1 - (04/02/2024)

**FEATURES**

* Add $ENA token image

## v0.39.0 - (03/28/2024)

**FEATURES**

* Open news images in a modal when zoomed in
* Add grouped orders tab
* Add ETHFI & AEVO token images

**BUGFIX**

* OKX: Fix the WS channel for private informations
* OKX: Support new WS channel for algo orders
* OKX: Fix TP/SL on portfolio margin mode

## v0.38.1 - (03/25/2024)

**FEATURES**

* Add chart settings menu
* Option to display lines labels on left side (chart TradingView)
* Option to toggle TradingView logo on charts

**BUGFIX**

* Fix display of existing orders when switching ticker (TradingView)

## v0.38.0 - (03/22/2024)

**FEATURES**

* Integrate TradingView charting library

**BUGFIX**

* Binance: Re-subscribe to streams on disconnects
* Bybit: Display turnover for volume instead of currency volume
* OKX: Fix candlestick charts updates

## v0.37.0 - (03/16/2024)

**FEATURES**

* Add Blofin exchange
* Add link to Ethereum wallet in settings
* Zoom-in/out of images in news feed

## v0.36.0 - (03/15/2024)

#### FEATURES

* Option to display media images/videos in newsfeed

**BUGFIX**

* Newsmaker news notifications

## v0.35.0 - (03/13/2024)

#### FEATURES

* Add AUTO-SL on news-trading option

**PERF**

* Binance: Fetch balance & positions in one call
* WOO: Increase rate-limiting for posting orders
* Exchanges: don't timeout public requests
* Exchanges: don't sign public requests

**BUGFIX**

* Replace \`\&gt;\&gt;REPLY\` in news
* Fix token images for UNISWAP and LUNA2
* Display login button if the session is invalid (login after a very long time)
* OKX: Fix order size when order is splitted in multiple ones (size too big)

## v0.34.0 - (01/24/2024)

#### FEATURES

* Add PhoenixNews API key login

**BUGFIX**

* Adjust candles to local timestamp
* Update tokens images
* Fix Binance new websocket URL

## v0.33.0 - (12/05/2023)

#### FEATURES

* Add PhoenixNews source in news feed

## v0.32.0 - (07/20/2023)

#### FEATURES

* Support Bybit unified margin accounts
* Unbind shortcuts with ESC and re-assign them

## v0.31.0 - (07/18/2023)

#### FEATURES

* Display cumulative risk open in the account summary

## v0.30.0 - (07/18/2023)

#### FEATURES

* Add Gate.IO support ([doc](/getting-started/create-exchange-api-key/gateio.md))
* Import / Export accounts
* Auto-TP from news trading ([doc](/settings-modal/news-trading.md#auto-tp))

**BUGFIX**

* Disable auto-select ticker when typing in input

## v0.29.0 - (07/17/2023)

#### FEATURES

* Allow terminal preview without an account

**BUGFIX**

* The navbar layout is broken on narrow screens
* Fix size calculation on news feed buy / sell

## v0.28.0 - (06/30/2023)

#### FEATURES

* Toggle last/mark price for positions uPNL calculation
* Toggle exchange leverage for PNL cards

**BUGFIX**

* Position PNL calculation using tickers data
* Reduced size of "LAST" button to reset price in trade forms

## v0.27.0 - (06/28/2023)

#### FEATURES

* New quick actions menu for positions
* Option to pause TWAP when in profit
* Share position PNL cards
* Shortcut for "nuke" action
* New accounts menu (rename & re-order)

**BUGFIX**

* The chart could load incorrect candles on Binance
* The news dot on the chart was placed on the wrong candle
* Nuke could have left some dust from positions
* Don't count certain types of orders into fat finger protection

## v0.26.0 - (06/21/2023)

#### FEATURES

* Add inclusive list for filtering news feed ([doc](/settings-modal/news-trading.md#words-inclusive-list))
* Select which size to use on news trading shortcuts ([doc](/settings-modal/news-trading.md#shortcut-buy-sell-sizing))
* Setting to toggle order fills notifications ([doc](/settings-modal/general.md#enable-order-fill-notifications))
* Setting to toggle long/short buttons under news ([doc](/settings-modal/news-trading.md#show-long-buttons))

**BUGFIX**

* Support trailing stops for Bitget

**IMPROVEMENTS**

* Update page title with selected ticker + price

## v0.25.0 - (06/20/2023)

#### FEATURES

* Bitget support ([doc](/getting-started/create-exchange-api-key/bitget.md))
* Add account-switch topbar

## v0.24.0 - (06/07/2023)

#### FEATURES

* Max drawdown circuit breaker ([doc](/settings-modal/general.md#max-drawdown-protection))
* TWAP using limit orders into best bid/ask
* News: Setting to split long/short buttons vertically

#### BUGFIX

* Improved tickers matching from news content

## v0.23.0 - (05/23/2023)

#### FEATURES

* New homepage 💄

## v0.22.0 - (05/18/2023)

#### FEATURES

* Added 66 new keywords for news/ticker recognization
* New UI for news trading, with 4 preset sizes
* Display icon in the news if any
* Add a notification when the setting is updated

#### BUGFIX

* OKX: Order quantity must be a multiple of lot size
* OKX: SL/TP edit on hedge mode
* OKX: Bug when closing position on net mode

## v0.21.0 - (04/21/2023)

#### FEATURES

* OKX support ([doc](/getting-started/create-exchange-api-key/okx.md))
* Add tickers quote toggle (ex: select only USDT pairs)
* Scaling orders easing % stays same for LONG/SHORT (ex: no more switch 10% / -10%)

#### BUGFIX

* Newsmaker live notifications
* Format $ numbers with `,` and trailing `0`
* Order-book styling in Safari
* Prevent text selection when resizing UI blocks

## v0.20.0 - (04/18/2023)

> This update reset your application layout.

#### IMPROVEMENTS

* Improve overall performance, reduce RAM usage
* Reduce app size, improve loading performance
* Increase grid columns for smaller screen size
* Improve overall smaller screen size experience

## v0.19.0 - (04/17/2023)

#### FEATURES

* Add display USD toggle for order book
* Click the price in the order book to fill out trading forms
* Log keywords when news is omitted

#### BUGFIX

* WOOX incorrect total account balance (remove uPNL)
* UI blocks become red when clicking + drag (can only drag from icon now)

## v0.18.0 - (04/13/2023)

#### FEATURES

* Display order book of currently selected ticker ([doc](/terminal/order-book.md))

#### BUGFIX

* Improve first-page loading

## v0.17.0 - (04/11/2023)

#### FEATURES

* WOO X trading competition ([learn more](https://blog.tuleep.trade/woo-x-and-tuleep-trade-competition-1e77e40b4ebb))

#### BUGFIX

* Newsmaker news wasn't pushed correctly into the news feed
* The news didn't get the ticker recognized on the first load

## v0.16.0 - (04/07/2023)

#### FEATURES

* Search into the news feed
* Select news sources ([doc](/settings-modal/news-trading.md#receive-news-from-newsmakerpro))
* Fat finger protection ([doc](/settings-modal/general.md#fat-finger-protection))

#### BUGFIX

* Push notifications double notification

## v0.15.0 - (04/06/2023)

#### FEATURES

* Add Newsmaker.Pro news source (<https://t.me/s/nwsmkr>)
* Improve UX of trade forms "from" input (add LAST button to reset to last price)
* Add "reset" UI button into Settings->General

#### BUGFIX

* Incorrect funding displayed (wrong unit)

## v0.14.0 - (04/03/2023)

#### FEATURES

* Add WOO X support ([doc](/getting-started/create-exchange-api-key/woo-x.md))
* Custom words <> tickers matching list for news trading ([doc](/settings-modal/news-trading.md#custom-words))

#### BUGFIX

* News trading shortcuts now working on the poped-out news feed
* Dont fetch an un-supported ticker chart when switching between accounts
* Improve UI performance by batching on-screen updates every 16.6ms (60FPS)
* Improve first load performance, reducing bundle size & caching the homepage

## v0.13.0 - (03/27/2023)

#### FEATURES

* Hedge mode is on opt-in starting now ([doc](/settings-modal/hedge-mode.md))
* Display "R" in the order list to identify reduce-only orders

#### BUGFIX

* Fix reduce only orders from scale size
* Fix words block list not respected for news
* Fix chart labels too small on HDPi screens

## v0.12.0 - (03/24/2023)

#### FEATURES

* Browser/Web Push Notifications for news
* Use TreeNews API Keys for subscribers (remove legacy cookie technique)

#### BUGFIX

* The price displayed in the tickers list & news had wrong decimals/precision
* Latency/Exchange indicator restored

## v0.11.1 - (03/21/2023)

#### BUGFIX

* Mute order-filled sound alerts

## v0.11.0 - (03/21/2023)

#### FEATURES

* Use of WebSocket for tickers data on Binance
* Max slippage slider on simple market orders
* Playback speed slider for text2speech
* Remove emojis from text2speech

#### BUGFIX

* Quantity becomes "Infinity" if you set the size in USD before the price range
* User's settings are now saved once per second maximum (spam database)

## v0.10.0 - (03/17/2023)

#### FEATURES

* Text to Speech news feed ([doc](/settings-modal/news-trading.md#read-news-out-loud-using-text-to-speech))
* Trailing stop loss in simple orders

#### BUGFIX

* Sound stop working when the page is not focused
* Data updates when the page is not focused

## v0.9.0 - (03/15/2023)

#### FEATURES

* Drag limit orders / SL / TP on the chart to update the price

## v0.8.2 - (03/15/2023)

#### BUGFIX

* App crash when moving/resizing layout

## v0.8.0 - (03/14/2023)

#### FEATURES

* Plot liquidation price on the chart
* Display liquidation price under entry price in positions
* Add a layout dropdown menu in the navbar to personalize the interface

#### BUGFIX

* Set all leverage for Binance accounts

## v0.7.1 - (03/10/2023)

#### FEATURES

* Add max slippage in % for market orders on news-trading

## v0.7.0 - (03/10/2023)

#### FEATURES

* Add "distance" expressed in % parameter when using limit orders on news-trading
* Add CHASE orders for news-trading
* Add TWAP orders for news-trading
* Click position size to pre-fill size inputs from trade forms

**BUGFIX**

* Removed blur from settings modal background, laggy on windows
* Removed contrast from un-selected news

## v0.6.5 - (03/08/2023)

#### FEATURES

* Add a button to clear the news feed
* Add `PageUp` shortcut to select the first news
* Having "auto select ticker" on will also auto-select the news
* Clicking on a news will select it as well

**BUGFIX**

* Fix shortcuts having weird behavior in some cases
* Some news keep on top when they don't have a timestamp from TreeNews
* Privacy mode hides TWAP and CHASE values

## v0.6.0 - (03/07/2023)

#### FEATURES

* Option to auto-select ticker on new message ([doc](/settings-modal/news-trading.md#auto-select-ticker))
* News trading shortcuts ([doc](/settings-modal/news-trading.md#trade-shortcuts))
* Non-delayed news for paid subscribers of [TreeNews](https://news.treeofalpha.com/) ([doc](/settings-modal/news-trading.md#treenews-cookie))

**BUGFIX**

* Nuke action now stops running TWAPs and CHASEs

## v0.5.1 - (03/07/2023)

**BUGFIX**

* CHASE order price wrong decimals precision in rare cases

## v0.5.0 - (03/06/2023)

#### FEATURES

* Add CHASE orders ([doc](/trade/chase.md))

**BUGFIX**

* Support `,` as decimal delimiter

## v0.4.1 - (03/03/2023)

**BUGFIX**

* Make BUY/SELL buttons focusable with TAB from news trading
* Add 0.25x steps on the leverage slider for BYBIT

## v0.4.0 - (03/03/2023)

#### FEATURES

* Add 3mn chart timeframe
* Add news dot on chart toggle setting ([doc](/settings-modal/news-trading.md#toggle-the-news-dot-on-the-chart))

**BUGFIX**

* Remove duplicated SL/TPs on Bybit when the order is split into smaller ones
* Fix display PNL of short positions on the chart
* Always ask for login/password after logout, don't re-use the session
* Warning when signup/login about "dev keys"
* Fix Google signup not creating user into tuleep database (couldn't fetch news or settings)

## v0.3.4 - (03/02/2023)

**BUGFIX**

* Use market orders for reverse positions
* Use HTTPS for server-time requests
* Fix Binance set leverage not supporting 0.5x steps

#### MISC

* Improve SELL/BUY buttons contrast

## v0.3.0 - (02/29/2023)

**BUGFIX**

* Use server time for signing requests to exchanges

**MISC**

* Increase the font size on position details
* New homepage

## v0.2.0 - (02/28/2023)

#### FEATURES

* Default news trade size setting ([doc](/settings-modal/news-trading.md#default-size))
* Default tickers when none matches the news ([doc](/settings-modal/news-trading.md#default-tickers))
* Ignore news that contains words from the blocklist ([doc](/settings-modal/news-trading.md#words-block-list))
* Toggle old news feed UI ([doc](/settings-modal/news-trading.md#revert-to-old-layout))
* Toggle UTC/LOCAL clock display

#### BUGFIX

* Support non-hedged positions mode from exchanges

#### MISC

* &#x20;Notification when a new version of tuleep is available
* Prevent the page from being accidentally closed when TWAP is running


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tuleep.trade/tuleep/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
