We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3937467 commit fc9a550Copy full SHA for fc9a550
miniprojects/PixelEditor/upixeleditor.pas
@@ -70,20 +70,21 @@
70
* ADD: Cleanup STRG+C / STRG+V Code
71
* -Released- 0.10 - ADD: Feature Request #7 Add Background Image (via double right click)
72
* ADD: improve UI for Select subimage
73
- * 0.11 - ADD: Colored / monochron switcher
+ * -Released- 0.11 - ADD: Colored / monochron switcher
74
* ADD: improve UX
75
* ADD: more key commands
76
* ADD: Color curve feature
77
* FIX: "Pic color" -> "Pick color"
78
* ADD: CTRL+X
79
+ * 0.12 -
80
*
81
* Known Bugs:
82
* - Ellipsen kleiner 4x4 Pixel werden nicht erzeugt
83
84
* Missing Features:
85
86
*)
- Version = '0.11';
87
+ Version = '0.12';
88
89
(*
90
* History: 1 - Initialversion
0 commit comments