Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 6f1b5c7

Browse files
committed
Prepare for release
1 parent 364b889 commit 6f1b5c7

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Also no more binaries, will try to find a way to release whenever a commit is pu
5757
<!-- ABOUT THE PROJECT -->
5858
## About The Project
5959

60-
![Windows Toolbox Screen Shot](https://i.imgur.com/SGeioqF.png)
60+
![Windows Toolbox Screen Shot](https://i.imgur.com/nusP0iI.png)
6161

6262
Windows Toolbox is a powerful but simple, easy to use toolbox for Windows 10 / 11.
6363

changelog1.0.4(2021.12.15).md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Change log for 1.0.4 (2021.12.15)
2+
3+
### Bug Fixes
4+
- Fix Windows build detection
5+
6+
### Changes
7+
- Added more programs to Install Programs (in no particular order): `Heroku CLI, Bitwarden, 1Password, QEMU, TaskbarX, StartIsBack, Winaero Tweaker, WinRAR, WinZip, iMazing, Gpg4Win, SublimeText, Nitroless, Evernote, Streamlabs`
8+
- Added `Classic context menu (Windows 11 only)` and `Classic volume and battery flyouts`
9+
- Added more undo functions
10+
- Added Options:
11+
12+
![Options screen shot](https://i.imgur.com/LJrnnxX.png)
13+
- Menu items are now sorted alphabetically!
14+
- Removed some unnecessary code and files
15+
16+
## Usage
17+
1. Download the source code from below (if the archive is blocked by Windows Defender, ignore as it's a false positive)
18+
2. Run `WindowsToolbox.cmd` or right click `main.ps1` and select `Run with PowerShell`
19+
20+
## Bug Reports
21+
If you find a bug, report it in [the issues tab](https://github.com/WinTweakers/windowstoolbox/issues).
22+
23+
### note:
24+
after a billion years hmuy has risen from the dead and **new release pog**

library/GeneralFunctions.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# General functions
22

3-
$version = "1.0.4 (2021.12.14)"
3+
$version = "1.0.4 (2021.12.15)"
44
$title = "Windows Toolbox $version"
55
$host.UI.RawUI.WindowTitle = $title
66
$build = (Get-CimInstance Win32_OperatingSystem).version

0 commit comments

Comments
 (0)