Skip to content

Commit efc5b88

Browse files
committed
updated version string and roadmap
1 parent fd4048c commit efc5b88

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ On the bottom you are able to go back, save all the created data into a director
4545

4646
## 3 Known Issues and Roadmap
4747

48-
The current plan is to fix minor bugs and ensure the interoperability of the platforms.
48+
- assert interoperability
49+
- start debug mode by setting a flag
50+
- add loading bars for start & listening screen
51+
- add proper testing suite
4952

5053

5154
## 4 License

audioQualityTester/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
from .audioQualityTester import main
1818

1919

20+
__version__ = '0.2.2'
21+
__license__ = 'GNU-GPL-3.0-only'
2022
__credits__ = ['Julian Wagner']
2123

2224

audioQualityTester/audioQualityTester.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
from .model.logger import mainLogger, installCustomMessageHandlerQT
3232

3333

34-
__version__ = '0.1'
3534
__license__ = 'GNU-GPL-3.0-only'
3635
__all__ = ['main']
3736

build/lib/audioQualityTester/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
from .audioQualityTester import main
1818

1919

20+
__version__ = '0.2.2'
21+
__license__ = 'GNU-GPL-3.0-only'
2022
__credits__ = ['Julian Wagner']
2123

2224

build/lib/audioQualityTester/audioQualityTester.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
from .model.logger import mainLogger, installCustomMessageHandlerQT
3232

3333

34-
__version__ = '0.1'
3534
__license__ = 'GNU-GPL-3.0-only'
3635
__all__ = ['main']
3736

0 commit comments

Comments
 (0)