Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.2.0](https://github.com/wsdjeg/calendar.nvim/compare/v0.1.0...v0.2.0) (2026-01-04)


### Features

* add keymap to jump to today ([fe1c911](https://github.com/wsdjeg/calendar.nvim/commit/fe1c911ab5a8b399c4877597ecb1604dd671fa47))
* support changing highlight groups ([037bc31](https://github.com/wsdjeg/calendar.nvim/commit/037bc310a6ef7443691912237493ecab780d0682))
* support custom mark_icon ([732d181](https://github.com/wsdjeg/calendar.nvim/commit/732d1817e7c5b7c2eb9077e65977c2640ee305e3))
* support extensions ([f124b59](https://github.com/wsdjeg/calendar.nvim/commit/f124b59c2f6f40b33afc13a6f69910dd37e20bca))
* support highlit_day function ([260f72c](https://github.com/wsdjeg/calendar.nvim/commit/260f72cafaeedd509e46dfb14fcc13490b92bdc2))
* support keymaps ([e3cec1f](https://github.com/wsdjeg/calendar.nvim/commit/e3cec1f867af4a9f088e85112efd4e6f74a967e1))
* support mark day ([89ff09f](https://github.com/wsdjeg/calendar.nvim/commit/89ff09f5b9015e86524b044187c1aec75b27bef5))
* support next/previous_week ([63a2edc](https://github.com/wsdjeg/calendar.nvim/commit/63a2edcae2de2a6cf1af892a8f71b1f673338c5c))


### Bug Fixes

* default to today ([393a0b6](https://github.com/wsdjeg/calendar.nvim/commit/393a0b612f082c72f8a12ea6b508bcf2a4b9732e))
* disable scrolloff of calendar ([b427a5a](https://github.com/wsdjeg/calendar.nvim/commit/b427a5a8f34e3a2d5c678de0f003d9c4555db992))
* do not create new buf ([9bb1a6e](https://github.com/wsdjeg/calendar.nvim/commit/9bb1a6efc590be11722e402e2e16fd303dfb9c08))
* extmark highlights and previous_day ([00fccf3](https://github.com/wsdjeg/calendar.nvim/commit/00fccf311205deabef1c22d46cffe5d7f19b5883))
* fix empty lines ([87f9c3d](https://github.com/wsdjeg/calendar.nvim/commit/87f9c3d96477867aaeb2f52cf07d8ff0c5bc5826))
* fix highlight_today ([1e1bcce](https://github.com/wsdjeg/calendar.nvim/commit/1e1bccef79f1adf471689d59d9d0912baf193b87))
* fix setup function ([ef0cc98](https://github.com/wsdjeg/calendar.nvim/commit/ef0cc981d4ccc98e85078aae3fcc20df160aacdd))
* highlights current day ([bd91154](https://github.com/wsdjeg/calendar.nvim/commit/bd91154d5e851c0977d20c444c181bfc7c2eec2e))
* make view support special year and month ([d896c3a](https://github.com/wsdjeg/calendar.nvim/commit/d896c3a52099ce44fcf1382fb5f93bd7589a6cbf))

## 0.1.0 (2026-01-01)


Expand Down