Skip to content

Commit 88343d1

Browse files
Add Windows MSVC support
There was tons of files with hardcoded *nix paths, especially the testing scripts These have been fixed
1 parent 2a7a8a2 commit 88343d1

File tree

11 files changed

+457
-81
lines changed

11 files changed

+457
-81
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog for Ferium
22

3+
## [3.11.1] - 28.01.2022
4+
5+
Windows MSVC support!
6+
7+
- The makefile target `build-win` now builds for Windows MSVC
8+
- The makefile target `build-linux` now builds for GNU Linux and GNU Windows
9+
- The makefile targets `install` and `install-dev` now install to Cargo's `bin` directory
10+
- `install-dev` is now the default goal in the makefile
11+
- `save_config.py` and `restore_config.py` have been updated to use pathlib so that paths are cross platform and no long *NIX paths
12+
- Added handing for Ferinth's new error
13+
- The integration tests also don't use hardcoded *NIX paths anymore
14+
- `check_empty_config()` checks for curse_project now, this was a bug fixed by [SolidTux](https://github.com/SolidTux) in [PR #2](https://github.com/theRookieCoder/ferium/pull/2)
15+
- Move Python scripts for testing to `tests/scripts/`
16+
317
## [3.11.0] - 23.01.2022
418

519
### CURSEFORGE SUPPORT!

0 commit comments

Comments
 (0)