Author Topic: QB64 v1.3 released!  (Read 18468 times)

0 Members and 1 Guest are viewing this topic.

Offline odin

  • Administrator
  • Newbie
  • Posts: 92
  • I am.
QB64 v1.3 released!
« on: April 08, 2019, 01:25:50 am »
QB64 v1.3 has finally been released in the stable channel, and it's available for download right now. Find the links at the revamped www.qb64.org, along with the full changelog.

 [ You are not allowed to view this attachment ]  
« Last Edit: April 17, 2019, 06:48:35 am by odin »

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: QB64 v1.3 released!
« Reply #1 on: April 08, 2019, 01:36:51 am »
Congratulations, many colorful flowers, and good luck for the future...

... not to forget a big "Thank You" to all main developers and contributors, who made this possible, for their everlasting passion and efforts put into QB64.

Also very nice, the new Web frontpage, it certainly will be an "eye catcher" for anybody searching for a modern BASIC language and stumbling over the QB64 website.
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
Re: QB64 v1.3 released!
« Reply #2 on: April 08, 2019, 03:35:53 am »
Congrats!! 👌👌
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
Re: QB64 v1.3 released!
« Reply #3 on: April 08, 2019, 10:11:33 am »
Wow! to the new look of Forum and Home page that comes with v1.3 release.

Big THANKS! to all who keep this classic Basic updated, debugged, documented and discussed.


Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
Re: QB64 v1.3 released!
« Reply #4 on: April 08, 2019, 10:14:13 am »
I am pleased with the new version, I appreciate the work that developers have with it,  especially enjoy the possibility of variable string lengths in user-defined types. I assume that the next version will fix the chronically known old bugs in old functions MouseMovementX / Y.

FellippeHeitor

  • Guest
Re: QB64 v1.3 released!
« Reply #5 on: April 08, 2019, 10:51:48 am »
@RhoSigma, @bplus, @Ashish, @Petr:
Thank you guys so much.

@Petr:
One day, one day. We know about that bug and we are not choosing to ignore it. I just haven't been able to sort it out and so it goes. I'm certain you've already found a clever way to workaround it.

Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
Re: QB64 v1.3 released!
« Reply #6 on: April 08, 2019, 11:17:27 am »
Quote
One day, one day. We know about that bug and we are not choosing to ignore it. I just haven't been able to sort it out and so it goes. I'm certain you've already found a clever way to workaround it.

Thank for reply, yes in two ways: using shared variables, which memorize old mouse positions, or using _DEVICES as show us Steve in his program.

Offline Dimster

  • Forum Resident
  • Posts: 500
Re: QB64 v1.3 released!
« Reply #7 on: April 08, 2019, 11:32:07 am »
That's a stable 64 bit as well - smokes you guys are impressive. Nothing like accomplishing a goal. Congrats.

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: QB64 v1.3 released!
« Reply #8 on: April 08, 2019, 12:53:49 pm »
Hm, clicking on the (top) QB64 Logo here in the forum will bring us to the new www.portal.qb64.org now, formerly it was a nice quick-link back to the forum's main (boards) page, which could be used from anywhere in the forum to get back to the boards page. Would be nice, if this function could be restored.
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

FellippeHeitor

  • Guest
Re: QB64 v1.3 released!
« Reply #9 on: April 08, 2019, 01:20:38 pm »
While we're using the forum title to advertise the new version, please use the Home link.

 [ You are not allowed to view this attachment ]  

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: QB64 v1.3 released!
« Reply #10 on: April 08, 2019, 02:16:51 pm »
Ah, obviously. Just a case of too many trees in the wood, i guess :)
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
Re: QB64 v1.3 released!
« Reply #11 on: April 08, 2019, 03:03:13 pm »
Ah, obviously. Just a case of too many trees in the wood, i guess :)

I actually requested that the tag-line be linked to the page where the downloads were listed. https://www.qb64.org/forum/index.php?topic=1212.msg104300#msg104300

I was hoping the logo was separate from that, but I just did a quick check, and the tag-line and the logo are all one image. I can recall some javascript thing I did years ago that allowed for positional clicks on an image. In other words if I recall correctly, I think you can make more than one link to an image, by absolute position. I just can't remember the code. Too long ago. At my stage and age, that could be as far back as last Tuesday. :D

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline Bert22306

  • Forum Regular
  • Posts: 206
Re: QB64 v1.3 released!
« Reply #12 on: April 08, 2019, 09:07:26 pm »
I was surprised and impressed too, by the modern fancy site. Congratulations guys! This should help attract plenty of new and wonderful geeks. Installed the latest v1.3 development build in both of my PCs, smooth as can be. Thank you!

Offline codeguy

  • Forum Regular
  • Posts: 174
Re: QB64 v1.3 released!
« Reply #13 on: April 09, 2019, 08:30:42 pm »
I look forward to testing it after download. which shall commence in XDM soon. Thanks.

Offline Calloway

  • Newbie
  • Posts: 18
  • I still have Laser Disc...
    • Calloway Sutton
Re: QB64 v1.3 released!
« Reply #14 on: April 14, 2019, 10:45:58 am »
Is there a changelog where you can see all the new updates, changes, bug fixes etc.? Also looks real nice :D