Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 2.95 KB

Changelog

1.2.0 (2024-07-06)

Features

  • themes: new themes and automatic theme switcher! (#18) (1bb5ce2)

1.1.0 (2023-03-12)

Features

1.0.0 (2023-01-04)

Features

  • added stars (049ac75)
  • added winblend option (734678c)
  • added xmas theme (30e09ff)
  • initial commit (5349b9f)
  • properly made drop background transparent without losing color of the drops (79da940)

Bug Fixes

  • hide drops with vim.schedule. Fixes #6 (d9bd4ff)
  • potential stuck snowflake top left (15db372)
  • re-init drop when failed to set extmark (f0184df)
  • redraw after updating drops so that it still renders during blocking events (6f2c550)
  • render speed (290ed07)
  • resize drop area on VimResized (dce331a)
  • schedule wrap screensaver. Fixes #4 (3511533)
  • set zindex to 10 to make sure other floats are visible. Fixes #3 (7dec467)
  • snowflakes no longer get stuck on the left side of the editor (69dd33a)

Performance Improvements

  • better performance and fix memory leak (96555d3)
  • use one window and extmarks to render the drops (8cbd41c)