Skip to content

Commit

Permalink
Bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iizukanao committed Aug 14, 2022
1 parent 688338c commit fe77254
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 2.0.5 *(2022-08-15)*
----------------------------

- Fixed a bug that caused segmentation fault when filename was specified in `hooks/start_record` file. (#177)

Version 2.0.4 *(2022-08-10)*
----------------------------

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ chmod +x make_dirs.sh
alsamixer

# Install picam binary
wget https://github.com/iizukanao/picam/releases/download/v2.0.4/picam-2.0.4-`uname -m`.tar.xz
tar xvf picam-2.0.4-*.tar.xz
cp picam-2.0.4-*/picam ~/picam/
wget https://github.com/iizukanao/picam/releases/download/v2.0.5/picam-2.0.5-`uname -m`.tar.xz
tar xvf picam-2.0.5-*.tar.xz
cp picam-2.0.5-*/picam ~/picam/

# Run picam
cd ~/picam
Expand Down Expand Up @@ -185,7 +185,7 @@ $ touch hooks/unmute
#### Command options

```txt
picam version 2.0.4
picam version 2.0.5
Usage: picam [options]
Options:
Expand Down
2 changes: 1 addition & 1 deletion picam_option/picam_option.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern "C" {
#include "text/text.h"

#define PROGRAM_NAME "picam"
#define PROGRAM_VERSION "2.0.4"
#define PROGRAM_VERSION "2.0.5"

typedef struct white_balance_option {
const char *name;
Expand Down

0 comments on commit fe77254

Please sign in to comment.