Skip to content

Commit

Permalink
Bump to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blinry committed Jan 9, 2017
1 parent 218d408 commit 7ad3f00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
*nordlicht* uses [Semantic Versioning](http://semver.org/).

## 0.4.5 - 2017-01-09

- introduce `nordlicht_generate_step` and `nordlicht_done` to the API, for simple, non-blocking applications
- improve FFmpeg backwards compability down to v3.0 (thanks, Manuel!)
- fix build on ARM platforms
- correctly open files which contain a colon (thanks, Roland!)
- various bug fixes and stability improvements

- tool: when the user specifies a non-PNG file as output, warn them but don't fail

## 0.4.4 - 2016-01-24

- introduce the convention that the nordlicht is always written to `VIDEOFILE.nordlicht.png`
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
project(nordlicht C)
set(MAJOR_VERSION 0)
set(MINOR_VERSION 4)
set(PATCH_VERSION 4)
set(PATCH_VERSION 5)
set(NORDLICHT_VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")

option (BUILD_SHARED_LIBS "Build shared libraries." ON)
Expand Down

0 comments on commit 7ad3f00

Please sign in to comment.