Skip to content

Conversation

@grymmjack
Copy link
Owner

This is saving the work we did before I rebased back to the before-claude tag.

It does not need to be merged, but I want it somewhere safe.

Work done

(having the master cloned and pulled latest)

Created backup branch to save what we did before we roll back.

git branch backup-branch

Rollback and force push

git reset --hard 1.1.01-before-claude
git push origin HEAD --force

Push backup-branch to origin

git push origin backup-branch

Work to do

Re-create PRs except for claude stuff, etc.

For each PR lost due to rollback...

git checkout -b reapply-PR-<name>
git cherry-pick <start-commit>^..<end-commit>
git push origin reapply-PR-<name>
gh pr create -w

Add ability to open reference images in separate windows
Fixes scroll behavior for 200% zoom.
michael-lazar and others added 28 commits February 4, 2025 16:04
Add outline/border to brush tool.
- Added recent_files array to preferences
- Added "Open Recent" submenu to File menu
- Added functionality to track and store up to 10 recent files
- Automatically removes non-existent files from the list
- Added option to clear the recent files list

🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
- Removed duplicate macOS recent documents menu
- Improved file display to show only filenames
- Added disambiguation for files with the same name by showing parent directory
- Fixed menu structure for non-macOS platforms

🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
- Fixed a critical bug where files wouldn't open from the Recent Files menu
- Added the full filepath as a property in the menu item
- Menu still displays clean filenames while preserving the ability to open files

🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
- Completely redesigned recent files menu handling to fix opening files issue
- Added better handling of file paths vs display names
- Added more logging to help debug issues
- Improved menu rebuilding to ensure recent files are always up-to-date
- Fixed issue with recent files list potentially being undefined

🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
- Fixed TypeError related to null menu items
- Improved menu template generation to avoid potential null items
- Used array push to avoid unintentional null values
- Restructured application menu building for better stability
- Simplified menu generation code

🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
- Restored all menu items while preserving recent files functionality
- Improved menu template handling to ensure all items are included
- Enhanced comments to clarify the menu building process

🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
- Added intelligence to set_application_menu to preserve document window menus
- Added method to detect focused document windows
- Made menu system prioritize document windows over static windows
- Fixed issue where menus were being reset by static windows

🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
Add ability to open reference images in separate windows
Add outline/border to the brush tool
Adding grid and guide hotkey toggles, updating README
@grymmjack grymmjack added the do-not-merge Just a temporary PR, do not merge this. label Mar 8, 2025
@grymmjack grymmjack self-assigned this Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge Just a temporary PR, do not merge this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants