Skip to content

Releases: SinaBYR/analogue.nvim

v1.1.2

06 Apr 13:19
36bd733
Compare
Choose a tag to compare

1.1.2 (2024-04-06)

Bug Fixes

  • prevent user from opening more than one instances (cd68b3e)

v1.1.1

06 Apr 12:48
591bc4a
Compare
Choose a tag to compare

1.1.1 (2024-04-06)

Bug Fixes

  • store user passed adjusted position in command cache (d58fd0d)

v1.1.0

05 Apr 21:39
d94c606
Compare
Choose a tag to compare

1.1.0 (2024-04-05)

Features

  • add :AnaloguePosition command to change clock's position in current neovim instance (a4428b2)
  • finish implementation of :AnaloguePositionY command (4405ec6)
  • implement :AnaloguePositionX command (9eb3f0e)

Bug Fixes

  • preserve adjusted position after AnalogueReset execution (6cd0d13)
  • subtract lualine height from clock's position on y axis (ef79f84)

v1.0.1

02 Apr 12:26
d808d4f
Compare
Choose a tag to compare

1.0.1 (2024-04-02)

Bug Fixes

  • debug AnalogueReset functionality for other fixed positions (f0ffb88)
  • get rid of win_fixed_positions by adding function to return desired table (a792ec6)
  • share fixed_position value with commands by storing it in command cache (0e5f265)

v1.0.0

05 Jan 16:58
a88d6c3
Compare
Choose a tag to compare

1.0.0 (2024-01-05)

Bug Fixes

  • update release workflow (79c8675)