From fd38e8be0d1b8033a6d06c6c1a8dbdfc33359ddb Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Fri, 5 Mar 2021 22:53:35 -0500 Subject: [PATCH] Bump version to 4.4.1 --- .github/workflows/doc.yml | 7 +++---- CHANGELOG.md | 10 +++++----- GRRLIB/GRRLIB/grrlib.h | 4 ++-- grrlib.doxygen | 2 +- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 3eac235..169bdd7 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -29,8 +29,7 @@ jobs: mv latex/refman.pdf html/PDF-documentation.pdf - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@3.6.2 + uses: JamesIves/github-pages-deploy-action@4.1.0 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: html + branch: gh-pages + folder: html diff --git a/CHANGELOG.md b/CHANGELOG.md index 652da76..fcc9e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [4.4.1] - 2021-03-05 -- Patch widescreen on Wii U +- Patch widescreen on Wii U. ## [4.4.0] - 2020-01-12 @@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file. - 3D primitive drawing: torus, sphere, cube, cylinder and cone - Light functions (diffuse, specular, spot) + ambient - Splitted functions for rotation/translation/scaling 3d object. -- Here is the list a new added samples demo code : +- Here is the list a new added samples demo code: - 3d_light1 -> Simple Diffuse light sample code - 3d_light2 -> Simple Lights and `GRRLIB_ObjectViewInv()` sample - 3d_light3 -> A little Specular light sample code @@ -53,7 +53,7 @@ All notable changes to this project will be documented in this file. - USB_Gecko output facilities - `GRRLIB_Compose()` was deleted since it was not fully using GX - `GRRLIB_GetColor()` was deleted, the RGBA macro should be used instead -- Lot of new sample code : +- Lot of new sample code: - 3D_CubedTileDemo (How to use dynamic texturing) - 3D_sample1 (A simple rotating flat cube) - 3D_sample2 (A simple rotating textured cube) @@ -107,7 +107,7 @@ All notable changes to this project will be documented in this file. - New Bitmap FX - Add `GRRLIB_Exit()` to free the memory allocated by GRRLIB -[unreleased]: https://github.com/GRRLIB/GRRLIB/compare/v4.4.0...HEAD +[4.4.1]: https://github.com/GRRLIB/GRRLIB/compare/v4.4.0...v4.4.1 [4.4.0]: https://github.com/GRRLIB/GRRLIB/compare/4.3.2...v4.4.0 [4.3.2]: https://github.com/GRRLIB/GRRLIB/compare/4.3.1...4.3.2 [4.3.1]: https://github.com/GRRLIB/GRRLIB/compare/4.3.0...4.3.1 diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h index 6eb2f77..de8c4d1 100644 --- a/GRRLIB/GRRLIB/grrlib.h +++ b/GRRLIB/GRRLIB/grrlib.h @@ -1,5 +1,5 @@ /*------------------------------------------------------------------------------ -Copyright (c) 2009-2020 The GRRLIB Team +Copyright (c) 2009-2021 The GRRLIB Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -37,7 +37,7 @@ THE SOFTWARE. /** * Version information for GRRLIB. */ -#define GRRLIB_VER_STRING "4.4.0" +#define GRRLIB_VER_STRING "4.4.1" //============================================================================== // Includes diff --git a/grrlib.doxygen b/grrlib.doxygen index f2a8cf8..71607ca 100644 --- a/grrlib.doxygen +++ b/grrlib.doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = GRRLIB # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.4.0 +PROJECT_NUMBER = 4.4.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a