Skip to content

Commit

Permalink
bump to 1.5.3.0; update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Sep 27, 2024
1 parent 4e0aab3 commit 29d801d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
ChucK VERSIONS log
------------------

1.5.2.6
1.5.3.0 (September 2024)
=======
- (major update) ****** ChuGL.chug v0.2.0 (alpha) ******
* complete under-the-hood engine rewrite
* now uses WebGPU instead of OpenGL as the core graphic library
* some minor API changes, see: https://chuck.stanford.edu/chugl/api/
* new and updated examples, see: https://chuck.stanford.edu/chugl/examples/
* for more information, visit: https://chuck.stanford.edu/chugl/
*********************************************
- (added, macOS and Linux) --chugin: and --chugin-path:
flags now expands '~' in filepath
- (developer) fixed QUERY->getinfo(); previously the function pointer was
Expand Down
2 changes: 1 addition & 1 deletion src/core/chuck_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// 1.5.0.0 (ge) | moved to chuck.h for at-a-glance visibility
// 1.5.2.0 (ge) | moved to chuck_def.h for chugins headers streamlining
//-----------------------------------------------------------------------------
#define CHUCK_VERSION_STRING "1.5.2.6-dev (chai)"
#define CHUCK_VERSION_STRING "1.5.3.0 (chai)"
//-----------------------------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CK_HOST_DIR=host
# where to find RtAudio
RTAUDIO_DIR=RtAudio
# chuck version
CK_VERSION=1.5.2.6-dev
CK_VERSION=1.5.3.0


########################## DEFAULT MAKE TARGET ################################
Expand Down

0 comments on commit 29d801d

Please sign in to comment.