We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25d3be commit aaf8003Copy full SHA for aaf8003
.gitattributes
@@ -0,0 +1,5 @@
1
+* text=auto
2
+
3
+# don't diff machine generated files
4
+dist/ -diff
5
+pnpm-lock.yaml -diff
CHANGELOG.md
@@ -1,3 +1,13 @@
+## [4.40.0](https://github.com/atom-minimap/minimap/compare/v4.39.14...v4.40.0) (2021-07-13)
+### Bug fixes and Improvements
+- getDevicePixelRatio will return 0 on Linux resulting in no minimap (#799)
6
+- remove LegacyAdapter - Drop support for Atom versions older than 1.52. (#798)
7
+- use StyleReader from atom-ide-base (#798)
8
+- improve debounce function (#798)
9
+- update dependencies
10
11
## [4.39.14](https://github.com/atom-minimap/minimap/compare/v4.39.13...v4.39.14) (2021-05-10)
12
13
0 commit comments