Commit 74c87a8 1 parent e016967 commit 74c87a8 Copy full SHA for 74c87a8
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ Unreleased
36
36
- The index page is always sorted by one of its columns, with clearer
37
37
indications of the sorting.
38
38
39
+ - The "previous file" shortcut key didn't work on the index page, but now it
40
+ does, fixing `issue 1765 `_.
41
+
39
42
- The debug output showing which configuration files were tried now shows
40
43
absolute paths to help diagnose problems where settings aren't taking effect,
41
44
and is renamed from "attempted_config_files" to the more logical
@@ -44,6 +47,7 @@ Unreleased
44
47
- Python 3.13.0a5 is supported.
45
48
46
49
.. _issue 1384 : https://github.com/nedbat/coveragepy/issues/1384
50
+ .. _issue 1765 : https://github.com/nedbat/coveragepy/issues/1765
47
51
48
52
49
53
.. scriv-start-here
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ J. M. F. Tsang
102
102
JT Olds
103
103
Jacqueline Lee
104
104
Jakub Wilk
105
+ James Valleroy
105
106
Jan Rusak
106
107
Janakarajan Natarajan
107
108
Jerin Peter George
Original file line number Diff line number Diff line change 152
152
</ p >
153
153
</ div >
154
154
< aside class ="hidden ">
155
- < a id ="prevFileLink " class ="nav " href ="{{ final_html }} "/ >
156
- < a id ="nextFileLink " class ="nav " href ="{{ first_html }} "/ >
155
+ < a id ="prevFileLink " class ="nav " href ="{{ final_html }} "> </ a >
156
+ < a id ="nextFileLink " class ="nav " href ="{{ first_html }} "> </ a >
157
157
< button type ="button " class ="button_prev_file " data-shortcut ="[ "/>
158
158
< button type ="button " class ="button_next_file " data-shortcut ="] "/>
159
159
< button type ="button " class ="button_show_hide_help " data-shortcut ="? "/>
You can’t perform that action at this time.
0 commit comments