chore: release v0.1.0#250
Conversation
Reviewer's GuideIntroduce a Keep a Changelog–style CHANGELOG.md documenting all fixes, refactors, and features included in the v0.1.0 release, generated by release-plz. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 6 issues
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="CHANGELOG.md" line_range="99" />
<code_context>
+- fix key delay
+- fix input processing
+- fix dispatch bruh
+- fix dmenu surpressing shortcuts
+- fix status bar rendering
+- fix monitor geometry
</code_context>
<issue_to_address>
**issue (typo):** Spelling: "surpressing" should be "suppressing".
Update the line to: "fix dmenu suppressing shortcuts".
```suggestion
- fix dmenu suppressing shortcuts
```
</issue_to_address>
### Comment 2
<location path="CHANGELOG.md" line_range="386" />
<code_context>
+- refactor windowing on wayland
+- add more missing cursors
+- add missing cursor
+- remove unnecessessary mode functionality
+- remove duplication, fmt
+- generic mode toggle
</code_context>
<issue_to_address>
**issue (typo):** Spelling: "unnecessessary" should be "unnecessary".
The word currently has an extra "ses"; please correct the spelling to "unnecessary".
```suggestion
- remove unnecessary mode functionality
```
</issue_to_address>
### Comment 3
<location path="CHANGELOG.md" line_range="565-566" />
<code_context>
+- Merge branch 'main' of https://github.com/instantOS/instantWM
+- more problems
+- better helper method usage
+- less unneccessary option
+- unneccessary option
+- remove unneeded function
+- move functions
</code_context>
<issue_to_address>
**issue (typo):** Spelling: "unneccessary" should be "unnecessary" in both entries.
Both list items currently spell this as "unneccessary"; please change to "unnecessary".
Suggested implementation:
```
- less unnecessary option
```
```
- unnecessary option
```
</issue_to_address>
### Comment 4
<location path="CHANGELOG.md" line_range="614" />
<code_context>
+- init dunst support
+- Merge branch 'main' of github.com:instantOS/instantWM
+- refactor drm
+- more robust GPU accelleration
+- document
+- unify some wayland logic
</code_context>
<issue_to_address>
**issue (typo):** Spelling: "accelleration" should be "acceleration".
```suggestion
- more robust GPU acceleration
```
</issue_to_address>
### Comment 5
<location path="CHANGELOG.md" line_range="846" />
<code_context>
+- remove silly one-liners
+- less arg
+- simplify scratchpad thingy
+- eliminame more arg patterns
+- migrate more to closure based system
+- init new closure based system
</code_context>
<issue_to_address>
**issue (typo):** Spelling: "eliminame" should be "eliminate".
Please change this to "eliminate more arg patterns" for correct spelling.
```suggestion
- eliminate more arg patterns
```
</issue_to_address>
### Comment 6
<location path="CHANGELOG.md" line_range="977" />
<code_context>
+- why was there foo???
+- rename some functions
+- rename get_blw
+- less magic numbes
+- less magic numbers
+- multithreading in make
</code_context>
<issue_to_address>
**issue (typo):** Spelling: "numbes" should be "numbers".
Update this line to "less magic numbers" to correct the spelling.
```suggestion
- less magic numbers
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| - fix key delay | ||
| - fix input processing | ||
| - fix dispatch bruh | ||
| - fix dmenu surpressing shortcuts |
There was a problem hiding this comment.
issue (typo): Spelling: "surpressing" should be "suppressing".
Update the line to: "fix dmenu suppressing shortcuts".
| - fix dmenu surpressing shortcuts | |
| - fix dmenu suppressing shortcuts |
| - refactor windowing on wayland | ||
| - add more missing cursors | ||
| - add missing cursor | ||
| - remove unnecessessary mode functionality |
There was a problem hiding this comment.
issue (typo): Spelling: "unnecessessary" should be "unnecessary".
The word currently has an extra "ses"; please correct the spelling to "unnecessary".
| - remove unnecessessary mode functionality | |
| - remove unnecessary mode functionality |
| - less unneccessary option | ||
| - unneccessary option |
There was a problem hiding this comment.
issue (typo): Spelling: "unneccessary" should be "unnecessary" in both entries.
Both list items currently spell this as "unneccessary"; please change to "unnecessary".
Suggested implementation:
- less unnecessary option
- unnecessary option
| - init dunst support | ||
| - Merge branch 'main' of github.com:instantOS/instantWM | ||
| - refactor drm | ||
| - more robust GPU accelleration |
There was a problem hiding this comment.
issue (typo): Spelling: "accelleration" should be "acceleration".
| - more robust GPU accelleration | |
| - more robust GPU acceleration |
| - remove silly one-liners | ||
| - less arg | ||
| - simplify scratchpad thingy | ||
| - eliminame more arg patterns |
There was a problem hiding this comment.
issue (typo): Spelling: "eliminame" should be "eliminate".
Please change this to "eliminate more arg patterns" for correct spelling.
| - eliminame more arg patterns | |
| - eliminate more arg patterns |
| - why was there foo??? | ||
| - rename some functions | ||
| - rename get_blw | ||
| - less magic numbes |
There was a problem hiding this comment.
issue (typo): Spelling: "numbes" should be "numbers".
Update this line to "less magic numbers" to correct the spelling.
| - less magic numbes | |
| - less magic numbers |
16a2215 to
b19dd22
Compare
🤖 New release
instantwm: 0.1.0Changelog
This PR was generated with release-plz.