Convert text to uppercase, lowercase, or title case (with Unicode support)
Search and replace text
Break lines using a custom delimiter, with or without keeping the delimiter
Clean up whitespace and line breaks
Remove empty or duplicate lines
Sort lines (ascending/descending, case-sensitive or insensitive, by length)
Add or remove prefixes/suffixes to/from each line
Indent or unindent lines using tabs or spaces
Open and save text files. Drag and drop, and Open with… is also supported.
It’s still in development, so comments and bug reports on anything from icons and layout to functionality and code quality is much appreciated on the issue tracker.
Translations on Polyglot are also welcome, I hope to release v1.0 soon. Catalan, Norwegian, German and Spanish (lat-am) are already available (thanks @humdinger and @Davidmp)
Krita 5.2.10, wasn’t able so far to add pyQt5 functionality (which does work for building the Qt6 version) due to some sip errors, other then that no major changes for Haiku.
EDIT: small bugfix release has been done, in the meantime added a missing requirement for mlt.
Although it’s only now announced (I grabbed the tagged release from invent), the official announcement is now published: Krita 5.2.11 Released! | Krita
GT4 landed in haikuports, build has been done on buildmaster (64bit only), this has been a work where multiple people stepped in to help, so big thumbs up for those!
Don’t expect this to be fully functional at the moment, there are probably plenty of issues around to be fixed, but it gives us a start to investigate them.
At least a WIP GTK4 branch for Xournal++ has been proven fine enough to run some first tests, basic functionalities are fine so far.
In the process, KDE’s gear 25.08 is being pushed to the haikuports repository, there could be some breakage in the process, can’t push a full bulk PR because of some dependencies that need to be resolved first.
I’ll try to tackle the breakage as soon as I can and will add an EDIT to this post once it’s finished.
LMMS updated to 1.3.0~alpha (git checkout), been keeping me busy for a few days, but I think it’s at the level it was with previous version.
FLTK was dropped for the Zyn effects (issue is known upstream).
LV2 should be working (couldn’t really find anything to check this with), no UI for that (no support with suil with my attempts to make it work).
Also with the fix from @3dEyes I’ve updated Geany to 2.1.0, with the fix it’s now able to write characters not possible before like a simple @ or # Big thanks to @3dEyes !
Kottan 1.0.0 was released yesterday and is already available on Haikuports (and therefore via pkgman / Haikudepot). Thanks to everyone that contributed!
Mixxx 2.5.3 now released for Haiku (32bit and 64bit), turn your system into a DJ station.
Maybe room for improvements, but for my checks it worked fine. Thanks to @TurBoss on IRC/matrix for handing the idea and helping allong with getting it done.
The translation catalogs are included, but not all of them are working. Some of them are, including German (my native language), so I didn’t run into the problem myself. I forgot that I have to add the languages to the Makefile as well
There will be a maintenance release coming out in the next few days which fixes this, as well as the problem of the File/Open menu entry not being translated at all.
Outstanding update on Iaito, due to some missers from my side this went wrong on previous version, once the issue was sorted out things got back on par.
radare2/r2dec_js/r2ghidra and Iaito all updated for 32bit and 64bit, on riscv64 Iaito fails to build due to an issue with llvm12. Enjoy
A new Kottan release 1.0.1 hit the packaging system today. It’s a maintenance release with 2 translation related bugs fixed (File/Open menu entry not translated, several languages missing). Apart from that the full path of the currently opened file is now displayed in the windows title thanks to a PR from @humdinger.