-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c38408
commit 299b647
Showing
4 changed files
with
493 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.10.2 | ||
1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,74 @@ | ||
### What’s new in X.XX.X? | ||
### What’s new in v1.11.0? - The "fresh coat of paint" update | ||
|
||
Placeholder... | ||
> **If you do not like the changes, you can download v1.10 from NexusMods or GitHub.** | ||
Hello everyone, | ||
|
||
this update is a rather large one - at least in terms of UI changes. | ||
I decided to rearrange everything and add a sidebar for navigation. | ||
|
||
I tested almost every tweak and changed/removed old tweaks as well as adding a few new ones. | ||
The mod manager has two new options. Also, I fixed some smaller bugs. | ||
Just explore a little, if you like to. | ||
|
||
As always, you can read the changelog below. | ||
|
||
|
||
Happy hunting, | ||
|
||
~ datasnake | ||
|
||
--- | ||
|
||
**Changelog:** | ||
<details> | ||
<summary>Click to expand</summary> | ||
|
||
- General: | ||
- Most notable change: Added a side navigation that replaces the top panel, the bottom status panel, and the tabs. | ||
- Added a "Hero" banner to the "Home" page | ||
- Moved "Tweaks" into their own page | ||
- Removed "Settings" window; moved "Settings", "Profiles", and "NexusMods" into their own page | ||
- Reworked the profile manager | ||
- Added line numbers, syntax highlighting, autocompletion and hotkeys to the "Custom" page's textbox | ||
- Replaced the awful `FolderBrowserDialog` with a proper dialog that let's you choose a folder more comfortably. | ||
- Tweaks: | ||
- Tweaks are now color-coded | ||
- Added Info about color-codes and tool tips | ||
- Reworked tweaks: | ||
- Added some missing tweaks from the ingame settings | ||
- Added Screen Space Reflections and Blood Splatter to Graphics tweaks | ||
- Added fix for black/invisible water | ||
- Removed some tweaks that didn't do anything | ||
- Changed some tweaks | ||
- Added FOV preview | ||
- Removed the "Danger Zone" | ||
- *.ini files are parsed differently now: | ||
- Comments can now be in-line and begin with `";"` (semicolon) or `"#"` (hash) | ||
- This might break the s76UserName and s76Password text fields. | ||
- Pip-Boy: | ||
- Added a few more Pip-Boy color presets | ||
- Added HEX codes to Pip-Boy tab | ||
- Fixed Quick-Boy color not applying ingame | ||
- Profiles: | ||
- You can now change the path where the *.ini files are stored. | ||
- Mod manager: | ||
- Fixed: "Import installed mods" importing already managed mods. | ||
- Added an option to create symlinks when deploying. (Experimental feature) | ||
- Added an option to put bundled archives last in the load order. | ||
- Placed "Notes" under "Installation options" in mod manager's side panel | ||
- Added a button to open the folder of a mod in mod manager's side panel | ||
- Minor changes / fixes | ||
- Added missing messagebox strings when you picked the wrong game path. | ||
- Added missing messagebox strings when you delete photos in the gallery. | ||
- Made some UI elements that were previously untranslatable, translatable. | ||
- When picking the game path, you now browse for the folder instead of the *.exe file. | ||
- and a few more. | ||
- Removed backwards-compatibility... | ||
- ... to v1.8's Mod Manager | ||
- ... to v1.8's Profiles | ||
- Known issues: | ||
- The scroll whell on Windows 7 doesn't always work properly due to how focus works in older Windows versions. | ||
- If a password written into [Login]s76Password contains `";"` or `"#"`, it will be truncated. | ||
|
||
</details> |
Oops, something went wrong.