| Age | Commit message (Expand) | Author |
| 2023-09-02 | REVIEWED: `LoadImageSvg()` | Ray |
| 2023-09-02 | Added rudimentary SVG support. (#2738) | bXi |
| 2023-09-02 | Some tweaks | Ray |
| 2023-09-02 | REVIEWED: Data size type consistency between functions #3168 | Ray |
| 2023-09-01 | RENAMED: LoadFont*() parameter names for consistency and coherence | Ray |
| 2023-08-20 | Add `IsKeyPressedRepeat` (desktop only) (#3245) | actondev (Christos) |
| 2023-08-12 | ADDED: Spline drawing functions -> | Ray |
| 2023-08-05 | Support 16-Bit HDR textures (#3220) | Nikolas |
| 2023-08-04 | [AUDIO] Add a function to make an alias of a sound and share it's sample data... | Jeffery Myers |
| 2023-08-04 | [CORE] Support for SetWindowTitle and InitWindow for web (#3222) | vitopigno |
| 2023-08-02 | Adds BORDERLESS_WINDOWED_MODE for PLATFORM_DESKTOP (#3216) | ubkp |
| 2023-07-28 | Changes SetWindowMonitor() to no longer force fullscreen (#3209) | ubkp |
| 2023-07-20 | Add note about sample format to AttachAudioStreamProcessor() (#3188) | Alberto González Palomo |
| 2023-07-20 | Fixed GetMonitorName description (#3184) (#3189) | Danil |
| 2023-07-19 | Document buffer format for audio processors. (#3186) | Alberto González Palomo |
| 2023-07-02 | ADDED: `SetWindowFocused()` #3142 | Ray |
| 2023-07-02 | WARNING: BREAKING: ADDED: `SetTextLineSpacing()` | Ray |
| 2023-06-17 | Remove trailing spaces | Ray |
| 2023-06-03 | ADDED: `ExportImageToMemory()` | Ray |
| 2023-06-01 | Add error if raylib.h is included in a C++98 program (#3093) | Peter0x44 |
| 2023-05-24 | Added ImageRotate (#3078) | Dane Madsen |
| 2023-05-22 | Add GenImageGradientSquare (#3077) | Dane Madsen |
| 2023-05-21 | Update raylib.h | Ray |
| 2023-05-21 | Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ... | Dane Madsen |
| 2023-05-07 | Added ModelAnimation.name, initially with GLTF animation names loaded (#3044) | Alfred Reinold Baudisch |
| 2023-03-20 | Updated version to avoid confusion with 4.5 release | Ray |
| 2023-03-12 | Some tweaks | Ray |
| 2023-03-12 | Update version to `raylib 4.5` | Ray |
| 2023-03-07 | `WARNING`: REMOVED: `UnloadModelKeepMeshes()` | Ray |
| 2023-03-07 | WARNING: REMOVED: Multichannel audio support API | Ray |
| 2023-02-21 | ADDED: `SetWindowIcons()` to set multiple icon image sizes | Ray |
| 2023-02-20 | Added mixed audio processor (#2929) | hkc |
| 2023-02-14 | REVIEWED: Camera redesign PR | Ray |
| 2023-02-14 | WIP rcamera redesign vector (#2563) | Crydsch Cube |
| 2023-02-09 | Fixed some grammar mistakes and typos. (#2914) | Julio C. Galindo |
| 2023-01-28 | ADDED: IsModelReady(), IsMaterialReady(), IsTextureReady(), IsRenderTextureRe... | Rob Loach |
| 2023-01-27 | ADDED: `IsShaderReady()`, `IsImageReady()`, `IsFontReady()`, `IsWaveReady()`,... | Rob Loach |
| 2023-01-22 | Add RAYLIB_VERSION numbers to raylib.h (#2856) | Rob Loach |
| 2023-01-02 | REVIEWED: Avoid possible gamepad index as `-1` #2839 | Ray |
| 2023-01-01 | Update year to 2023 (#2846) | Wytek01 |
| 2022-12-07 | ADDED: `ColorTint()`, `ColorContrast()` | Ray |
| 2022-12-05 | ADDED: `ColorBrightness()` | Ray |
| 2022-11-22 | Minor tweaks | Ray |
| 2022-11-15 | WARNING: REMOVED: `DrawCubeTexture()`, `DrawCubeTextureRec()` | Ray |
| 2022-11-10 | Minor formating tweaks | Ray |
| 2022-11-10 | WARNING: REMOVED: `DrawTextureTiled()` | Ray |
| 2022-11-10 | WARNING: REMOVED: `DrawTextureQuad()` | Ray |
| 2022-11-10 | WARNING: REMOVED: `DrawTexturePoly()` | Ray |
| 2022-11-04 | Fix ExportDataAsCode() data types (#2787) | RGDTAB |
| 2022-10-25 | Added Box and Gaussian blurring (#2770) | nobytesgiven |