File tree 4 files changed +11
-3
lines changed 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------------------
2
+ Version 1.8.1 2023-02-21
3
+ -------------------------------------------------------------------------------
4
+
5
+ Framework:
6
+
7
+ - Fixed bug where audio output and rotary encoder could not be used together.
8
+
1
9
-------------------------------------------------------------------------------
2
10
Version 1.8 2022-11-08
3
11
-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
import os
2
2
import json
3
3
4
- VERSION = "1.8"
4
+ VERSION = "1.8.1 "
5
5
6
6
top_dir = os .path .dirname (os .path .dirname (os .path .abspath (__file__ ))) # Top level pyControl folder.
7
7
dirs = {
Original file line number Diff line number Diff line change 3
3
from . import state_machine as sm
4
4
from . import hardware as hw
5
5
6
- VERSION = '1.8'
6
+ VERSION = '1.8.1 '
7
7
8
8
class pyControlError (BaseException ): # Exception for pyControl errors.
9
9
pass
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ hardware_defintions : User hardware definition files
16
16
tools : Tools for importing and visualising pycontrol data
17
17
pyControl_GUI.py : Python script to launch the GUI
18
18
19
- Version: v1.8
19
+ Version: v1.8.1
20
20
---------------
21
21
You can’t perform that action at this time.
0 commit comments