Skip to content

Commit 5c99c49

Browse files
committed
4.8.0
1 parent e199764 commit 5c99c49

2 files changed

Lines changed: 18 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,49 @@
1-
# Tue Jun 20 2023 Maxime Dirksen - 4.7.0
1+
# Wed Jun 21 2023 - 4.8.0
2+
- Native SELinux compatibility
3+
# Tue Jun 20 2023 - 4.7.0
24
- Add openrc support
35
- Python >= 3.10
4-
# Son Feb 26 2023 Maxime Dirksen - 4.5.0
6+
# Son Feb 26 2023 - 4.5.0
57
- Improvement of driver generation
6-
# Fri Feb 24 2023 Maxime Dirksen - 4.4.2
8+
# Fri Feb 24 2023 - 4.4.2
79
- Fix command not found
810
- Smaller size
9-
# Fri Feb 17 2023 Maxime Dirksen - 4.4.0
11+
# Fri Feb 17 2023 - 4.4.0
1012
- Total rework of the implementation
1113
- Support multiple emitters camera
1214
- Memorize broken instructions to skip them
1315
- Usage of /dev/v4l/by-path for persistence
1416
- Drop distribution repositories support
15-
# Tue Sep 13 2022 Maxime Dirksen - 4.1.5
17+
# Tue Sep 13 2022 - 4.1.5
1618
- Fix boot service for custom device
17-
# Thu Aug 11 2022 Maxime Dirksen - 4.1.4
19+
# Thu Aug 11 2022 - 4.1.4
1820
- Force V4l2 backend in opencv
1921
- Improvement of driver generation
20-
# Mon Jul 4 2022 Maxime Dirksen - 4.1.2
22+
# Mon Jul 4 2022 - 4.1.2
2123
- Asynchronous camera triggering
2224
- Fix camera triggering issue
2325
- Fix device symlink boot service side effect
24-
# Sun Jun 19 2022 Maxime Dirksen - 4.0.0
26+
# Sun Jun 19 2022 - 4.0.0
2527
- Rework, optimization and improvement of driver generation
2628
- Remove manual configuration commands
2729
- Remove option for integration into Howdy
28-
# Thu Dec 9 2021 Maxime Dirksen - 3.2.5
30+
# Thu Dec 9 2021 - 3.2.5
2931
- Tweak for integration into Howdy(https://github.com/boltgolt/howdy)
3032
- Bash auto completion
3133
- Better systemd support
32-
# Thu Nov 4 2021 Maxime Dirksen - 3.2.2
34+
# Thu Nov 4 2021 - 3.2.2
3335
- Support any device path format
3436
- Improve systemd service
35-
# Sat Oct 23 2021 Maxime Dirksen - 3.2.0
37+
# Sat Oct 23 2021 - 3.2.0
3638
- Multiple device support
37-
# Thu Sep 23 2021 Maxime Dirksen - 3.1.1
39+
# Thu Sep 23 2021 - 3.1.1
3840
- Limit in negative answers for a same pattern
39-
# Wed Sep 22 2021 Maxime Dirksen - 3.1.0
41+
# Wed Sep 22 2021 - 3.1.0
4042
- New configuration system
4143
- Exit codes
4244
- Change configuration file location
43-
# Sun Aug 29 2021 Maxime Dirksen - 2.1.0
45+
# Sun Aug 29 2021 - 2.1.0
4446
- New fix command, to resolve well know problems
4547
- Systemd service file modified to prevent /dev/video file descriptor error
46-
# Thu Aug 12 2021 Maxime Dirksen - 2.0.1
48+
# Thu Aug 12 2021 - 2.0.1
4749
- Initial package

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: '4.7.0',
4+
version: '4.8.0',
55
license: 'MIT',
66
default_options: [
77
'cpp_std=c++17',

0 commit comments

Comments
 (0)