diff --git a/python-textual.changes b/python-textual.changes index 36691a5..0580dcf 100644 --- a/python-textual.changes +++ b/python-textual.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +Sun Feb 16 15:26:01 UTC 2025 - Johannes Kastl + +- update to 1.0.0: + * Added + - Added App.clipboard #5352 + - Added standard cut/copy/paste (ctrl+x, ctrl+c, ctrl+v) + bindings to Input / TextArea #5352 & #5374 + - Added system boolean to Binding, which hides the binding from + the help panel #5352 + - Added support for double/triple/etc clicks via chain + attribute on Click events #5369 + - Added times parameter to Pilot.click method, for simulating + rapid clicks #5369 + - Text can now be select using mouse or keyboard in the Input + widget #5340 + * Changed + - Breaking change: Change default quit key to ctrl+q #5352 + - The command palette will now select the top item + automatically #5361 + - ctrl+shift+k now deletes the current line in TextArea, and + ctrl+x will cut + - the selection if there is one, otherwise it will cut the + current line #5374 + - Implemented a better matching algorithm for the command + palette #5365 + * Fixed + - Fixed issue with alignment in auto containers #5360 + +------------------------------------------------------------------- +Sun Feb 16 15:02:22 UTC 2025 - Johannes Kastl + +- update to 0.89.1: + * Fixed + - Fixed alignment of docked widgets #5347 + +------------------------------------------------------------------- +Sun Feb 16 14:45:10 UTC 2025 - Johannes Kastl + +- update to 0.89.0: + * Added + - Added "tab" border style #5335 + - Added support for XML syntax highlighting #5320 + - Added TextArea.update_highlight_query #5320 + * Fixed + - Fixed Select not scrolling highlight in to view when clicked + #5255 + - Upgraded tree-sitter to 0.23+ (syntax extras) #5320 + - Some syntax highlighting changes due to tree-sitter updates + #5320 + - Breaking change: Document.query_syntax_tree signature changed + #5320 + - Breaking change: TextArea.register_language signature changed + #5320 + - Breaking change: SyntaxAwareDocument.language_name property + removed #5320 + - Breaking change: Kotlin syntax highlighting removed from + TextArea #5320 + - Fixed selection list wrapping #5331 + - Fixed CSS encoding issue on Windows #5324 + ------------------------------------------------------------------- Mon Jan 20 07:24:25 UTC 2025 - Johannes Kastl diff --git a/python-textual.spec b/python-textual.spec index 084a49e..beda53a 100644 --- a/python-textual.spec +++ b/python-textual.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-textual -Version: 0.88.1 +Version: 1.0.0 Release: 0 Summary: TUI framework for Python License: MIT @@ -95,6 +95,8 @@ IGNORED_CHECKS="${IGNORED_CHECKS} or test_no_focus_empty_selector" IGNORED_CHECKS="${IGNORED_CHECKS} or test_register_language" IGNORED_CHECKS="${IGNORED_CHECKS} or test_register_language_existing_language" IGNORED_CHECKS="${IGNORED_CHECKS} or test_wrap_around_selector" +IGNORED_CHECKS="${IGNORED_CHECKS} or test_setting_unknown_language" +IGNORED_CHECKS="${IGNORED_CHECKS} or test_update_highlight_query" %pytest -k "not (${IGNORED_CHECKS})" %files %{python_files} diff --git a/textual-0.88.1.tar.gz b/textual-0.88.1.tar.gz deleted file mode 100644 index c8eb8be..0000000 --- a/textual-0.88.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c56d953dc7d1a8ddf06acc910d9224027e02416551f92920e70f435bd28e062 -size 1516320 diff --git a/textual-1.0.0.tar.gz b/textual-1.0.0.tar.gz new file mode 100644 index 0000000..66ae9eb --- /dev/null +++ b/textual-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec9fe63547c1c552569d1b75d309038b7d456c03f86dfa3706ddb099b151399 +size 1532733