Develop - #3
Merged
Merged
Conversation
- Added new PNG assets for app icons: Square44x44Logo.png, StoreLogo.png, and Wide310x150Logo.png. - Implemented a script (make-app-icon.js) to automate the generation of PNG and ICO files from a source icon. - The script resizes the source icon to various dimensions required for AppX packaging and creates an ICO file.
Simplify the APPX publisher certificate name from 'CN=MoilStack Tech LLP' to 'CN=MoilStack' in the electron-builder configuration. Add build/store-appx.yml to .gitignore to prevent accidentally committing files containing sensitive publisher identity information.
…onse and save manager error handling
… flicker and update folder toolbar button behavior
…UI initialization to prevent flash of unstyled content
- Implemented Ctrl+N to create in-memory untitled documents. - Enhanced Save As to use the native OS dialog for saving untitled files. - Introduced "On Launch" setting to choose app startup behavior. - Added "Custom (no folder)" Explorer mode to hide folder tree. - Created Recent Files section in Explorer sidebar to track untitled drafts and opened files. - Capped visible rows in Recent Files with a scrollbar for overflow. - Fixed issues with unsaved content and sidebar behavior during file operations. - Updated editor toolbar and table builder for improved text insertion. - Refactored file operations to support new features and maintain state.
Update package version from 1.0.0.0 to 1.0.0 to comply with standard semantic versioning format (MAJOR.MINOR.PATCH).
Update the default launch behavior from 'recents' to 'untitled' across aiConfig.js and index.js. This ensures new sessions start with a blank editor by default. Additionally, simplify draft-saving logic in saveManager.js to always save drafts regardless of content, ensuring no work is lost even if the editor is empty when closed. Bump version to 1.0.1 and add screenshot assets for UI documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of change
Testing
npm start)npm run package)npm test)Screenshots (if UI change)
Checklist
CHANGELOG.mdupdated (for user-visible changes)