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

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhmuy committed Dec 15, 2021
1 parent 364b889 commit 6f1b5c7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Also no more binaries, will try to find a way to release whenever a commit is pu
<!-- ABOUT THE PROJECT -->
## About The Project

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

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

Expand Down
24 changes: 24 additions & 0 deletions changelog1.0.4(2021.12.15).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Change log for 1.0.4 (2021.12.15)

### Bug Fixes
- Fix Windows build detection

### Changes
- 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`
- Added `Classic context menu (Windows 11 only)` and `Classic volume and battery flyouts`
- Added more undo functions
- Added Options:

![Options screen shot](https://i.imgur.com/LJrnnxX.png)
- Menu items are now sorted alphabetically!
- Removed some unnecessary code and files

## Usage
1. Download the source code from below (if the archive is blocked by Windows Defender, ignore as it's a false positive)
2. Run `WindowsToolbox.cmd` or right click `main.ps1` and select `Run with PowerShell`

## Bug Reports
If you find a bug, report it in [the issues tab](https://github.com/WinTweakers/windowstoolbox/issues).

### note:
after a billion years hmuy has risen from the dead and **new release pog**
2 changes: 1 addition & 1 deletion library/GeneralFunctions.psm1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# General functions

$version = "1.0.4 (2021.12.14)"
$version = "1.0.4 (2021.12.15)"
$title = "Windows Toolbox $version"
$host.UI.RawUI.WindowTitle = $title
$build = (Get-CimInstance Win32_OperatingSystem).version
Expand Down

0 comments on commit 6f1b5c7

Please sign in to comment.