1.1.0 (2023-04-22)
- command completion (6e2b200)
- create highlight group to highlight row (00baa1e)
- default command (649fe2f)
- picker: properly restore cursor highlight (ec48f45)
- Don't shadow variable
- Remove usage of transparency when undefined
- Close window after resetting help
- Use start index to get matches
- Close help when exporting or choosing format
- Convert numbers to base 10
- Properly close help
- How complete help
- Reset old cursor position
- Allow floats in hsl pattern
- Get bg from NormalFloat for cursor
- Allow multiple digits in floats
- Try to hide cursor properly
- Return empty string/table instead of nil
- Don't try to index color table
- Don't try to index color
- Reset index
- Fix exporting without transparency
- Made widther so colors won't wrap
- Correct preview and use alpha
- Add missing code
- Added changelog
- Document new input method(s)
- Document css colors
- Moved description of transparency
- Added more annotations
- Updated new defaults
- New demo video
- Allow different formats
- Replace colors (#14)
- Help window (#16)
- Display export in help
- Make much more mappings configurable
- Hide cursor independent of highlight
- Hide cursor properly
- Better way of getting colors
- Allow using css colors as input
- Use alpha if found in color
- Properly hide cursor
- Display transparent gradients
- Pass alpha value into functions
- Add background for transparency
- Change format for transparency
- Export transparency
- Added transparency support
- Add transparency to keybindings help
- Use mappings for config in help
- Initial commit
- Allow blended gradient to fallback
- Added background and mapping to change it
- Added background mapping to help
- Move gradients.lua into folder
- Autoformat with stylua
- Extract function for color under cursor
- Rename variables
- Cleanup
- Rename variables
- Put some variables into table
- Moved variables into table
- Move more variables into function
- Make transparency value what is displayed
- Use export from utils/tools
- Get rid of if statements
- Merge functions for adjusting
- Get rid of some local variables
- Add tests for
get_color
- Adjust to new return values
- Remove removed functions
- Removed unused code
- Removed unnecessary nil assignments
- Add some files for testing and todo
- Added notes
- Use 0.7
- Made bar function work correctly
- Hack for fixing log to file
- Updated function name
- Better highlight group name
- Add border
- Unused_variable check
- Remove copied code
- Svg
- Fix overflow (check for <0 and >255)
- Result always uppercase
- Don't floor steps
- Don't reset
idx
before setting register
- Initial commit
- Added images
- Lazyload
- Updated settings and added instructions for picker
- Added information about css utils
- Added css list screenshot
- Added logo
- Use gif
- Slightly better gif
- Similar plugins
- Document available tools
- Added screenshots
- Some first values and settings
- Added functions to validate colors
- Added command and picker
- Added log
- Added annotations
- Better preview customization
- Added support for using color under cursor
- Added todos
- Inital commit
- Renamed file
- Added command to list colors
- Ignore unused variables
- Improved logo
- Added license
- Fixed order for colors
- Added setting validation
- Moved utils into folder
- Initial commit
- Renamed utils specs
- Added tests for utils/colors
- Prepare for adding tools
- Allow changing colors faster
- Move picker
- Added more annotations
- Added greyscale
- Added colors
- Use mappings from config
- Better mappings for big in-/decrement
- Copy color to register on
- Initial commit
- Initial commit
- Ensure color and make commands for tools
- Added function for complementary
- Look better and preview from settings
- Add rgb/hsl functions
- Allow setting a value directly
- Add 0 and $ mappings
- Added 0 and $ mappings
- Better mapping to set value
- Hide cursor
- Allow to use different formats
- Add mapping to allow choosing format
- Fixed cursor position
- Preview with default format
- Preview of color in vim.ui.select
- Fix cursor pos and make visible
- Autoformat with stylua
- Refactor colors
- Use one tool for all gradient things
- Added tests for bars and blocks
- Added tests for color validation
- Don't use ... = function
- Use math.min/max instead of if statements
- Use function to set color values
set_marker()
in update function