Zash
Zash
The current minimum widget size is 2x3, which can be quite large for smaller settings (10-11 lines at 16pt font, no space). 2x2 would be nice, still resulting in 2...
### Problem description Currently you can only see the installed version and changelog and update "blindly". There is no (easy) way to see the next version and changes before updating....
Text generated by Sayboard is all lowercase, except for the first word after punctuation. Not sure if this is an issue with the models or the app, but it makes...
Linker recreates existing hard links to same file, renaming old hard link to `.rbackup`. On a clear, this results in a copy in overwrite, which show up as file conflicts,...
Fixes #18
Fixes error ``` [installerquick.cpp:168] unsupported archive for quick installer ``` Adds (common) workaround for `installerquick` traversing into single folder file tree even when plugin returns `FIXABLE` on root. Also adds...
Extends ini support with optional: - [x] `[Features]` - [x] `LocalSavegames = True (defaults to game.savesDirectory()) or custom path` - [x] `SaveGamePreview = path to img` - [ ] Add...
Remove RootBuilder support/requirement (for CET and RED4ext) in favor of forced load libraries: CET and RED4ext will be installed normally via USVFS instead into `root` folder for RB. Here is...
## Problem If a module import is expected to have only stubs available (e.g. actual import added externally), one has to ignore or suppress the warning `reportMissingModuleSource` on each import...
Minimal changes to support the [Thunderstore Installer](https://github.com/ZashIn/modorganizer-thunderstore) plugin (backwards compatible): - Add a `ignore` option to `BasicModDataChecker`: since the argument priority is sadly fixed now, it is added with top...