Skip to content

Conversation

@OXY2DEV
Copy link
Owner

@OXY2DEV OXY2DEV commented Apr 25, 2025

🤖 I have created a release beep boop

1.0.0 (2025-04-27)

Features

  • Added basic logging capabilities (1f6fd87)
  • Added basic message capabilities (d3b19f3)
  • Added command support (d95fde0)
  • Added configuration sepcification (744b408)
  • Added highlight groups (62b52a4)
  • cmdline: Added showcmd support (8f455c2)
  • cmdline: Added cmdline block support (04a98de)
  • cmdline: Added cursor support (8b10750)
  • cmdline: Added more default command-line configs (25fbfb7)
  • cmdline: Added prompt capabilities (053ca7f)
  • cmdline: Added special characters event support (17553d0)
  • cmdline: Added support for basic customization (8b10750)
  • cmdline: Added text wrapping support for title (83cbb09)
  • cmdline: Added title support (8b10750)
  • config: Added custom notification for adding spelling (c141b6d)
  • config: Added missing highlights to the various pop-up menu item styles (ea38ec1)
  • log: Added a log export command (c8333dd)
  • mesaage: Added ability to ignore messages (bc8e0c6)
  • mesaage: Added icon suppport for messages (e5ff8e6)
  • message: Added msg_clear support (201a195)
  • message: Added basic confirm() message support (8b3840e)
  • message: Added basic history capabilities (2409ff2)
  • message: Added confirmation mesaage customization (5db009c)
  • message: Added decorations for messages (11fc506)
  • message: Added list message support (4060c21)
  • message: Added more customisation for message history (6366f03)
  • message: Added more window configuration options for messages (e16600f)
  • message: Added replace message support (1a48c46)
  • message: Added window resize support (89b8f22)
  • message: Better borders for messages (52a9ddc)
  • message: Message time is now based on text length (2b902a5)
  • popupmemu: Added tooltip for completion menu (c616aed)
  • popupmemu: Added tooltip for completion menu (3043ed6)
  • popupmenu: Added completion menu support (15a686e)
  • popupmenu: Added support for info in completion popup (10d882d)
  • popupmenu: Added window configuration for popup menu (4c2aeb8)

Bug Fixes

  • enable is no longer ignored (be7a9f1)
  • setup() no longer ignores user config (f46487c)
  • Added default border value (7786056), closes #3
  • Added extmarks to arguments of confirm & list messages (a144e1b)
  • cmdline: "" groups now get ignored (14faefa)
  • cmdline: Added missimg implamentation for offset (f7d64d4)
  • cmdline: Confirm messages no longer break cmdline (e886b6e)
  • cmdline: Fixed a bug causing configuration to be retreived twice (14faefa)
  • cmdline: Fixed a bug with cmdline not hiding after hit-enter (dd80e7c)
  • cmdline: Fixed redrawing issues with :s/ (059271f)
  • Fixed a bug that causes message contents to have incorrect highlight range (b715b0c)
  • Fixed a bug with not knowing which window to exit to (09d77be)
  • Fixed a bug with start error messages not showing up (0d37b91)
  • Fixed event for __prepare() (ebd56d9)
  • Hitting <CR> no longer breaks confirm window (5e3eeb4)
  • message: Added support for window resize (1c15fdf)
  • message: Confirm message no longer disappears on wrong keypress (a273d50)
  • message: Empty lines no longer get ignored in messages (42de5d8)
  • message: Fixed a bug that caused captial keys to not hide the confirm window (cdf3f90)
  • message: Fixed a bug with :messages giving an error after Startup (1eb8000)
  • message: Fixed a bug with g:__confrim_keys being nil causimg errors (a090169)
  • message: Fixed a bug with highlight groups for content segmants with newlines (7246576)
  • message: Fixed a bug with statuscolumn being overwritten by plugins (f5e3818)
  • message: Fixed issues with sign column not using line_hl_group (ffc01fa)
  • message: Fixed messages appearing in wrong order (6d32ff2)
  • message: Fixed typo in :messages (76113fd)
  • message: List messages are detected during __add() and __replace() (1e5b9d3)
  • message: Message window now resizes when opening/closing the cmdline (18d1f6b)
  • message: Messages before UIEnter now get delayed (236cad9)
  • messages: Detaching the UI now closes showmsg window (dfb3b3f)
  • message: Seperated decorations for history & message window (d55a204)
  • message: Special message types are now properly handled when replace_last = true (1b7b333)
  • message: Wrapped lines no longer show icon & tail (f26d15a)
  • messagw: Changing tabs recreates message window (b28a534)
  • Modules are now set up when attaching (42399ab)
  • popupmemu: Popup menu now changes style based on mode (20821dd)
  • popupmenu: Completion menu no longer becomes too long (4d2c239)
  • popupmenu: Fixed a bug with the commamd-line being visible when completion is triggered (e91bfc2)
  • popupmenu: Set PUM UI bounds (88864c0)
  • utils: Prioritize hl_id for processing content (e6752cb)
  • utils: Statuscolumn no longer ends with %#Normal# (ba39def)

This PR was generated with Release Please. See documentation.

@OXY2DEV OXY2DEV force-pushed the release-please--branches--main branch 3 times, most recently from 5b5fef5 to acf0aa0 Compare April 26, 2025 19:53
@OXY2DEV OXY2DEV force-pushed the release-please--branches--main branch from acf0aa0 to 0428d82 Compare April 27, 2025 02:26
@OXY2DEV OXY2DEV merged commit 9aaf808 into main Apr 27, 2025
1 check passed
@OXY2DEV
Copy link
Owner Author

OXY2DEV commented Apr 27, 2025

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable vim.o.winborder property by default.

2 participants