Please help me locate MetaTrader 5 Build 4300 Information

 

I can only find information for up to build 4260.

Could you please direct where to look?

It looks like I am running 4300.

//--- Get the number of a build where the program is compiled
   Print(__FUNCTION__," Build #",__MQLBUILD__);

Thank you.

 
Just check in in the terminal Help => About and you'll see what you are running.
 
Carl Schreiber #:
Just check in in the terminal Help => About ans you'll see what you are running.

Thanks Carl. I got that part.

I'm looking for the build notes similar to these notes for build 4260: https://www.metatrader5.com/en/releasenotes/terminal/2354

BTW it is now build 4301.

MetaTrader 5 build 4260: General improvements
MetaTrader 5 build 4260: General improvements
  • 2024.03.22
  • MetaQuotes
  • www.metatrader5.com
Fixed errors in subscribing to free products in the Subscriptions service. The relevant button might not be displayed in the dialog under certain conditions. Updated translations of the user interface. MQL5 Expanded support for keyboard events: Added CHARTEVENT_KEYUP event for the OnChartEvent handler. It allows the tracking of events related...
 
DHess10000 #:

Thanks Carl. I got that part.

I'm looking for the build notes similar to these notes for build 4260: https://www.metatrader5.com/en/releasenotes/terminal/2354

BTW it is now build 4301.

I believe the main/stable/full release versions have all the changes posted, while the incremental/beta builds (4297 to 4300 to 4301 ect) are not posted. I actually thought 4300 was going to be the full release because it is a nice even number but I guess they are still making changes.