Tuesday, July 10, 2012

ASEPRITE v0.9.3

ASEPRITE 0.9.3 is here! Bugs fixes mainly
  • Now Shift key locks the X/Y axis when you drag & drop the selection.
  • Add support to load GIMP palettes ( issue 112 ).
  • Fix bug with Export Sprite Sheet when the cel is bigger than the sprite's size.
  • Fix regression bug: Enter/Tab/Escape keys don't work in list-boxes.
  • Fix bug showing "modified" status in the document tab.
  • Fix  issue 130 : crash redoing a "convert to grayscale mode" command.
  • Fix  issue 44 : problems browsing files when the option "hide extensions for known file types" is activated in Windows Explorer.
  • Fix  issue 129 : Return to frame/layer where action is undone (configurable option).
Download | Release notes | Report bugs

2 comments:

Saverio Brancaccio said...

Hello, I'm trying to compile this revision from git under my linux and I have this error (double main declaration), can you help? Thanks!

[ 97%] Building C object src/CMakeFiles/aseprite.dir/xpm_icon.c.o
Linking CXX executable aseprite
../lib/libshe.a(she_alleg4.cpp.o): In function `main':
/home/saverio/Documents/aseprite_git/aseprite/src/she/she_alleg4.cpp:48: multiple definition of `main'
CMakeFiles/aseprite.dir/main.cpp.o:/home/saverio/Documents/aseprite_git/aseprite/src/main.cpp:73: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [src/aseprite] Error 1
make[1]: *** [src/CMakeFiles/aseprite.dir/all] Error 2
make: *** [all] Error 2

demagogia said...

Hi Saverio! Thanks to report this problem. It should be fixed now.