Skip to content

Commit 6e1b5f3

Browse files
committed
readme updated
1 parent 7320b38 commit 6e1b5f3

1 file changed

Lines changed: 10 additions & 18 deletions

File tree

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44

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.
77
88
Kotlin Multiplatform important missing tools, like sprintf with a wide variety of formats, portable base64
99

@@ -52,7 +52,7 @@ dependencies {
5252
//...
5353
// see versions explained below, use latest release from
5454
// 'releases' or whatever you need:
55-
implementation("net.sergeych:mp_stools:1.4.7")
55+
implementation("net.sergeych:mp_stools:1.5.1")
5656
}
5757
~~~
5858

@@ -333,23 +333,15 @@ Log.connectConsole()
333333
To receive log messages (asynchronously) use `Log.logFlow` shared flow, or connect some stabdard receiver like console
334334
one as in the sample above.
335335

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-
341336
# Future
342337

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).
347339

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
352341

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.
355345

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

Comments
 (0)