Skip to content

Tags: krypt0nn/wincompatlib

Tags

v0.7.7

Toggle v0.7.7's commit message
Release v0.7.7

v0.7.6

Toggle v0.7.6's commit message
Release v0.7.6

0.7.5

Toggle 0.7.5's commit message
Release 0.7.5

0.7.4

Toggle 0.7.4's commit message

Verified

This commit was signed with the committer’s verified signature.
krypt0nn Nikita Podvirnyi
0.7.4

- fixed fonts installation, added hash comparison
- updated dependencies

0.7.3

Toggle 0.7.3's commit message

Verified

This commit was signed with the committer’s verified signature.
krypt0nn Nikita Podvirnyi
0.7.3

- renamed "corefont" to just "font"
- used wine fonts folder for temp fonts extraction
  because /tmp is unavailable in some setups (flatpak!)

0.7.2

Toggle 0.7.2's commit message

Verified

This commit was signed with the committer’s verified signature.
krypt0nn Nikita Podvirnyi
0.7.2

- implemented 2 new exts to the proton build

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
krypt0nn Nikita Podvirnyi
0.7.1

- renamed `Corefont::to_str` to `Corefont::code`
- added `Corefont::name`
- added `Corefont::is_installed`
- renamed `WineFontsExt::is_installed` to `WineFontsExt::font_is_installed`

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
krypt0nn Nikita Podvirnyi
0.7.0

- used `anyhow` instead of `std::io::Error`-s
- made `Wine.prefix` and `Wine.arch` PathBuf-only.
  Now they will have `$HOME/.wine` and `WineArch::default()` values
- added `WineFontsExt` trait and support for installing microsoft corefonts

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
krypt0nn Nikita Podvirnyi
0.6.1

- added ability to set dll override mode

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
krypt0nn Nikita Podvirnyi
fix: fixed `WineOverridesExt` import