All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Migration to chrome manifest v3
- Adds F10 shortcut to toggle wide full-screen mode
- Fixes transparent background for preview.
- Makes it so the editor adds a space after user and issue autocomplete suggestions.
- Fixes buggy layout when commenting on a source code line (regression).
- Removes ":" as trigger character for auto completion.
- Implements preview in full screen mode.
- Implements gemoji completion.
- Sets maximum editor height to 400px.
- Implements full screen mode.
- Makes the extension firefox compatible.
- Fixes "Quote reply" action.
- Submits the issue on Ctrl+Enter or F1 and then selecting
Submit
. - Uses Monaco's dark theme when using dark theme on GitHub.
- Fixes buggy layout when commenting on a source code line.
- Removes all console.logs.
- Initial release