File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55Below is the change log for typical users. Minor and older changes stripped
66away, please see git history for details.
77
8+ - v0.5.1 (2025-XX-XX) add directory ops to FILE ext (v1.1.0)
89- v0.5.0 (2025-06-17) new datatime extension (v1.0.0)
910 new compression extension (v1.0.0)
1011 new pak file extension (v1.0.0)
Original file line number Diff line number Diff line change 1- v0.5.0
1+ v0.5.1 WIP
22
33-----------------------------------------------------------------------------
44 Versioning
@@ -48,7 +48,7 @@ the API is complete. It just means we won't break what currently exists.
4848* Memory Allocators v1.1.0 (pl_memory.h)
4949* Profiling v1.0.0 (pl_profile.h)
5050* Stl v1.0.0 (pl_stl.h)
51- * String v1.1.1 (pl_string.h)
51+ * String v1.1.2 (pl_string.h)
5252* Testing v1.0.0 (pl_test.h)
5353
5454## Stable Extensions
@@ -63,7 +63,7 @@ the API is complete. It just means we won't break what currently exists.
6363* Image v1.0.0 (pl_image_ext.h)
6464* Job v2.0.0 (pl_job_ext.h)
6565* Atomics v1.0.0 (pl_platform_ext.h)
66- * File v1.0 .0 (pl_platform_ext.h)
66+ * File v1.1 .0 (pl_platform_ext.h)
6767* Network v1.0.0 (pl_platform_ext.h)
6868* Threads v1.0.1 (pl_platform_ext.h)
6969* Virtual Memory v1.0.0 (pl_platform_ext.h)
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ Index of this file:
2424#define PL_H
2525
2626// global version XYYZZ
27- #define PILOT_LIGHT_VERSION_STRING "0.5.0 "
28- #define PILOT_LIGHT_VERSION_NUM 00500
29- #define PILOT_LIGHT_VERSION {0, 5, 0 }
27+ #define PILOT_LIGHT_VERSION_STRING "0.5.1 WIP "
28+ #define PILOT_LIGHT_VERSION_NUM 00501
29+ #define PILOT_LIGHT_VERSION {0, 5, 1 }
3030
3131//-----------------------------------------------------------------------------
3232// [SECTION] apis
You can’t perform that action at this time.
0 commit comments