changelog Coinigy UI v2.3.39-beta Release Notes * Made revisions to TradingView datafeed to handle trades coming in through websockets in the incorrect order. Last price and trade order should now be synced throughout the markets page.
changelog Coinigy UI v2.3.38-beta Release Notes * Rebuilt TradingView datafeed from scratch. This is the core of this update. The TradingView datafeed is the component that translates Coinigy's data format to a format that TradingView can understand. Because this is such an integral piece of our frontend infrastructure, we have delayed making any major changes
changelog Coinigy UI v2.3.37-beta Release Notes * Updated Croatian translation. See it live: https://beta.coinigy.com/?lng=hr * Added Turkish translation. See it live: https://beta.coinigy.com/?lng=tr
changelog Coinigy UI v2.3.36-beta Release Notes * Updated German translation. See it live: https://beta.coinigy.com/?lng=de
changelog Coinigy UI v2.3.34-beta Release Notes * Updated Croatian translation. See it live: https://beta.coinigy.com/?lng=hr * Updated Indonesian translation. See it live: https://beta.coinigy.com/?lng=id * Updated Russian translation. See it live: https://beta.coinigy.com/?lng=ru * Updated Italian translation. See it live: https://beta.coinigy.com/?lng=it * Added Dutch
changelog Coinigy UI v2.3.33-beta Release Notes * Updated Croatian translation. See it live: https://beta.coinigy.com/?lng=hr
changelog Coinigy UI v2.3.32-beta Release Notes * Added Indonesian translation. See it live: https://beta.coinigy.com/?lng=id
changelog Coinigy UI v2.3.31-beta Release Notes * Added Afrikaans translation. See it live: https://beta.coinigy.com/?lng=af * Added Croatian translation. See it live: https://beta.coinigy.com/?lng=hr
changelog Coinigy UI v2.3.30-beta Release Notes * Added first part of Russian translation. See it live: https://beta.coinigy.com/?lng=ru
changelog Coinigy UI v2.3.29-beta Release Notes * Fixed webkit-based browser detection, because of a recent change in Firefox Quantum [https://twitter.com/therealjoahg/status/1057351957306851328]
changelog Coinigy UI v2.3.28-beta Release Notes * Added Czech translation: https://beta.coinigy.com/?lng=cs
changelog Coinigy UI v2.3.27-beta Release Notes * Add news source logo to in-app notifications * Updated Italian translation
changelog Coinigy UI v2.3.26-beta Release Notes * Our first non-English translation of Coinigy V2 is live, Italian is now available. Check it out here: https://beta.coinigy.com/?lng=it
changelog Coinigy UI v2.3.25-beta Release Notes * Added link to appropriate market from the alerts table on the markets page * Fixed bug causing window resize issues with market header * Fixed bug causing window resize issues with market depth chart
changelog Coinigy UI v2.3.24-beta Release Notes * Made some major revisions to the custom theme editor, adding a theme library, and making clearer what theme you are currently viewing.
changelog Coinigy UI v2.3.23-beta Release Notes * Fixed bug causing open alert requests to not be showing on main market chart when page first loads. * Re-added the "cancel" button to the open orders table on the market page. * Fixed bug causing some text to scale incorrectly in custom themes. * Changed the way the market navigation
changelog Coinigy UI v2.3.22-beta Release Notes * Hotfix deployment to resolve placing orders from V2 Beta. The issue was related to incorrectly retrieving and passing the CSRF token from and to the V1 API.
changelog Coinigy UI v2.3.21-beta Release Notes * Reconfigure Market Navigation to force UI to stay in sync with TradingView market chart. A callback is now used to wait until TradingView has loaded the new market data before allowing the user to proceed to another market in the market navigation.
changelog Coinigy UI v2.3.20-beta Release Notes * Redid market depth cumulative volume calculations to more accurately represent the state of the orderbook. * Added a new "Limit Deviation" preference on the orderbook. Enabling this preference will balance out the displayed buys and sells on the market depth chart, bringing the break to the center of the
changelog Featured Coinigy UI v2.3.19-beta Release Notes * Re-engineered orderbook and interactive market depth chart to make it more usable and accessible. This was a revision requested by many in the community, to allow trading workflows more inline with what is available in V1 UI. Both the orderbook and the interactive market depth chart have been moved to
changelog Coinigy UI v2.3.18-beta Release Notes * Fixed a bug causing the right side of portfolio page charts to get cut off when balance picker was collapsed
changelog Coinigy UI v2.3.17-beta Release Notes * Fixed theme issue where link to market in market page orders table was incorrectly set to always use white text color, instead of adapting to the body text color * Added order total in popover on market page orders table * Fixed a bug causing strange results when clicking on available balances
changelog Coinigy UI v2.3.16-beta Release Notes * Identified the cause of and implemented a fix for the bug causing the chart market to not stay in sync with the rest of the UI
changelog Coinigy UI v2.3.15-beta Release Notes * Identified the cause of and implemented a fix for the bug forcing TradingView to be in AutoSave=false mode all the time, regardless of user preferences.
changelog Coinigy UI v2.3.14-beta Release Notes * Re-optimized all of the localStorage data patterns, making the whole app more performant and snappier. This was a change that has been needed for awhile. In essence, there was a large JSON blob stored in your browser to help cache data and provide preferences data to the whole app. Any