|
2 | 2 |
|
3 | 3 | [](https://opensource.org/licenses/MIT) |
4 | 4 |
|
5 | | -> Important: Version 1.4.7 is built with kotlin 1.9 and is compatible with ALL KMP platforms including experimentlas |
6 | | -> wasmJS. |
| 5 | +> Important: Version 1.5.1 is built with kotlin 1.9 and is compatible with ALL KMP platforms including experimentlas |
| 6 | +> wasmJS. It also contains important fix on displaying negative integers in some formats. |
7 | 7 |
|
8 | 8 | Kotlin Multiplatform important missing tools, like sprintf with a wide variety of formats, portable base64 |
9 | 9 |
|
@@ -52,7 +52,7 @@ dependencies { |
52 | 52 | //... |
53 | 53 | // see versions explained below, use latest release from |
54 | 54 | // 'releases' or whatever you need: |
55 | | - implementation("net.sergeych:mp_stools:1.4.7") |
| 55 | + implementation("net.sergeych:mp_stools:1.5.1") |
56 | 56 | } |
57 | 57 | ~~~ |
58 | 58 |
|
@@ -333,23 +333,15 @@ Log.connectConsole() |
333 | 333 | To receive log messages (asynchronously) use `Log.logFlow` shared flow, or connect some stabdard receiver like console |
334 | 334 | one as in the sample above. |
335 | 335 |
|
336 | | -# Versions |
337 | | - |
338 | | -- '1.6.3' kotlin 2.0.0 based. includes wasmJs target. Some minor fixes applied. USe 1.6.* for wasmJs. |
339 | | -- '1.5.x' are kotlin 1.9 based |
340 | | - |
341 | 336 | # Future |
342 | 337 |
|
343 | | -The library is actively maintained and is planned to be maintained for a long time (as already used in manyb projects). |
344 | | -I plan to issue bugfixes when I have access to mac (see below) |
345 | | - |
346 | | -# Help needed! |
| 338 | +The library is actively maintained and is going to be maintained for a long time; it is already used in many commercial projects). |
347 | 339 |
|
348 | | -I do not use macs for mainstream development due to all this crap about limiting access, spying and so on depending |
349 | | -on where you are working from (and where you were born, too). I am traveling all around the world with a linux book |
350 | | -which seems to be refreshingly better and faster than M2 pro. So I just can't build fill release having no mac, also |
351 | | -rental costs of services I have found seem too high for an open source project. |
| 340 | +# Mac-compatible releases |
352 | 341 |
|
353 | | -So, if somebody helps to find a free or cheap suitable rental, or will help me to write google GitHub scripts |
354 | | -that seem to be able to do releases, I will make fill releases faster. |
| 342 | +I release Apple compatible releases when I have access to Macs. Normally I do not use Apple or Microsoft OS, sticking with Linux; |
| 343 | +I have serious concerns about privacy and safety on these. Everybody now see what happened to all poor apple customers |
| 344 | +born in improper country as for their lets see far too mature president ;) Therefore I stick to linux, and traveling with two notebooks is against customs regulations everywhere, so non-snapshot full releases are not too frequent. |
355 | 345 |
|
| 346 | +Meanwhile I encourage using snapshot releases except for Apple targets, these are frequent and I increase minor versions |
| 347 | +on every notable change, so it should be safe. Thanks for understanding -- wnd I recommend considering wide use of free open source platforms. |
0 commit comments