v0.13.1: better error communication, version and other improvements
30 January 2025
New v0.13.1
version is available. A little note on all the nice things that come with this release.
posh version
will print out software version information. This addition is particularly helpful when reporting issues.- Improved error reporting to end-user, so hopefully if any problem will come up – end user will be better informed.
- Last improvements to
posh docsets
didn’t resolve all stability issues, so this release comes with more improvements. In my own testing, entire process became even faster. So hopefully that solves it once and for all.
While this update may seem modest, it’s another step forward with meaningful improvements.
I’m currently focusing on a couple of issues that have been quite frustrating:
-
Switch between Gemfile view and Docsets viewer creates some interesting issues. Mostly due to the fact that those views originally have been built as separate apps and merged together. I really badly need to rewrite those to have a common state and change views flawlessly.
-
rdoc-markdownis incorrectly formatting code blocks by inlining all code into a single row. Code formatting isn’t always applied, might require some sort of syntax guessing. It’s likely an issue with dependencies, so I’m exploring ways to work around it.
Thank you for your patience and support as software continues to improve.