Commit graph

3854 commits

Author SHA1 Message Date
dependabot[bot]
21c0f25869
Bump actions/checkout from 2 to 4 (#3122)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 12:03:59 +00:00
Darren Burns
c7d6215cfe
Fix a few typos in the repository that were resulting in the codespel… (#3181) 2023-11-01 17:04:37 +00:00
Will McGugan
dfea426131
Merge pull request #3178 from DavdTheItGuy/patch-1
Corrected Typo in Portuguese README
2023-10-31 13:54:31 +00:00
David Samuel
712aae3cfe
Corrected Typo in Portuguese README
I fixed a minor typo in the Portuguese version of the README file. The word "Markdowm" should be "Markdown". This improves the clarity of the document. I am searching for another typo, but i can't find other typo, this is good 😃.  
I have a issue asking for fix the typo [here](https://github.com/Textualize/rich/issues/3172).
2023-10-31 10:42:39 -03:00
Bernhard Wagner
01d01ed5ee
Update progress.py: doc: Progress.default_columns -> Progress.get_def… (#3170)
* Update progress.py: doc: Progress.default_columns -> Progress.get_default_columns

Update progress.py: doc: 
Progress.default_columns -> Progress.get_default_columns

* Update CONTRIBUTORS.md

add bwagner (myself) to contributors
2023-10-27 12:59:40 +01:00
Will McGugan
e9f75c9912 Merge branch 'py312' 2023-09-30 15:09:52 +01:00
Will McGugan
35b64f1237
Merge pull request #3139 from Textualize/py312
enable py312
2023-09-30 15:08:54 +01:00
Will McGugan
c8ff546416 version bump 2023-09-30 14:45:34 +01:00
Will McGugan
3f8c4af451 tests for 3.12 2023-09-30 14:35:17 +01:00
Will McGugan
ef90daf98f enable py312 2023-09-30 14:18:35 +01:00
Will McGugan
ec91917deb changelog 2023-09-17 16:50:57 +01:00
Will McGugan
5360fe6fe4 version bump 2023-09-17 16:50:26 +01:00
Will McGugan
e0d3aee1ec
Merge pull request #3132 from Textualize/fix-markdown-on-light
fix markdown on light
2023-09-17 16:48:46 +01:00
Will McGugan
db07a2aad2 Restore text 2023-09-17 16:43:02 +01:00
Will McGugan
44e36aaf6f Add default lexer 2023-09-17 16:41:40 +01:00
Will McGugan
32ec768f4e fix test 2023-09-17 16:38:44 +01:00
Will McGugan
f6eca21a9b fix markdown on light 2023-09-17 16:36:06 +01:00
Will McGugan
a972ca0552 changelog 2023-09-17 15:56:44 +01:00
Will McGugan
bef0e50b63
Merge pull request #3130 from Textualize/fix-table-inline-styles
Fix markdown table rendering issue with inline styles/links
2023-09-17 15:56:07 +01:00
Rodrigo Girão Serrão
e30b822ecc
Fix markdown table rendering issue.
The table data elements were not interacting well with inline styles (in the rich sense) and the table data element would have its content overridden every time we found another excerpt of text with a different style.
2023-09-13 13:37:25 +01:00
Rodrigo Girão Serrão
51603befe4
Add regression tests for #3115. 2023-09-13 13:32:32 +01:00
Will McGugan
720800e693 fix tab size issue 2023-08-01 16:44:57 +01:00
Will McGugan
4037906f2b
Merge pull request #3071 from ThiefMaster/patch-1
Fix nonsensical date in changelog
2023-07-31 11:48:36 +01:00
Adrian
e66d43baea
Fix nonsensical date in changelog 2023-07-31 12:26:09 +02:00
Will McGugan
3fa3d36568
Merge pull request #3070 from Textualize/bump1351
version bump
2023-07-31 11:05:40 +01:00
Will McGugan
aabfd160c7 changelog 2023-07-31 11:00:57 +01:00
Will McGugan
0e9ce527e6 version bump 2023-07-31 10:59:44 +01:00
Will McGugan
27a5a370ed
Merge pull request #3069 from Textualize/willmcgugan-patch-1
Update FUNDING.yml
2023-07-31 10:53:23 +01:00
Will McGugan
2d035d116e
Merge pull request #3067 from LukeSavefrogs/master
Allow tilde in URL (fixes #3057)
2023-07-31 10:53:03 +01:00
Luca Salvarani
33fcafe6ec Format test_highlighter.py using black 2023-07-31 08:26:15 +00:00
Will McGugan
5633a67279
Update FUNDING.yml 2023-07-30 17:07:08 +01:00
Luca Salvarani
2dd2daa4f6 tests(highlighter): Add more tests for repr.url 2023-07-30 11:35:46 +00:00
Luca Salvarani
a6aebd5ecf tests(highlighter): Add test for tilde in url 2023-07-30 11:32:30 +00:00
Luca Salvarani
956bfa5fe5 Allow tilde in URL (fixes #3057) 2023-07-30 00:13:56 +00:00
Will McGugan
1ad6f73a4d
Merge pull request #3066 from Textualize/bump1350
version bump 13.5.0
2023-07-29 17:16:47 +01:00
Will McGugan
7e400fce59 version bump 2023-07-29 17:07:11 +01:00
Will McGugan
f16d4bed79
Merge pull request #3065 from Textualize/fix-ipy
Fix iPython breakage
2023-07-29 17:05:38 +01:00
Will McGugan
ea1129af98 fix breakage 2023-07-29 16:59:06 +01:00
Will McGugan
236e8e8dc3
Merge pull request #3006 from AryazE/master
Fixed issue with custom classes (fixes #2875)
2023-07-29 16:50:01 +01:00
Will McGugan
80e66aa97b
Merge branch 'master' into master 2023-07-29 16:49:50 +01:00
Will McGugan
0c8bb032ad
Merge pull request #3043 from davep/fix-export-html
Fix the HTML export template
2023-07-29 16:47:32 +01:00
Will McGugan
d60075defa
Merge branch 'master' into fix-export-html 2023-07-29 16:47:13 +01:00
Will McGugan
8a616de8e2
Merge pull request #3060 from jiaosenvip/patch-1
Fix markup.rst
2023-07-29 16:44:32 +01:00
Will McGugan
cbf01a0a84
Merge pull request #3064 from Textualize/fix-markdown-table
fix for markdown table
2023-07-29 10:13:37 +01:00
Will McGugan
1e1a7b4c48 more defensive 2023-07-29 10:09:09 +01:00
Will McGugan
dbf66e8bb9 fix for markdown table 2023-07-29 10:07:27 +01:00
Will McGugan
01b85ac116
Merge pull request #3063 from Textualize/escape-end
Fix escaping trailing backslash
2023-07-29 09:50:15 +01:00
Will McGugan
58f54ca7a3 trailing slash fix 2023-07-29 09:43:21 +01:00
Will McGugan
2dc8398afa escape last slash 2023-07-29 09:15:00 +01:00
Will McGugan
368e8ad77c fix negative time 2023-07-29 08:47:25 +01:00