Will McGugan
|
5e4bbddcba
|
Add Ko fi to sponsors
|
2021-02-20 16:53:02 +00:00 |
Will McGugan
|
d6824a8bf7
|
Merge branch 'master' of github.com:willmcgugan/rich
|
2021-02-20 16:40:45 +00:00 |
Will McGugan
|
6e49efa1a1
|
fix Dune characters
|
2021-02-20 16:39:23 +00:00 |
Will McGugan
|
6cb09ff0ee
|
Merge pull request #1021 from willmcgugan/dependabot/pip/sphinx-3.5.1
Bump sphinx from 3.4.3 to 3.5.1
|
2021-02-20 16:32:20 +00:00 |
Will McGugan
|
aaea99f764
|
Merge pull request #1028 from renmu123/patch-1
docs: update some style
|
2021-02-20 12:00:12 +00:00 |
Will McGugan
|
761bf4946b
|
Merge pull request #1031 from shinshin86/Add-README-ja
Added a Japanese translation of the README
|
2021-02-20 11:59:29 +00:00 |
Will McGugan
|
30773353ae
|
Merge pull request #1032 from willmcgugan/fixes-9.11.1
Fixes 9.11.1
|
2021-02-20 11:58:11 +00:00 |
Will McGugan
|
becaaaed56
|
black
|
2021-02-20 11:55:45 +00:00 |
Will McGugan
|
35e3dca388
|
version bump
|
2021-02-20 11:53:20 +00:00 |
Will McGugan
|
a49e595996
|
fixes
|
2021-02-20 11:05:21 +00:00 |
shinshin86
|
b8f2573db9
|
Added a Japanese translation of the README
|
2021-02-20 08:31:12 +09:00 |
renmu123
|
bb39c53372
|
update some style
|
2021-02-19 11:47:48 +08:00 |
Will McGugan
|
d359770970
|
Update live.rst
|
2021-02-17 22:45:29 +00:00 |
Will McGugan
|
e6d11cd4c7
|
Doc fix
|
2021-02-17 22:44:09 +00:00 |
dependabot[bot]
|
b2748eb990
|
Bump sphinx from 3.4.3 to 3.5.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.3 to 3.5.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-02-17 05:35:30 +00:00 |
Will McGugan
|
61f5a0ddae
|
Merge pull request #1020 from paw-lu/layout-docs-string
Add missing closing string quote to Layout example in doc
|
2021-02-16 19:46:48 +00:00 |
Paulo S. Costa
|
9b5ece5425
|
Add closing string quote to layout example
|
2021-02-16 11:37:23 -08:00 |
Will McGugan
|
5e353b1785
|
layout docs
|
2021-02-16 08:26:41 +00:00 |
Will McGugan
|
2bfd6152a8
|
downgrade sphinx
|
2021-02-15 21:23:59 +00:00 |
Will McGugan
|
c936e9ee24
|
changelog
|
2021-02-15 21:13:34 +00:00 |
Will McGugan
|
44f54dd8e8
|
Merge pull request #998 from finnhughes/timestamp_miliseconds
Allow timestamps to include milliseconds
|
2021-02-15 21:08:50 +00:00 |
Will McGugan
|
0f31a17c04
|
Merge branch 'master' into timestamp_miliseconds
|
2021-02-15 21:05:40 +00:00 |
Will McGugan
|
895d017d9b
|
Merge pull request #1008 from willmcgugan/alt-screen
Alt screen
|
2021-02-15 21:03:48 +00:00 |
Will McGugan
|
a7fa23dcb3
|
layout
|
2021-02-15 20:48:36 +00:00 |
Finn Hughes
|
d52c2a8fc7
|
Allow timestamps to include milliseconds
Allow log_time_format to be string or callable e.g:
def time_formatter(timestamp: datetime) -> str:
milliseconds = int(timestamp.microsecond / 1000.0 + 0.5)
return f'{timestamp.strftime("%H:%M:%S")}.{milliseconds:03}'
|
2021-02-15 15:47:27 +00:00 |
finnhughes
|
ed5834eb5c
|
Merge pull request #2 from willmcgugan/master
Pull in upstream
|
2021-02-15 15:17:53 +00:00 |
Will McGugan
|
9a29b36514
|
docs
|
2021-02-15 12:04:26 +00:00 |
Will McGugan
|
2c59d85417
|
Merge pull request #1012 from willmcgugan/dependabot/pip/sphinx-3.5.0
Bump sphinx from 3.4.3 to 3.5.0
|
2021-02-15 10:20:04 +00:00 |
Will McGugan
|
4161c56079
|
Merge pull request #1013 from willmcgugan/dependabot/pip/pygments-2.8.0
Bump pygments from 2.7.4 to 2.8.0
|
2021-02-15 10:19:45 +00:00 |
dependabot[bot]
|
6110f20e90
|
Bump pygments from 2.7.4 to 2.8.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.8.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.7.4...2.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-02-15 06:05:32 +00:00 |
dependabot[bot]
|
28ab304132
|
Bump sphinx from 3.4.3 to 3.5.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.3 to 3.5.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-02-15 06:04:13 +00:00 |
Will McGugan
|
0a5315a211
|
Update layout.rst
Words
|
2021-02-14 21:26:25 +00:00 |
Will McGugan
|
29a9e777aa
|
docs
|
2021-02-14 21:02:45 +00:00 |
Will McGugan
|
3677311699
|
layout docstrings
|
2021-02-14 20:58:46 +00:00 |
Will McGugan
|
d1bf477be1
|
layout api and docs
|
2021-02-14 20:56:30 +00:00 |
Will McGugan
|
e97f77c71c
|
docs
|
2021-02-14 20:38:08 +00:00 |
Will McGugan
|
b0c2008e1a
|
black
|
2021-02-14 14:13:07 +00:00 |
Will McGugan
|
97f4ffd556
|
Docs
|
2021-02-14 14:08:05 +00:00 |
Will McGugan
|
a5dc32dcf2
|
formatting
|
2021-02-14 11:09:20 +00:00 |
Will McGugan
|
80e83169ea
|
size in console options
|
2021-02-14 11:07:16 +00:00 |
Will McGugan
|
7edf183bed
|
docs and tests
|
2021-02-14 09:48:34 +00:00 |
Will McGugan
|
d89c29200b
|
skip tests on windows
|
2021-02-13 19:14:56 +00:00 |
Will McGugan
|
b44cf8fe07
|
Protocol for 3.6
|
2021-02-13 19:01:19 +00:00 |
Will McGugan
|
600aef3ac3
|
typing fixes
|
2021-02-13 18:58:41 +00:00 |
Will McGugan
|
06d99d75c2
|
Test fix
|
2021-02-13 18:45:40 +00:00 |
Will McGugan
|
f09eb9a9a2
|
Merge branch 'alt-screen' of github.com:willmcgugan/rich into alt-screen
|
2021-02-13 18:26:13 +00:00 |
Will McGugan
|
0c5809d038
|
formatting fixes
|
2021-02-13 18:25:47 +00:00 |
Will McGugan
|
4b2fa3c35b
|
Merge branch 'master' into alt-screen
|
2021-02-13 18:20:19 +00:00 |
Will McGugan
|
60f41610cd
|
test fixes
|
2021-02-13 18:17:14 +00:00 |
Will McGugan
|
da69cff49f
|
tests
|
2021-02-13 17:50:43 +00:00 |