Skip to content

Commit 3492128

Browse files
committed
chore: bump version to 6.0.4
1 parent 61feaf9 commit 3492128

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Fri Sept 30 2024 - 6.0.4
2+
- Fix tweak command crashes
13
# Sun Sept 1 2024 - 6.0.3
24
- Fix inconsistent file logging
35
- Minor improvements
@@ -48,17 +50,17 @@
4850
- Add openrc support
4951
- Python >= 3.10
5052
# Son Feb 26 2023 - 4.5.0
51-
- Improvement of config generation
53+
- Improvement of config generation
5254
# Fri Feb 24 2023 - 4.4.2
5355
- Fix command not found
5456
- Smaller size
5557
# Fri Feb 17 2023 - 4.4.0
5658
- Total rework of the implementation
5759
- Support multiple emitters camera
58-
- Memorize broken instructions to skip them
60+
- Memorize broken instructions to skip them
5961
- Usage of /dev/v4l/by-path for persistence
6062
# Tue Sep 13 2022 - 4.1.5
61-
- Fix boot service for custom device
63+
- Fix boot service for custom device
6264
# Thu Aug 11 2022 - 4.1.4
6365
- Force V4l2 backend in opencv
6466
- Improvement of config generation
@@ -67,11 +69,11 @@
6769
- Fix camera triggering issue
6870
- Fix device symlink boot service side effect
6971
# Sun Jun 19 2022 - 4.0.0
70-
- Rework, optimization and improvement of config generation
72+
- Rework, optimization and improvement of config generation
7173
- Remove manual configuration commands
7274
- Remove option for integration into Howdy
7375
# Thu Dec 9 2021 - 3.2.5
74-
- Tweak for integration into Howdy(https://github.com/boltgolt/howdy)
76+
- Tweak for integration into Howdy(https://github.com/boltgolt/howdy)
7577
- Bash auto completion
7678
- Better systemd support
7779
# Thu Nov 4 2021 - 3.2.2

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'linux-enable-ir-emitter',
33
'cpp',
4-
version: '6.0.3',
4+
version: '6.0.4',
55
license: 'MIT',
66
default_options: [
77
'cpp_std=c++20',

0 commit comments

Comments
 (0)