Skip to content

Latest commit

 

History

History
120 lines (64 loc) · 7 KB

CHANGELOG.md

File metadata and controls

120 lines (64 loc) · 7 KB

0.6.1 (2024-10-09)

Bug Fixes

0.6.0 (2024-10-09)

Bug Fixes

  • settings: Remove info tooltip on buffer settings (97c872e)

Features

  • keybinds: Allow for binding palette commands (a5d482c)
  • keybinds: Redesign keybind handling and notation (#16) (c0b24a6)
  • settings: Export and import settings (a2f29dd)
  • site: Update site (72d678f)

0.5.0 (2024-08-12)

Features

0.4.0 (2023-06-27)

Features

0.3.2 (2023-06-08)

Bug Fixes

  • Compat with PMMG Extended (86d531d)

0.3.1 (2023-06-06)

Bug Fixes

  • Add some basic styling to notification index (#9) (8b62dc9)
  • Waiting for element may alredy exist (#8) (e741968)

0.3.0 (2023-06-01)

Features

  • apex: Save and load ship info from/to localStorage (777b152)
  • Closing buffers (#6) (7f43cde)
  • Emit new-buffer event for any new buffer (#4) (d48ffe9)
  • Notification commands (#5) (ff025e8)

0.2.0 (2023-05-21)

Bug Fixes

  • Allow tab complete to use current intput (3066e99)
  • Disallow completion when no commands match (bd4e3dc)
  • Screen type (948e351)
  • Use location arg for inventory warehouse command (13d4d8f)
  • Use regexp utils to match string with special chars (6f499d5)

Features

0.1.4 (2023-05-19)

Bug Fixes

  • Try not submitting chrome for review (890a597)

0.1.3 (2023-05-18)

Bug Fixes

  • On publish checkout to new release tag (b90f7f3)

0.1.2 (2023-05-18)

Bug Fixes

  • Release should update versions of manifests and commit them. (b004a7b)

0.1.0 (2023-05-18)

Bug Fixes

  • Allow event listners to be async (88d436a)
  • DocumentObserver.waitFor will return the element matching the selector to cb (8d6bedc)
  • Firefox addon permissions (e8e8fd5)

Features

  • apex: Add mixin to get ship info when possible (c625811)
  • Emit new buffer event (9194ffe)
  • palette: Add fuzzing for ship names (6afe30f)
  • Refactor FIO data in Apex to own mixin (37c0566)
  • Use constrained mixin pattern for Apex util (d6696c1)