Skip to content

Releases: taoteh1221/Open_Crypto_Tracker

v6.00.31 (Bug Fix Release)

29 Nov 21:40
fbb8372
Compare
Choose a tag to compare

6.00.31:

-BUG FIX: Fixed the ability for Telegram to gracefully process messages over 4096 bytes in size (large messages are now split into multiple smaller messages automatically)

-BUG FIX: Created an automatic fix for app servers that do NOT have PHP Session "save path" PROPERLY setup (the app will create / use a SECURED directory for PHP Sessions)

-BUG FIX: Miscellaneous fixes

-Added Admin Config settings into these admin interface sections (these config settings are now editable in the admin interface): Price Charts / Alerts, Mobile Text Gateways

-Miscellaneous user experience improvements

-Code optimization / cleanup

-Updated documentation

IMPORTANT UPGRADE NOTICE:

v6.00.31 and higher restructures the mobile text gateways config formatting. USE THE LATEST/UPGRADED CONFIG.PHP,
AND MIGRATE YOUR EXISTING CUSTOM GATEWAYS TO THE NEW FORMAT.

v6.00.31 and higher restructures the price alerts / price charts config formatting. USE THE LATEST/UPGRADED CONFIG.PHP,
AND MIGRATE YOUR EXISTING CUSTOM PRICE ALERTS / PRICE CHARTS TO THE NEW FORMAT.

v6.00.29 and higher restructures the 'price-target-alert' plugin. USE THE LATEST/UPGRADED PLUG_CONF.PHP,
AND MIGRATE YOUR EXISTING CUSTOM PRICE TARGET ALERTS TO THE NEW FORMAT.

v6.00.29 and higher renames / restructures MANY settings in the config. USE THE LATEST/UPGRADED CONFIG.PHP,
AND MIGRATE YOUR EXISTING CUSTOM NEWS FEEDS TO THE NEW FORMAT.

-v6.00.29 AND HIGHER RESETS LIGHT (TIME PERIOD) CHARTS FROM ARCHIVAL DATA, ONE-TIME DURING UPGRADES FROM V6.00.26 OR LOWER.

Download Open Crypto Tracker

v6.00.30 (Bug Fix Release)

21 Nov 20:44
d0849b7
Compare
Choose a tag to compare

6.00.30:

-BUG FIX: Moved all log obfuscation (for any data deemed sensitive we want to hide) directly into the logging function, for assured security on sensitive data (added statically or dynamically to the 'data_obfuscating' array in the dev config)

-BUG FIX: Fixed CACHED config upgrading of multidimensional arrays, if integer-based / auto-indexed keys are used (news feeds, etc)

-BUG FIX: Heavy debugging completed for newly-activated admin area settings interfacing core logic

-BUG FIX: Miscellaneous fixes

-Added option for plugin developers to automatically include their user-input validation for the admin settings page within the plugin's class file

-Added Admin Config settings into these admin interface sections (these config settings are now editable in the admin interface): Proxies

-Added setting to proxies that allows adding server domains to SKIP using proxies for (if the server ALWAYS blocks proxies)

-Miscellaneous user experience improvements

-Code optimization / cleanup

-Upgraded OKcoin API to v5

-Updated documentation

IMPORTANT UPGRADE NOTICE:

v6.00.29 and higher restructures the 'price-target-alert' plugin. USE THE LATEST/UPGRADED PLUG_CONF.PHP,
AND MIGRATE YOUR EXISTING CUSTOM PRICE TARGET ALERTS TO THE NEW FORMAT.

v6.00.29 and higher renames / restructures MANY settings in the config. USE THE LATEST/UPGRADED CONFIG.PHP,
AND MIGRATE YOUR EXISTING CUSTOM NEWS FEEDS TO THE NEW FORMAT.

-v6.00.29 AND HIGHER RESETS LIGHT (TIME PERIOD) CHARTS FROM ARCHIVAL DATA, ONE-TIME DURING UPGRADES FROM V6.00.26 OR LOWER.

Download Open Crypto Tracker

v6.00.29 (Bug Fix Release)

07 Nov 04:44
5a53102
Compare
Choose a tag to compare

6.00.29:

-BUG FIX: Fixed the cached config upgrade mechanism from corrupting the cached config (AND added in checks to locate / repair any previously-corrupted values...sorry!)

-BUG FIX: Fixed heading title resizing (when using the font resizing feature in the sidebar), so they now resize with the other text

-BUG FIX: Fixed a bug that had the ADMIN AREA primary currency settings show the USER AREA settings instead...sorry!

-BUG FIX: Fixed support for some news feed formats (formats like slashdot.org uses were not showing anything)

-BUG FIX: Fixed price charts showing properly for exchange APIs that have no trade volume data

-BUG FIX: Miscellaneous fixes

-Added Admin Config settings into these admin interface sections (these config settings are now editable in the admin interface): News Feeds, Plugins, Address Balance Tracker (plugin), Price Target Alert (plugin), Recurring Reminder (plugin)

-Added config file formatting error checks (if a significant error that would crash the app is discovered, you are notified, and the current config file is securely backed up / replaced with a 'factory reset' config)

-Updated the alphavantage.co stock exchange API FREE LEVEL to use A MAXIMUM OF 25 LIVE data requests per day (this is their new free level limit they just revised AGAIN...this is auto-throttled by the app, so you don't go over your limits)

-Added a setting for the alphavantage.co stock exchange API daily FREE LEVEL, to set your DAILY LIMIT lower than the REAL DAILY LIMIT (useful if they lower the limit AGAIN, or you have multiple installs using the same API key)

-Solana SPL tokens (subtokens on the Solana Network) in the asset config are now automatically added as tracking options in the 'address-balance-tracker' plugin, IF A JUPITER AGGREGATOR SOL MARKET IS FOUND

-Obfuscated any crypto addresses added in the 'address-balance-tracker' plugin, from ever showing in any debug / error logging (only shows the first / last 2 characters for privacy)

-Consolidated error / debug logs into one log file, for clarified debugging output (whe debugging is enabled)

-Added range sliders in place of all drop-down select menus (for numerical values) in the admin interface

-Miscellaneous user experience improvements

-Code optimization / cleanup

-Updated documentation

IMPORTANT UPGRADE NOTICE:

v6.00.29 and higher restructures the 'price-target-alert' plugin. USE THE LATEST/UPGRADED PLUG_CONF.PHP,
AND MIGRATE YOUR EXISTING CUSTOM PRICE TARGET ALERTS TO THE NEW FORMAT.

v6.00.29 and higher renames / restructures MANY settings in the config. USE THE LATEST/UPGRADED CONFIG.PHP,
AND MIGRATE YOUR EXISTING CUSTOM NEWS FEEDS TO THE NEW FORMAT.

-v6.00.29 AND HIGHER RESETS LIGHT (TIME PERIOD) CHARTS FROM ARCHIVAL DATA, ONE-TIME DURING UPGRADES FROM V6.00.26 OR LOWER.

Download Open Crypto Tracker

v6.00.28 (Bug Fix Release)

07 Oct 01:32
e6c2152
Compare
Choose a tag to compare

6.00.28:

-BUG FIX: Fixed (second) issue when changing EXISTING Telegram bot info in admin config (chatroom data now properly refreshes)

-BUG FIX: Fixed price alert formatting, for markets with no available trade volume history

-BUG FIX: Fixed support for using Google Fonts (to change the text style used in the app)

-BUG FIX: Fixed proper refreshing of plugin configs, when configs are updated

-BUG FIX: Fixed config upgrading feature, and added BUNDLED plugins support

-BUG FIX: Miscellaneous fixes

-Added input validation for admin interface sections

-Miscellaneous user experience improvements

-Code optimization / cleanup

-Upgraded QR Code generator

IMPORTANT UPGRADE NOTICE:

v6.00.26 / v6.00.27 and higher renames the admin config array variables. ALL CONFIGURATION SETTING
VARIABLE NAMES ARE NOW DIFFERENT, USE THE LATEST/UPGRADED CONFIG.PHP, AND
MIGRATE YOUR EXISTING SETTINGS TO THE NEW FORMAT.

-v6.00.27 AND HIGHER RESETS LIGHT (TIME PERIOD) CHARTS FROM ARCHIVAL DATA, ONE-TIME DURING UPGRADES FROM V6.00.26 OR LOWER.

Download Open Crypto Tracker

v6.00.27 (Bug Fix Release)

23 Sep 20:42
98122c3
Compare
Choose a tag to compare

6.00.27:

-BUG FIX: Fided an error (introduced in v6.00.26), which corrupts trade volume calculations for price alert messages (sorry!)

-BUG FIX: Fixed issue when changing EXISTING Telegram bot info in admin config (chatroom data now properly refreshes)

-BUG FIX: Miscellaneous fixes

-Added Admin Config settings into these admin interface sections (these config settings are now editable in the admin interface): General, Communications, Extenal APIs, and Security

-Improved user-input sanitization (to nullify code injection attacks even better than before, since we now have user-input in the admin area)

-New 'strict' mode available for admin area 2-factor authentication (requires entering a 2FA code when changing ANYTHING in the admin area)

-More developer-friendly configurations that are 'developer-only' (easier to tweak dev-related values)

-Miscellaneous user experience improvements

-Code optimization / cleanup

IMPORTANT UPGRADE NOTICE:

v6.00.26 / v6.00.27 and higher renames the admin config array variables. ALL CONFIGURATION SETTING
VARIABLE NAMES ARE NOW DIFFERENT, USE THE LATEST/UPGRADED CONFIG.PHP, AND
MIGRATE YOUR EXISTING SETTINGS TO THE NEW FORMAT.

-v6.00.27 AND HIGHER RESETS LIGHT (TIME PERIOD) CHARTS FROM ARCHIVAL DATA, ONE-TIME DURING UPGRADES FROM V6.00.26 OR LOWER.

Download Open Crypto Tracker

v6.00.26 (Bug Fix Release)

14 Sep 04:09
ba051f5
Compare
Choose a tag to compare

6.00.26:

-BUG FIX: Fixed setting 'interface_login' in the Admin SECURITY Config (an issue on Windows 10 / 11 only...it now works when entering your login)

-BUG FIX: Fixed issues with the primary currency registering as the asset used for the value of 'MISCASSETS' (on the portfolio page)

-BUG FIX: Fixed chart storage / price alerts from crashing, when a market has no trade volume data available (sorry!)

-BUG FIX: Fixed admin login alerts (via email / text / telegram / Alexa) for ALL Desktop Editions

-BUG FIX: Fixed Telegram alerts in the Windows Desktop Edition (sorry!)

-BUG FIX: Miscellaneous fixes

-Added OPTIONAL Two-Factor Security feature for admin area (Google Authenticator / Microsoft Authenticator, Authy, etc)

-Developer-friendly global app vars / config / arrays / class functions, all stored inside the new array "$ct"

-User experience on daily background tasks (should no longer 'creep' up / down for time-of-day run)

-Added 'ALTNFTS' asset, for tracking alternate NFTs in a user's selected currency

-Updated the DEMO asset markets / news feeds

-Miscellaneous user experience improvements

-Code optimization / cleanup

IMPORTANT UPGRADE NOTICE:

v6.00.26 and higher renames the admin config array. ALL CONFIGURATION SETTING
VARIABLE NAMES ARE NOW DIFFERENT, USE THE LATEST/UPGRADED CONFIG.PHP, AND
MIGRATE YOUR EXISTING SETTINGS TO THE NEW FORMAT.

Download Open Crypto Tracker

v6.00.25 (Bug Fix Release)

28 Aug 18:33
f869f1e
Compare
Choose a tag to compare

6.00.25:

-BUG FIX: Miscellaneous fixes

-More efficient regular updating of price charts FOR THROTTLED / RATE-LIMITED APIs (Alphavantage stocks, etc)

-Upgraded to Jupiter Aggregator's v4 price API, allowing efficient API calls for multiple token prices

-Added styling, so printing out the portfolio page automatically looks good / fits on printer paper

-Updated the DEMO asset markets / news feeds

-Miscellaneous user experience improvements

-Code optimization / cleanup

Download Open Crypto Tracker

v6.00.24 (Bug Fix Release)

19 Aug 05:11
7205081
Compare
Choose a tag to compare

6.00.24:

-BUG FIX: Miscellaneous fixes

-Improvements to the Alphavantage Stock API rate-limiting, to support many more stock assets in the portfolio assets config (without going over the free plan's rate limits)

-Auto-pruning of bitcoin (primary) currency / (secondary) crypto pairing markets user configs, IF markets don't exist in assets config

-Less clutter in error logs, and new debugging mode for API rate-limiting / throttling

-Added more fiat currency markets (to offset localbitcoins shutting down)

-Removed localbitcoins support (they went out of business)

-Miscellaneous user experience improvements

-More reliable page zooming / resizing

-Added Bitcoin NFT tracking support

Download Open Crypto Tracker

v6.00.23 (Bug Fix Release)

15 Aug 20:19
88d355b
Compare
Choose a tag to compare

6.00.23:

-BUG FIX: Miscellaneous fixes

-Support for PHPbrowserBox (new / more reliable app container for Windows Desktop Editions)

-More reliable system checks (during preflight checks) for missing PHP extensions

-Miscellaneous user experience improvements

-Better Desktop Editions support

-More reliable text resizing

-Code optimization / cleanup

Download Open Crypto Tracker

v6.00.22 (Bug Fix Release)

08 Aug 15:47
756aefa
Compare
Choose a tag to compare

6.00.22:

-BUG FIX: Desktop and Server Editions were improperly packaged with outdated code in the v6.00.21 version (sorry!)

-v6.00.16 AND HIGHER RESETS LIGHT (TIME PERIOD) CHARTS FROM ARCHIVAL DATA, ONE-TIME DURING UPGRADES FROM V6.00.15 OR LOWER.

-v6.00.8 AND HIGHER MIGRATES / UPGRADES ANY SET COOKIE DATA TO A MORE SECURE / RELIABLE FORMAT, ONE-TIME DURING UPGRADES FROM V6.00.7 OR LOWER.

Download Open Crypto Tracker