forked from crashinvaders/gdx-texture-packer-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
111 lines (95 loc) · 5.26 KB
/
CHANGES
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[LATEST]
- Fixed high DPI scaling issue.
- Fixed file based 9-patch pad values get displayed wrong (in case they are not defined explicitly in the input image).
[4.8.1]
- Fixed texture regions get written with wrong padding.
- Fixed texture unpacker extracts regions with wrong sizes occasionally.
[4.8.0]
- Atlases can be saved as indexed-mode PNG8 image (compression type). Optionally dithering colors that don't match exactly.
- Asynchronous (non blocking) page preview loading.
- Multiple of four page size option added.
- Menu bar items (File, Pack, Tools, Help) have got appropriate key shortcuts (ALT+F/P/T/H).
- Fixed new version notification occasionally leads to a crash.
- Fixed programmatic 9-patch pad values are omitted if they are all zero.
- Fixed 9-patch editor crashes when all patch/content points at the same corner.
- Fixed 9-patch editor writes file based images ("*.9.png" extension) with black stroke visual artifacts.
- Fixed global settings section values get reset upon UI reload (e.g. language change).
- Fixed global keyboard shortcuts no longer works when there is a modal dialog shown.
- Fixed exclude files do not work when are under input dir with "recursive" option enabled.
[4.7.3]
- Fixed launching of nine patch editor leads to crash.
- Fixed packing of multiple atlases occasionally fails.
- Fixed some UI elements don't respond to a mouse button click.
- GitHub error reporting workflow improved with better API integration.
[4.7.2]
- Fixed wrong page size when padding is not zero (regression bug).
- Spinner widgets replace with seek bars (where suitable).
- UI texture/font filtering changed to linear/linear.
[4.7.1]
- Fixed wrong page size when padding is not zero.
[4.7.0]
- Save prompt before project closing if any changes are detected.
- Scaling resampling option per scale factor entry.
- If output directory doesn't exist, it will be created automatically during packing.
- Interface scaling option (check Tools -> Interface scaling).
- Support for user defined hotkeys (check Tools -> Customize hotkeys).
- Visual indication for newly added pack files.
- Memory consumption optimized run configuration. The app will never exceed 1GB of RAM and free up memory faster.
- Application crashes get captured and reported directly to GitHub issues.
- Fixed crash when input text contains square brackets.
- Fixed memory leak with the new TTF fonts.
- Fixed shortcut keys do not function when an input field is focused.
- Fixed crash when a pack file no longer exists during packing or properties dialog.
[4.6.0]
- Application eats much less system CPU resources when idle.
- 9-patch editor improvements (preview pane, value number fields).
- Support for CJK characters (downloadable extension module).
- Traditional Chinese localization, thanks to Tokenyet.
- Log output into external files (easy to grab and send with a report).
- Fixed KTX ETC2 compression fails to write page files to a directory with spaces.
[4.5.0]
- Page image file type configuration. ETC(KTX) file format support.
- Nine patch editor. Nine patches can be created from a plain images on the fly.
- Recursive and flatten paths flags for an input directory.
- "Grid layout" algorithm now sorts regions and packs them in a name/index order.
- Fixed "Use aliases" flag is missing in a save file.
- Fixed old pack data file does not get replaced with a new one properly, when custom extension is being used.
- Fixed crash when project contains input dir that is a parent of the project save file itself.
[4.4.0]
- Each pack now consists of list of input/ignore files (no more single source dir).
- File drag'n'drop support (image files and project file).
- Fixed occasional output image file locking after Pngtastic compression.
- .tpproj file extension association for Windows (if program installed through installer).
[4.3.2]
- German localization added, thanks to TeraFog.
- Fixed occasional crash upon language change.
- Fixed "Flatten paths" checkbox (it works now!).
- Fixed no window on application startup in some cases.
- MacOS distribution configuration.
[4.3.1]
- Input/output paths that are equal to project file dir, now correctly save and load.
- Minor layout and localization text fixes.
[4.3.0]
- "bleed", "limitMemory" and "flattenPaths" flags were added to pack settings.
- Full set of tooltips for all pack setting properties.
- Russian localization added.
- Common UI improvements and some new inspection data is shown for packing and atlas preview.
[4.2.0]
- Support of TinyPNG/TinyJPG compression service, see https://tinypng.com
- Export with multiple scale factors.
- Atlas preview background color can be changed.
- Double click on pack list triggers packing procedure.
- Fixed: relative file paths now correctly saved in UNIX format.
[4.1.0]
- Parallel processing for atlas packing.
- Compression option for png atlases, see https://github.com/depsypher/pngtastic
- Texture unpacker added under tools section.
- "square" and "grid" pack setting added.
- Option to choose position for newly created and copied packs.
[4.0.0]
- App rewritten from the scratch.
- New reworked UI based on VisUI and LML.
- All reported bugs (for 3.2.0) were fixed, see https://github.com/aurelienRibonBackup/libgdx-texturepacker-gui/issues
- New atlas preview widget, now with basic inspection capabilities.
[3.2.0]
- Last Aurelien Ribon's release (2012).