2022-10-25 23:56:39 +08:00
|
|
|
name: "🕷️ Bug report"
|
2021-03-25 00:03:30 +08:00
|
|
|
description: Report errors or unexpected behavior
|
2024-10-10 07:00:51 +08:00
|
|
|
type: Bug
|
2022-10-25 23:56:39 +08:00
|
|
|
labels:
|
2021-03-25 00:03:30 +08:00
|
|
|
- Issue-Bug
|
2021-12-09 00:26:33 +08:00
|
|
|
- Needs-Triage
|
2021-03-25 00:03:30 +08:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
2022-10-25 23:56:39 +08:00
|
|
|
value: Please make sure to [search for existing issues](https://github.com/microsoft/PowerToys/issues) before filing a new one!
|
2021-03-25 00:03:30 +08:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Microsoft PowerToys version
|
2023-05-24 04:51:03 +08:00
|
|
|
placeholder: 0.70.0
|
2022-10-25 23:56:39 +08:00
|
|
|
description: Hover over system tray icon or look at Settings
|
2021-03-25 00:03:30 +08:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
2022-10-17 01:35:33 +08:00
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
|
|
|
label: Installation method
|
|
|
|
description: How / Where was PowerToys installed from?
|
|
|
|
multiple: true
|
|
|
|
options:
|
|
|
|
- GitHub
|
|
|
|
- PowerToys auto-update
|
2022-10-25 23:56:39 +08:00
|
|
|
- Microsoft Store
|
|
|
|
- WinGet
|
2022-10-17 01:35:33 +08:00
|
|
|
- Chocolatey
|
|
|
|
- Scoop
|
|
|
|
- Dev build in Visual Studio
|
|
|
|
- Other (please specify in "Steps to Reproduce")
|
|
|
|
validations:
|
|
|
|
required: true
|
2022-10-25 23:56:39 +08:00
|
|
|
|
|
|
|
- type: dropdown
|
2021-03-25 00:03:30 +08:00
|
|
|
attributes:
|
|
|
|
label: Running as admin
|
2021-03-26 04:16:57 +08:00
|
|
|
description: Are you running PowerToys as Admin?
|
2021-03-25 00:03:30 +08:00
|
|
|
options:
|
2022-10-25 23:56:39 +08:00
|
|
|
- "Yes"
|
|
|
|
- "No"
|
2021-03-25 00:03:30 +08:00
|
|
|
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
2021-03-26 04:16:57 +08:00
|
|
|
label: Area(s) with issue?
|
2022-10-25 23:56:39 +08:00
|
|
|
description: What things had an issue? Check all that apply.
|
2021-03-25 00:03:30 +08:00
|
|
|
multiple: true
|
|
|
|
options:
|
|
|
|
- General
|
2024-05-09 22:32:03 +08:00
|
|
|
- Advanced Paste
|
2022-01-07 01:27:31 +08:00
|
|
|
- Always on Top
|
2021-07-01 02:20:59 +08:00
|
|
|
- Awake
|
2021-03-25 00:03:30 +08:00
|
|
|
- ColorPicker
|
2024-01-19 22:19:37 +08:00
|
|
|
- Command not found
|
2023-08-11 13:48:19 +08:00
|
|
|
- Crop and Lock
|
2023-10-24 00:22:04 +08:00
|
|
|
- Environment Variables
|
2021-03-25 00:03:30 +08:00
|
|
|
- FancyZones
|
|
|
|
- FancyZones Editor
|
[New PowerToy] File Locksmith (#20930)
* Imported offline solution
* Make solution compile
* Add Windows sample, doesn't work?
* Added new project to implement the dll
* Remove unneeded header
* Implemented IUnknown part of ExplorerCommand
* Implemented IExplorerCommand methods
* Implemented ClassFactory
* Implemented DLL register/unregister
* Implemented other DLL exports, not working?
* Implemented IShellExtInit inferface
* Implemented IContextMenu, it works!
* Implement command data fetching
* Make sample project compile on VS 2022
* Add plan
* Implement Lib as separate project
* Implemented IPC, not tested
* Console UI project skeleton
* Implemented basic console UI
* Implemented piping, there are bugs
* Prototype works
* Remove old project
* Added GUI project skeleton
* Mitigate issue with WinUI3
* Added a control for displaying results
* Add button
* Implement core functions in lib project
* Call new library function from console main
* Implement showing results
* Improve UI
* Implemented subdirectory search
* Remove useless code
* Set window size
* UI adjustments
* Implement killing process
* Rename variable
* Add lib project to main solution
* Add Ext and GUI projects to solution
* Tweak packages for GUI project
* Add a settings page
* Add a few resource strings
* Add one more resources string
* VS keeps trying to correct this
* Add references to File Locksmith in /,github
* Implement some parts of FileLocksmithModule
* Change output directory
* Change target name and add to runner
* Add logger
* Started implementing settings backend
* Fix log folder
* Settings work
* Add some basic tracing
* Attempt at adding resources
* Remove junk files
* Added missing defines
* Replaced some constants with resources
Something's not working
* Move resources to the Ext project
* Remove experiment
* Add binaries for signing
* Improve tracing
* Remove old Settings calls
* Show something when there are no results
* Change window title
* Move computation to another thread, improve UX
* Increase font size for default text
* Remove entries for killed processes
* Show user name
* Remove nonrecursive implementation
* Implement back end for getting file names
* Show list of files, UI tweaks
* Remove useless includes
* Implement back end for getting full process path
* Dark title bar on dark themes
* Using Expander, other UI adjustments
* Show "No results" after killing all processes
* Show progress ring
* Update configuration mapping
* Revert "Update configuration mapping"
This reverts commit d8e13206f3c7de3c6dbf880299bfff3bf9f27a37.
* Fixed solution configuration, ARM64 should build
* Backend for refreshing
* Variable window size
* Add refresh button
* New WinUI3 C# project for FL
* Started porting functionality
* Add Interop project
* Move IPC to Ext project
* Ported native functions to Interop
* Ported finding processes
* Ported most of Main Window functionality
* Display paths of files
* Implement killing processes
* Use resource string for "End Task"
* Remove entries for terminated processes
* Show User name
* Set default window size
* Make the new UI the default
* Reading paths from stdin, completed port to C#
* Fix small bug
* Moving to MVVM
* Adding Labs
* Merge branch 'ivan/file-locksmith' of https://github.com/microsoft/PowerToys into ivan/file-locksmith
Removing one parent commit for cleaner history
Co-Authored-By: Niels Laute <niels.laute@live.nl>
* Reintroducing features
* Moving UI strings to resources file
* Restored functionality
* Add missing dlls
* Add FIle Locksmith to publish.cmd
* Rebase fixes
* Try updating nuget.config
* Fix copy-paste blunder
* Add File Locksmith UI for publishing
* Add .pubxml file in FileLocksmith
* Change build output folder
* Fix installer build issues
Remove old projects from solution so MSBuild doesn't build them.
Downgrade target framework to what most other projects are using.
Fix publishing profile and project runtimes.
Remove unused CsWinRT references.
* [CI] Add clear to nuget packages
* Fix module reference counting
* Fix nuget for release CI
* Fix version and signing
* Fix path for resources
* Fix incorrect results when running 2 instances
* Fix default nuget source
* Windows 10 icon and fallback for UI
* Code clean-up and spaces instead of tabs
* Add gif showcasing FL
* Add screenshot of File Locksmith for Settings
* Add new files to the installer
* Add OOBE page
* Showing selected paths in the header
* Tweak path list
* Added new, wider gif
* Add GPO
* Add some logs
* [CI]Get CommunityToolkit.Labs from BigPark feed
* [CI]Use azure package feed for Nuget in release
* [CI]Another try for the labs source
* Revert changes to feed
* Use RestoreAdditionalProjectSources
* Add tooltip to file list
* Change tooltip to not trim the lines
* Add Tips and tricks section mentioning elevated
* Add some more logs messages.
* Grammar fix
* Add to bug report tool
* Fix UI virtualization not working
* Disable virtualization to avoid crashes
* Get better virtualization
* Add dialog instead of tooltip to show list of items
* No results refresh icon is now a button too
* Use managed methods for handling processes
* Remove registry code from Ext.
* Support drives too
Co-authored-by: Niels Laute <niels.laute@live.nl>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2022-10-28 21:51:21 +08:00
|
|
|
- File Locksmith
|
2022-11-03 04:02:15 +08:00
|
|
|
- "File Explorer: Preview Pane"
|
|
|
|
- "File Explorer: Thumbnail preview"
|
2022-11-04 04:14:16 +08:00
|
|
|
- Hosts File Editor
|
2021-03-25 00:03:30 +08:00
|
|
|
- Image Resizer
|
2022-10-25 23:56:39 +08:00
|
|
|
- Installer
|
2021-03-25 00:03:30 +08:00
|
|
|
- Keyboard Manager
|
2021-10-29 02:40:03 +08:00
|
|
|
- Mouse Utilities
|
2023-05-24 04:51:03 +08:00
|
|
|
- Mouse Without Borders
|
2024-09-26 18:24:03 +08:00
|
|
|
- New+
|
2023-05-24 04:51:03 +08:00
|
|
|
- Peek
|
2021-03-25 00:03:30 +08:00
|
|
|
- PowerRename
|
|
|
|
- PowerToys Run
|
2022-09-01 02:05:54 +08:00
|
|
|
- Quick Accent
|
2023-03-30 16:54:27 +08:00
|
|
|
- Registry Preview
|
2022-08-27 07:17:20 +08:00
|
|
|
- Screen ruler
|
2021-04-06 01:44:16 +08:00
|
|
|
- Settings
|
2022-10-25 23:56:39 +08:00
|
|
|
- Shortcut Guide
|
|
|
|
- System tray interaction
|
2022-09-01 02:05:54 +08:00
|
|
|
- TextExtractor
|
2021-10-29 21:27:53 +08:00
|
|
|
- Video Conference Mute
|
[New Module] Workspaces (#34324)
* spell checker
* Adding OOBE Projects page
* changed the default hotkey
* module interface
* rename projects editor
* bug report tool
* installer
* gpo
* exit event constant
* extend search for projects by search over the containing apps' names
* [Projects] fix grammatical issue #43 (1 app - many apps)
* [Projects] Editor: Main page: fix layout if there are many apps, launch button not disappearing on the right side
* dsc
* github
* pipeline
* guid prefix
* [Projects] fixing general settings gpo handling in runner + minor changes
* arm build fix
* Do not allow saving project if name or applist is empty. Also minor UI changes
* version
* editor version
* spellcheck
* editor dll signing
* update projects names to filter them out
* shortcut saving fix
* [Projects] Editor: brining the highlighted app's icon into the foreground. + minor UI fixes
* spell checker
* spellcheck
* [Projects] re-implementing icon size calculation to have similar sized icons for every app.
* [projects] Adding info message for cases: there are no projects or no results for the search
* [Projects] Adding Edit button to the popup. + minor changes
* [Projects] Making popup having rounded corners
* changed "no projects" text color and position
* remove opening the first proj
* fix placing windows of the same app in the project
* [Projects] bringing back the breadcrumb on the editor page. Make it clickable.
* [Projects] optimizing click handlers
* [Projects] Removing not selected apps on save
* moved on thread executor to common
* moved display utils
* added convert rect
* unsigned monitor number
* set awareness
* app placement
* [Projects] Re-implementing preview drawing - one common image
* [Projects] fix boundary calculation, use DPI aware values
* fix launching with command line args
* Fix ARM64 CI build
* launch packaged apps using names when possible
* spell-check
* update packaged apps path
* projects editor single instance
* [Projects] Add Select all checkbox, Delete selected button
* Add Checkbox for per monitor selection
* modifying highlight in preview
* spell checker
* logs
* exclude help windows
https://github.com/JaneaSystems/PowerToys-DevProjects/issues/49
* Add intermediate step to project creation
* minor bugfix
* mutex fix
* modifying highlight for minimized apps
* Fixing bug: re-draw the preview on app deletion in the editor
* Adding helper class for getting the right bounds for screens
* spell checker
* spell checker
* Minor fixes in the capture dialog
* get dpi unaware screen bounds
* refactoring: added utils
* changed window filter
https://github.com/JaneaSystems/PowerToys-DevProjects/issues/2
* clean up
* refactoring
* projects common lib
* localizable default project prefix
* launcher resources
* clean up
* change snapshot project saving
https://github.com/JaneaSystems/PowerToys-DevProjects/issues/14
* changed project data
https://github.com/JaneaSystems/PowerToys-DevProjects/issues/14
* changed project creation save-cancel handles
https://github.com/JaneaSystems/PowerToys-DevProjects/issues/14
* spell-check
* Remove checkboxes, delete feature
* remove unused from the project
* get command line args in the snapshot
* minimized settings snap fix
* set window property after launching
* FZ: ignore projects launched windows
* Implementing major new features: remove button, position manipulation, arguments, admin, minimized, maximized
* modifying colors
* launcher project filters
* clean up
* Hide Admin checkbox
* hide WIP
* spell-check
* Revert "Hide Admin checkbox"
This reverts commit 3036df9d7fe48de6418b0ebeff6422d535cb25e2.
* get app elevated property
* Implementing Launch and Edit feature
* fixing: update of listed projects on the main page after hitting save in editor
* Fix for packaged app's icons
* fixing scroll speed issue
* change scroll speed to 15
* launch elevated apps
* minor fixes
* minor fix
* enhancing shortcut handling
* can-launch-elevated check
* projects module interface telemetry
* Implementing store of setting "order by".
* minor string correction
* moved projects data parsing
* telemetry
* add move apps checkbox
* notification about elevated apps
* restart unelevated
* move existing windows
* keep opened windows at the same positions
* handle powertoys settings
* use common theme
* fix corrupted data: project id and monitor id
* project launch on "launch and edit"
* clean up
* show screen numbers instead of monitor names
* launcher error messages
* fix default shortcut
* Adding launch button to projects settings, dashboard and flyout
* Adding new app which is launched when launching a project. It shows the status of the launch process
* spell checker
* Renaming Projects to App Layouts. Replacing only string values, not the variable names
* Re-ordering modules after Renaming Projects + spell checker
* setting window size according to the screen (making it bigger)
* commenting out feature "move apps if exist"
* spell checker
* Add ProjectsLauncherUI to signing
* opening apps in minimized state which are placed on a monitor, which is not found at the moment of launching
* consistent file name
* removed unused sln
* telemetry: create event
* WindowPosition comparison
* telemetry: edit event
* fix muted Launch as admin checkbox
* telemetry: delete event
* updated Edit telemetry event
* added invoke point to launcher args
* added utils
* parse invoke point
* replaced tuple with struct
* telemetry: launch event
* MonitorRect comparison
* resources
* rename: folders
* remove outdated
* rename: window property
* rename: files and folders
* rename: common data structures
* rename: telemetry namespace
* rename: workspaces data
* rename ProjectsLib -> WorkspacesLib
* rename: gpo
* rename: settings
* rename: launcher UI
* rename: other
* rename: pt run
* rename: fz
* rename: module interface
* rename: icon
* rename: snapshot tool
* rename: editor
* rename: common files
* rename: launcher
* rename: editor resources
* fix empty file crash
* rename: json
* rename: module interface
* fix custom actions build
* added launch editor event constant
* xaml formatting
* Add missing method defition to interop::Constants idl
Remove Any CPU config
* more .sln cleanup
* [Run][PowerToys] Fix Workspaces utility (#34336)
polished workspaces utility
* build fix - align CppWinRT version
* address PR comment: fix isdigit
* indentation
* address PR comment: rename function
* address PR comment: changed version for workspaces and revision
* added supported version definition
* addressPR comment: use BringToForeground
* address PR comments: updated projects
* address PR comment: uncomment gpo in settings
* address PR comment: rename oobe view
* update OOBE image with current module name
* moved AppUtils
* launching with AppUserModel.ID
* fixed module order in settings
* fix xaml formatting
* [Workspaces] Close launcher if there are failed launches. Plus adding new spinner gif
* fix topmost LauncherUI
* clean up
* UI closing
* BugReportTool - omit cmd arg data
* Delete icon on workspace removal
* Adding cancellation to launcher UI.
* reordered launching
* fix terminating UI
* Removing old shortcut on workspace renaming
* Sentence case labels
* get process path without waiting
* comment out unused
* remove unused argument
* logs
* New icon
* fix launch and edit for the new project
* fix launch and edit: save new project
* Update exe icons
---------
Co-authored-by: donlaci <laszlo@janeasystems.com>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
Co-authored-by: Niels Laute <niels.laute@live.nl>
2024-08-23 15:28:13 +08:00
|
|
|
- Workspaces
|
2021-04-06 01:44:16 +08:00
|
|
|
- Welcome / PowerToys Tour window
|
2021-03-25 00:03:30 +08:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Steps to reproduce
|
2022-10-25 23:56:39 +08:00
|
|
|
description: We highly suggest including screenshots and a bug report log (System tray > Report bug).
|
|
|
|
placeholder: Having detailed steps helps us reproduce the bug.
|
2021-03-25 00:03:30 +08:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: ✔️ Expected Behavior
|
|
|
|
placeholder: What were you expecting?
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: ❌ Actual Behavior
|
|
|
|
placeholder: What happened instead?
|
|
|
|
validations:
|
2022-01-07 01:27:31 +08:00
|
|
|
required: false
|
2021-04-06 01:44:16 +08:00
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Other Software
|
|
|
|
description: If you're reporting a bug about our interaction with other software, what software? What versions?
|
|
|
|
placeholder: |
|
|
|
|
vim 8.2 (inside WSL)
|
|
|
|
OpenSSH_for_Windows_8.1p1
|
|
|
|
My Cool Application v0.3 (include a code snippet if it would help!)
|
|
|
|
validations:
|
|
|
|
required: false
|