diff --git a/README.md b/README.md index 14ac1bd..25594be 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Download the compiled Windows release from: [Taskbar Launcher Releases](https://git.mget.ca/MGET/Taskbar-Launcher/releases) +Current stable release: `v1.0.2` + ## Features - System tray launcher @@ -36,6 +38,10 @@ Download the compiled Windows release from: - Optional Start with Windows shortcut - Windows light/dark theme support +## Latest Stable + +`v1.0.2` adds the newer launcher management and polish work from the development builds, including recent items, pinned items, drag/drop item creation, item duplication, item notes, target validation, selected item import/export, run-as-administrator support, working folders, start-minimized launch options, launcher tooltips, and the refreshed Settings layout. + ## Screenshots ### Launcher Popup @@ -88,5 +94,5 @@ Recommended release flow for maintainers: 1. Update `` in `TaskbarLauncher.csproj`. 2. Commit the change. 3. Build a release package locally. -4. Tag the release, for example `v1.0.1`. +4. Tag the release, for example `v1.0.2`. 5. Upload the release zip to Gitea Releases. diff --git a/TaskbarLauncher.csproj b/TaskbarLauncher.csproj index fcc5929..e81048b 100644 --- a/TaskbarLauncher.csproj +++ b/TaskbarLauncher.csproj @@ -11,10 +11,10 @@ false Ray Berezowski Assets\AppIcon.ico - 1.0.1 - 1.0.1.22 - 1.0.1.22 - 1.0.1 + 1.0.2 + 1.0.2.0 + 1.0.2.0 + 1.0.2 diff --git a/docs/INSTALL.md b/docs/INSTALL.md index d773f33..d0ee5ac 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -1,5 +1,7 @@ # Install and Use Taskbar Launcher +Current stable release: `v1.0.2` + ## Small Package The small package requires: diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 7ace77b..3eb8018 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -21,6 +21,7 @@ Examples: - `1.0.0`: first stable release - `1.0.1`: bug fix +- `1.0.2`: tested feature and polish release - `1.1.0`: new feature Update version fields in: @@ -37,9 +38,9 @@ TaskbarLauncher.csproj 4. Tag the release: ```powershell -git tag v1.0.0 +git tag v1.0.2 git push origin main -git push origin v1.0.0 +git push origin v1.0.2 ``` 5. In Gitea, create a release from the tag. diff --git a/docs/screenshots/about-window-exact.png b/docs/screenshots/about-window-exact.png index e6afb99..6157368 100644 Binary files a/docs/screenshots/about-window-exact.png and b/docs/screenshots/about-window-exact.png differ diff --git a/docs/screenshots/launcher-popup-exact.png b/docs/screenshots/launcher-popup-exact.png index 1e94d5c..3b86822 100644 Binary files a/docs/screenshots/launcher-popup-exact.png and b/docs/screenshots/launcher-popup-exact.png differ diff --git a/docs/screenshots/settings-window-exact.png b/docs/screenshots/settings-window-exact.png index 794b2be..7f04cd5 100644 Binary files a/docs/screenshots/settings-window-exact.png and b/docs/screenshots/settings-window-exact.png differ