mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +00:00
ASE 0.6.1 Released.
This commit is contained in:
parent
8e498470d5
commit
5a0a33d7e1
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-24 David A. Capello <davidcapello@gmail.com>
|
||||||
|
|
||||||
|
* Version 0.6.1 released.
|
||||||
|
|
||||||
2009-01-23 David A. Capello <davidcapello@gmail.com>
|
2009-01-23 David A. Capello <davidcapello@gmail.com>
|
||||||
|
|
||||||
* src/core/drop_files.cpp (subclass_hwnd): Added support to drop
|
* src/core/drop_files.cpp (subclass_hwnd): Added support to drop
|
||||||
|
12
NEWS.txt
12
NEWS.txt
@ -2,12 +2,20 @@
|
|||||||
NEWS
|
NEWS
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
0.6.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
+ Added support to drag and drop files from Windows
|
||||||
|
explorer (feature #2419098).
|
||||||
|
+ Fixed bug #2511762 (.PNG' extension unavailable in
|
||||||
|
Open and Save As dialogs, thanks to Clayton Enga for
|
||||||
|
the patch).
|
||||||
|
|
||||||
0.6
|
0.6
|
||||||
---
|
---
|
||||||
|
|
||||||
+ Added 'Curve' tool (bezier-spline).
|
+ Added 'Curve' tool (bezier-spline).
|
||||||
+ Added support to drag and drop colors in color-bar (feature request
|
+ Added support to drag and drop colors in color-bar (feature #2109224).
|
||||||
feature #2109224).
|
|
||||||
+ Added support to lock lines in special angles with the Shift key,
|
+ Added support to lock lines in special angles with the Shift key,
|
||||||
useful to draw in isometric views (feature request #1961397).
|
useful to draw in isometric views (feature request #1961397).
|
||||||
+ Fixed bugs #1958760 and #1958932.
|
+ Fixed bugs #1958760 and #1958932.
|
||||||
|
@ -122,19 +122,16 @@ ase_files="config.h \
|
|||||||
src/tests/*.cpp \
|
src/tests/*.cpp \
|
||||||
src/tests/*.h \
|
src/tests/*.h \
|
||||||
src/tests/jinete/*.cpp \
|
src/tests/jinete/*.cpp \
|
||||||
src/tests/jinete/*.h \
|
|
||||||
src/tests/jinete/*.jid \
|
src/tests/jinete/*.jid \
|
||||||
src/tests/jinete/*.pcx \
|
src/tests/jinete/*.pcx \
|
||||||
src/tests/jinete/*.ttf \
|
src/tests/jinete/*.ttf \
|
||||||
src/tests/jinete/*.txt \
|
src/tests/jinete/*.txt \
|
||||||
src/tests/raster/*.cpp \
|
src/tests/raster/*.cpp \
|
||||||
src/tests/raster/*.h \
|
|
||||||
src/util/*.cpp \
|
src/util/*.cpp \
|
||||||
src/util/*.h \
|
src/util/*.h \
|
||||||
src/widgets/*.cpp \
|
src/widgets/*.cpp \
|
||||||
src/widgets/*.h \
|
src/widgets/*.h \
|
||||||
src/widgets/editor/*.cpp \
|
src/widgets/editor/*.cpp \
|
||||||
src/widgets/editor/*.h \
|
|
||||||
src/widgets/editor/*.txt \
|
src/widgets/editor/*.txt \
|
||||||
third_party/*.txt"
|
third_party/*.txt"
|
||||||
|
|
||||||
@ -180,9 +177,7 @@ $1/data/convmatr.def \
|
|||||||
$1/data/jids/*.jid \
|
$1/data/jids/*.jid \
|
||||||
$1/data/gui-en.xml \
|
$1/data/gui-en.xml \
|
||||||
$1/data/tips/*.en \
|
$1/data/tips/*.en \
|
||||||
$1/data/tips/*.es \
|
|
||||||
$1/docs/*.pdf \
|
$1/docs/*.pdf \
|
||||||
$1/docs/*.txt \
|
|
||||||
$1/docs/files/*.txt \
|
$1/docs/files/*.txt \
|
||||||
$1/docs/licenses/*.txt"
|
$1/docs/licenses/*.txt"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user