Skip to content

Releases: NStefan002/2048.nvim

v2.8.2

18 Mar 22:40
aee7c41
Compare
Choose a tag to compare

2.8.2 (2024-03-18)

Bug Fixes

  • animations: close the timer handle (15465c5)

v2.8.1

17 Mar 19:11
0ff2eee
Compare
Choose a tag to compare

2.8.1 (2024-03-17)

Bug Fixes

  • highlights: remove unnecessary hlgroups, don't be limited to 4x4 (7aa1491)

v2.8.0

28 Feb 11:51
68efe98
Compare
Choose a tag to compare

2.8.0 (2024-02-28)

Features

  • 'new game' keymap, choose between many board sizes (f46130f)
  • use user defined keymaps (31d68b6)

Bug Fixes

  • luacheck - unused parameter, remove unnecessary hlgroup (d802900)

v2.7.0

21 Feb 01:48
14475a1
Compare
Choose a tag to compare

2.7.0 (2024-02-21)

Features

  • restart: display confirmation prompt when restarting the game (005497f)
  • restart: remove win title when the restart prompt is active (dbc4c7e)

Preview

image

v2.6.1

19 Feb 21:05
a73fcea
Compare
Choose a tag to compare

2.6.1 (2024-02-19)

Bug Fixes

  • config: check if opts is nil (f892f98)

v2.6.0

19 Feb 21:00
9a05b4e
Compare
Choose a tag to compare

2.6.0 (2024-02-19)

Features

  • keymaps: Allow setting custom keymaps. (97ed337)

Bug Fixes

  • fix window-resize issue. (dc3a83c)

v2.5.0

19 Feb 02:44
86d9f67
Compare
Choose a tag to compare

2.5.0 (2024-02-19)

Features

  • set filetype option for both game and scoreboard buffer (38d9627)

v2.4.0

13 Feb 17:11
63d1e49
Compare
Choose a tag to compare

2.4.0 (2024-02-13)

Features

  • handle resizing the game window and editor (489bba1)

v2.3.0

10 Feb 19:04
3d9a53c
Compare
Choose a tag to compare

2.3.0 (2024-02-10)

Features

  • highlights: move highlights to specific namespace (a797367)

v2.2.0

10 Feb 00:27
72bc077
Compare
Choose a tag to compare

2.2.0 (2024-02-10)

Features

  • detect if the game is over (73d0550)
  • restart the game on r (5af0ea1)