Bump version to 4.4.1

This commit is contained in:
Crayon2000 2021-03-05 22:53:35 -05:00
parent 150f62a416
commit fd38e8be0d
4 changed files with 11 additions and 12 deletions

View file

@ -29,8 +29,7 @@ jobs:
mv latex/refman.pdf html/PDF-documentation.pdf mv latex/refman.pdf html/PDF-documentation.pdf
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.6.2 uses: JamesIves/github-pages-deploy-action@4.1.0
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages
BRANCH: gh-pages folder: html
FOLDER: html

View file

@ -2,9 +2,9 @@
All notable changes to this project will be documented in this file. 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 ## [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 - 3D primitive drawing: torus, sphere, cube, cylinder and cone
- Light functions (diffuse, specular, spot) + ambient - Light functions (diffuse, specular, spot) + ambient
- Splitted functions for rotation/translation/scaling 3d object. - 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_light1 -> Simple Diffuse light sample code
- 3d_light2 -> Simple Lights and `GRRLIB_ObjectViewInv()` sample - 3d_light2 -> Simple Lights and `GRRLIB_ObjectViewInv()` sample
- 3d_light3 -> A little Specular light sample code - 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 - USB_Gecko output facilities
- `GRRLIB_Compose()` was deleted since it was not fully using GX - `GRRLIB_Compose()` was deleted since it was not fully using GX
- `GRRLIB_GetColor()` was deleted, the RGBA macro should be used instead - `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_CubedTileDemo (How to use dynamic texturing)
- 3D_sample1 (A simple rotating flat cube) - 3D_sample1 (A simple rotating flat cube)
- 3D_sample2 (A simple rotating textured 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 - New Bitmap FX
- Add `GRRLIB_Exit()` to free the memory allocated by GRRLIB - 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.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.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 [4.3.1]: https://github.com/GRRLIB/GRRLIB/compare/4.3.0...4.3.1

View file

@ -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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -37,7 +37,7 @@ THE SOFTWARE.
/** /**
* Version information for GRRLIB. * Version information for GRRLIB.
*/ */
#define GRRLIB_VER_STRING "4.4.0" #define GRRLIB_VER_STRING "4.4.1"
//============================================================================== //==============================================================================
// Includes // Includes

View file

@ -38,7 +38,7 @@ PROJECT_NAME = GRRLIB
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # 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 # 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 # for a project that appears at the top of each page and should give viewer a