Skip to content

Commit 1fcbd05

Browse files
committed
Update riconpacker.c
1 parent 2120688 commit 1fcbd05

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/riconpacker.c

+6-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
* NOTE: Avoids including tinyfiledialogs depencency library
3030
*
3131
* VERSIONS HISTORY:
32+
* 3.0 (19-Sep-2023) **RE-RELEASE**
33+
* ADDED: Support screen scaling x2
34+
* UPDATED: Using raygui 4.0, latest GuiTextBox() features
35+
*
3236
* 3.0 (28-May-2023) ADDED: Support macOS builds (x86_64 + arm64)
3337
* ADDED: New platform template: macOS
3438
* ADDED: Support for load/save .icns files
@@ -40,7 +44,7 @@
4044
* REVIEWED: Image packaging into a single .zip not default
4145
* REVIEWED: Command-line interface, using icon bucket
4246
* REDESIGNED: Structure to support icon bucket
43-
* REDESIGNED: Using raygui 4.0
47+
* REDESIGNED: Using raygui 4.0-dev
4448
*
4549
* 2.2 (13-Dec-2022) ADDED: Welcome window with sponsors info
4650
* REDESIGNED: Main toolbar to add tooltips
@@ -107,7 +111,7 @@
107111
#define TOOL_VERSION "3.0"
108112
#define TOOL_DESCRIPTION "A simple and easy-to-use icons packer and extractor"
109113
#define TOOL_DESCRIPTION_BREAK "A simple and easy-to-use\nicons packer and extractor"
110-
#define TOOL_RELEASE_DATE "May.2023"
114+
#define TOOL_RELEASE_DATE "Sep.2023"
111115
#define TOOL_LOGO_COLOR 0xffc800ff
112116

113117
#include "raylib.h"

0 commit comments

Comments
 (0)