Page 4 of 4

Re: PureBasic 5.40 LTS final is out !

Posted: Tue Oct 20, 2015 11:42 am
by [blendman]
Another incredible version ;)
Thanks a lot !

Re: PureBasic 5.40 LTS final is out !

Posted: Tue Oct 20, 2015 4:11 pm
by the.weavster
The enhancements to the database commands are already proving invaluable :D

Re: PureBasic 5.40 LTS final is out !

Posted: Wed Oct 21, 2015 1:12 pm
by endo
Very cool improvements! Great work as always!

Re: PureBasic 5.40 LTS final is out !

Posted: Wed Oct 21, 2015 4:52 pm
by Num3

Code: Select all

If IsJoint()
 Smoke_It()
EndIf
Image

Re: PureBasic 5.40 LTS final is out !

Posted: Thu Oct 22, 2015 7:40 am
by Tranquil
Very exciting update! Thank you very much for all your hard work on PB!

Re: PureBasic 5.40 LTS final is out !

Posted: Fri Oct 23, 2015 9:58 am
by SparrowhawkMMU
Fred, just a quick note: the news page is still saying that 5.24LTS and 5.31 are the latest versions.

Also, you might want to drop the admins at MacUpdate a note. They are still listing 5.22LTS as the latest version, even though I have commented twice on the PB page to let them know of developments:

http://www.macupdate.com/app/mac/20218/purebasic

Incidentally, you might want to consider speaking to them about seeing whether they will feature PB as their deal of the day; I don't know what percentage cut each party gets, but they certainly seem to sell several thousand copies of their daily deals each day. It might drive a few more sales and get more people interested in the product. Just a thought.

Re: PureBasic 5.40 LTS final is out !

Posted: Fri Oct 23, 2015 3:42 pm
by marc_256
Will be testing it with my latest software ...
hope it will work. 8)

Thanks to the team.

Marc,

Re: PureBasic 5.40 LTS final is out !

Posted: Wed Jan 06, 2016 2:42 pm
by greyhoundcode
Bit late, but thank you :-)
- Added: HTTPS and simple auth support for ReceiveHTTPFile() and GetHTTPHeaders()
- Added: Auto redirect support for ReceiveHTTPFile() and ReceiveHTTPMemory()
- Added: ASynchronous mode for ReceiveHTTPFile() and ReceiveHTTPMemory()
- Added: HTTPProgress(), AbortHTTP() and FinishHTTP() to control async mode
All of the above are particularly awesome additions!