Skip to content

Commit

Permalink
Update the changelog and change the project version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremoreau committed Sep 6, 2019
1 parent a5d9a58 commit e428482
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ v2019.1 YYYY-MM-DD
* Select polygon mode from GUI, and simplify it (GitLab #47)
* Toggle visualisation of light cones in wireframe mode from the GUI
* Switch between shaders from GUI (GitLab #48)
* Edit node::render() to take parent transform
* Rename `WindowManager::CreateWindow()` to
`WindowManager::CreateGLFWWindow()`, to avoid conflict with Windows API
macro.
* Replace lodepng with stb, to also support JPEG file loading (GitLab #41)
* Add shader for celestial rings and load it in lab1 (GitLab #51)
* AppVeyor: switch from VS 2019 Preview to VS 2019
* README: Add tinyfiledialogs to dependencies
* (HEAD -> 2019_updates) README: Sort the list of dependencies
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif ()
# Set the project name, versions and languages used.
project (
CG_Labs
VERSION 0.1
VERSION 2019.1
LANGUAGES CXX C
)

Expand Down

0 comments on commit e428482

Please sign in to comment.