Skip to content

Latest commit

Β 

History

History
303 lines (170 loc) Β· 11.6 KB

CHANGELOG.md

File metadata and controls

303 lines (170 loc) Β· 11.6 KB

4.3.6 (2021-01-18)

Bug Fixes

  • deps: bump atom-package-deps from 7.0.3 to 7.1.0 (#50) (6efebc2)

4.3.5 (2020-12-14)

Bug Fixes

  • deps: bump atom-package-deps from 7.0.2 to 7.0.3 (#42) (11d7e66)

4.3.4 (2020-11-28)

Bug Fixes

  • add minimap as dependency (dc98d64)

4.3.3 (2020-11-27)

Bug Fixes

4.3.2 (2020-11-26)

Bug Fixes

v4.3.1 (2016-05-07)

πŸ› Bug Fixes

  • Fix deprecation with display layer new API (5a91d992)

v4.3.0 (2016-04-16)

✨ Features

  • Add support for gutter decorations (2cc91b81)
    As promised in #21

v4.2.0 (2016-03-07)

✨ Features

  • Add plugin origin on created decorations (35e8641b)

v4.1.8 (2015-08-17)

πŸ› Bug Fixes

  • Fix error still raised when reading the diffs from a destroyed repo (68544885, #14)

v4.1.7 (2015-07-14)

πŸ› Bug Fixes

v4.1.6 (2015-07-10)

πŸ› Bug Fixes

  • Fix error raised if no editorsMinimap doesn't exist yet (c8acb713, #16)

v4.1.5 (2015-07-10)

πŸ› Bug Fixes

v4.1.4 (2015-07-08)

πŸ› Bug Fixes

  • Destroy binding when the repository is destroyed (4ba6e8d1, #12)

v4.1.3 (2015-05-18)

πŸ› Bug Fixes

  • Fix issues with project using more than one repo (19d6fd28, #12)

🐎 Performances

  • Avoid updating on every change (893ae34f)

v4.1.2 (2015-03-01)

πŸ› Bug Fixes

  • Fix bad plugin name in registration (8ab229a2)

v4.1.1 (2015-03-01)

✨ Features

  • Implement minimap service consumer (cb81bb3a)

v4.0.0 (2015-02-22)

🚚 Migration

  • Migrate to atom-minimap organization (838a7ad3)

v3.1.2 (2015-02-19)

πŸ› Bug Fixes

  • Fix broken binding when getRepositories returns [null] (ad89d101, #5)

v3.1.1 (2015-01-26)

πŸ› Bug Fixes

v3.1.0 (2015-01-05)

✨ Features

  • Implement support for both v3 and v4 API (84f2b31b)

v3.0.11 (2014-12-05)

πŸ› Bug Fixes

  • Fix error still raised when adding marker to a destroyed buffer (afc00dd7)

v3.0.10 (2014-12-05)

  • Remove warning and prevent marker creation if editor was destroyed

v3.0.9 (2014-12-05)

πŸ› Bug Fixes

  • Fix use of deprecated minimap API (8770ea30)
  • Fix broken plugin with latest minimap changes (b1a2e958)

v3.0.8 (2014-10-29)

  • Use atom-utils for packages requires.
  • Add defensive code in markRange for the case the text editor is destroyed.

πŸ› Bug Fixes

  • Fix requiring packages by using a promise (38096519)

v3.0.6 (2014-10-23)

πŸ› Bug Fixes

  • Fix requiring packages by using a promise (38096519)

v3.0.5 (2014-10-22)

πŸ› Bug Fixes

  • Fix access to packages dependencies (422ef35a)

v3.0.4 (2014-09-24)

πŸ› Bug Fixes

  • Fix missing hook on project events (a600e632, #1)

v3.0.3 (2014-09-20)

πŸ› Bug Fixes

  • Fix remaining call to unsubscribe in binding (9f5a639f)

v3.0.2 (2014-09-19)

πŸ› Bug Fixes

  • Fix broken activation due to renamed event in nightly (15cafb4d)

v3.0.1 (2014-09-19)

πŸ› Bug Fixes

v3.0.0 (2014-09-19)

✨ Features

  • Add version test for upcoming version (0f49e791)
  • Implement support for the new minimap decoration API (8a2835ee)

πŸ› Bug Fixes

  • Fix buffer subscription never disposed (92a49acc)
  • Fix deprecated minimap methods calls (cbc02e7b)
  • Fix merge conflict (03864b4c)
  • Fix typo in decorations scopes (bf32873d)
  • Fix deprecation methods calls (c16ba063)
  • Fix deprecated calls to event subscription (68a1f5f3)
  • Fix legacy code remaining in deactivate (a7e925ef)

v1.0.1 (2014-08-19)

πŸ› Bug Fixes

  • Fix CHANGELOG not being at the right place (af3555fb)

v1.0.0 (2014-08-16)

✨ Features

  • Add listener on screen-lines-changed instead of contents-modified (f4dfa658)

v0.6.0 (2014-05-11)

✨ Features

  • Adds minimap version test in activate method (d1bf1bcb)

v0.5.1 (2014-05-02)

πŸ› Bug Fixes

  • Fixes diffs disappearing on minimap toggle (f497ce8f)

v0.4.0 (2014-04-08)

✨ Features

  • Adds isActive plugin method (0e89c371)

v0.2.1 (2014-04-04)

✨ Features

  • Adds link to minimap in README (c3fb883a)

v0.2.0 (2014-04-04)

πŸ› Bug Fixes

  • Fix error raised on untracked files (c7a8a0f6, #1)

v0.1.0 (2014-04-03)

✨ Features

  • Adds screenshot ion README (b413fec7)
  • Adds screenshot (3b3bd8d9)
  • Adds hooks on minimap updates (7eeb6d1d)
  • Implements the minimap diff display and update (74b8b478)