Skip to content

Latest commit

 

History

History
141 lines (79 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

141 lines (79 loc) · 6.02 KB

4.5.5 (2021-07-27)

Bug Fixes

  • deps: bump atom-package-deps from 7.2.3 to 8.0.0 (#72) (d8cc341)

4.5.4 (2021-01-19)

Bug Fixes

  • deps: bump atom-package-deps from 7.0.3 to 7.1.0 (#20) (6bcc76c)

4.5.3 (2020-12-14)

Bug Fixes

  • deps: bump atom-package-deps from 7.0.2 to 7.0.3 (#14) (3573f46)

4.5.2 (2020-12-10)

Bug Fixes

4.5.1 (2020-11-28)

Bug Fixes

v4.5.0 (2017-08-09)

✨ Features

  • Add a new setting to allow to render an outline around selections (070f633b)

v4.4.0 (2016-03-07)

✨ Features

  • Add plugin origin to created decorations (645f4130)

v4.3.1 (2015-10-02)

🐛 Bug Fixes

v4.3.0 (2015-06-29)

✨ Features

  • Implement highlighting lines with cursors (bbab9ca0, #5)

🐎 Performances

  • Doesn't recreate decorations when selection ranges changes (b9df94f8)

v4.2.0 (2015-03-01)

✨ Features

  • Implement minimap service consumer for plugin registration (84a2d37f)

v4.1.0 (2015-02-20)

🚚 Repository Migration

  • Migrate package repository to atom-minimap organization (f7b01e01)

v4.0.1 (2015-02-10)

⬆️ Dependencies Update

  • Update atom-space-pen-views to version 2.x (d4aabbf4)
  • Update event-kit to version 1.x (5087e006)

v4.0.0 (2015-02-10)

✨ Features

🐛 Bug Fixes

  • Fix errors raised when destroying the minimap (c65692b5, #4)

v3.1.1 (2015-01-08)

🐛 Bug Fixes

  • Remove call to deprecated method (3601f069)

v3.1.0 (2015-01-05)

✨ Features

  • Implement support for both minimap v3 and v4 API (096c17e3)

3.0.1 (2014-12-05)

🐛 Bug Fixes

  • Fix use of deprecated minimap API (f477b519)
  • Fix removal of inexistant decoration (58559b81)
  • Fix error raised when expanding the number of cursors (c3d7b679)
  • Fix broken plugin with latest minimap changes (413f3a30)

v3.0.0 (2014-09-19)

✨ Features

  • Add version test for minimap v3 (dfd89398)
  • Add a minimap class to the decoration scope (050b072b)
    It’ll allow to have a specific style for the minimap selection
  • Implement support for the new minimap decoration API (58d084b8)

0.1.0 (2014-08-17)

✨ Features

  • Display buffer's selections on the minimap