-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGES.txt
73 lines (73 loc) · 3.96 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
0.0.6, 2016/08/18
* Main script renamed from too generic gui.py to palette_editor.py.
* Color picker tool is implemented. With it you can pick color from anywhere on the screen.
* Added a function to sort colors in palette by hue, saturation or value.
* Some command-line options are supported. For example, you can now run "palette_editor.py my_palette.gpl" to open the palette in editor.
* Some keyboard shortcuts are added (Ctrl+O - open palette, Ctrl+S - save palette, Ctrl+L - toggle palette lock mode, Ctrl+I - call color picker mode).
* When loading palette from raster image file, added some options:
- Load 9 most different colors from image and mix them
- Load 9 most common colors from image and mix them
- Load 49 most common colors from image
- Read table of colors
* Added a script (convert_palette.py) to convert palettes between supported formats via command line.
0.0.5, 2014/10/22
* Undo/redo for most actions
* Usage of docking widgets, so that you can adjust UI as you want.
* Most settings are automatically stored/restored at exit/startup.
* Lab color selector (available if LCMS bindings are installed) and harmonies in Lab space.
* It is now possible to choice color space to perform color matching in Preview pane.
* In scratchpad widget it is now possible to adjust widths of color swatches.
0.0.4, 2014/09/09
* New harmonies
* Load palette when dropping file to palette widget
* Open template when dropping SVG file to widget
* Implement downloading palettes from Colorlovers.com
* Additional color swatches - "scratchpad"
* Slightly better algorithm for matching colors for SVG templates
* Generate shades automatically when color in middle swatch in row is selected
0.0.3, 2014/09/03
* Implement "Auto" mode, when harmonized colors are recalculated automatically
when changing current color.
* Add sliders for adjusting harmonies and shaders.
* Implement saving palette as SVG image.
* Loading and saving of Scribus XML palettes.
* Do not write "last_template.svg" anymore.
0.0.2, 2014/09/02
* Preview in palette opening dialog.
* Add "Two opposite" (aka "Separte compilmentary") harmony.
* Add "Similar and opposite" harmony.
* Add "Rectangle" harmony.
* Implement mouse wheel events for color widgets:
- Scroll - saturate/desaturate color
- Shift+Scroll - make color lighter/darker
- Ctrl+Scroll - change color hue clockwise/counterclockwise
* Same wheel control for color selector
* Same wheel control for palette (in edit mode only)
* Use right mouse button for marking/unmarking colors in palette.
* Use right mouse button for clear any color swatch.
* More commands for changing all colors in palette or swatches:
- change color hue clockwise/counterclockwise
- increase/decrease contrast
* Add menubar.
* Add new color selector: HCY wheel with separate slider for Luma.
* With HCY wheel, standard harmonies may be used, and also it's possible to
edit harmony by dragging indicators.
* Mouse wheel control for HCY selector:
- Scroll - change Chroma
- Ctrl+Scroll - change color hue
- Scroll on Luma slider - change Luma.
* Copy implementation of HCY from MyPaint.
* Re-implement RYB via HCY.
* Add new shaders: "Luma" and "Chroma".
* New colors mixing model: "HCY Desaturate".
* Slightly better implementation of colors matching for SVG (by using HCY space).
* Implement loading XML files from old implementation of MyPaint palette.
* Implement loading XML palettes from paletton.com.
* Implement loading/saving palettes from/to CSS files. NB:
1. Loading of CSS will work only when 'tinycss' installed (pip install tinycss).
2. When saving palette as CSS, only color rules are saved.
* Implement loading palettes from SVG files (all colors from image are loaded).
* Implement loading palette from raster images (most common colors are used).
* Saving palette as raster image.
* Add palette samples.
0.0.1, 2014/08/24 -- Initial release.