Skip to content

Commit 625c045

Browse files
committed
Version 4.10
1 parent 3ccadd3 commit 625c045

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog/AutoScroll Changelog.html

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
</head>
88
<body>
99
<h1>AutoScroll Changelog</h1>
10+
<h2 title="2018-11-21">Version 4.10</h2>
11+
<ul>
12+
<li>Fixing a regression that caused it to incorrectly activate on various things. (Thanks to <a href="https://github.com/Tynach">Tynach</a>)</li>
13+
<li>AutoScroll now works on Windows (it will disable the built-in autoscroll).</li>
14+
</ul>
1015
<h2 title="2018-11-03">Version 4.9</h2>
1116
<ul>
1217
<li>Fixing deprecation warning in Chrome. (Thanks to <a href="https://github.com/joepvl">joepvl</a>)</li>

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "AutoScroll",
4-
"version": "4.9",
4+
"version": "4.10",
55
"description": "This extension adds customizable autoscroll support to Chrome.",
66
"minimum_chrome_version": "29",
77
"icons": {

0 commit comments

Comments
 (0)