@@ -29,8 +29,8 @@ src/handlers/stt/openaisr_handler.py
29
29
src/handlers/stt/sphinx_handler.py
30
30
src/handlers/stt/vosk_handler.py
31
31
src/handlers/stt/whisper_handler.py
32
- src/handlers/stt/whispercpp_handler.py
33
32
src/handlers/stt/witai_handler.py
33
+ src/handlers/stt/whispercpp_handler.py
34
34
src/handlers/tts/custom_handler.py
35
35
src/handlers/tts/custom_openai_tts.py
36
36
src/handlers/tts/elevenlabs_handler.py
@@ -47,7 +47,6 @@ src/ui/shortcuts.py
47
47
src/ui/thread_editing.py
48
48
src/ui/widgets/barchart.py
49
49
src/ui/widgets/comborow.py
50
- src/ui/widgets/copybox.py
51
50
src/ui/widgets/documents_reader.py
52
51
src/ui/widgets/latex.py
53
52
src/ui/widgets/markuptextview.py
@@ -57,21 +56,25 @@ src/ui/widgets/terminal_dialog.py
57
56
src/ui/widgets/thinking.py
58
57
src/ui/widgets/websearch.py
59
58
src/ui/widgets/website.py
60
- src/ui/widgets/file.py
61
59
src/ui/widgets/tipscarousel.py
60
+ src/ui/widgets/browser.py
61
+ src/ui/widgets/code_editor.py
62
+ src/ui/widgets/copybox.py
63
+ src/ui/widgets/file.py
62
64
src/ui/extension.py
63
65
src/ui/mini_window.py
64
66
src/ui/presentation.py
65
67
src/ui/settings.py
68
+ src/ui/explorer.py
66
69
src/utility/audio_recorder.py
67
70
src/utility/message_chunk.py
68
71
src/utility/util.py
69
72
src/utility/strings.py
70
73
src/constants.py
71
- src/controller.py
72
74
src/extensions.py
73
- src/window.py
74
75
src/main.py
76
+ src/controller.py
77
+ src/window.py
78
+ data/io.github.qwersyk.Newelle.appdata.xml.in
75
79
data/io.github.qwersyk.Newelle.desktop.in
76
80
data/io.github.qwersyk.Newelle.gschema.xml
77
- data/io.github.qwersyk.Newelle.appdata.xml.in
0 commit comments