Bump to 0.8.37 and start its release notes#374
Merged
Conversation
Version must stay ahead of the shipped 0.8.36 for auto-update to offer the build. The release-notes file already carries the two address book entries (#370, #371); this adds the search-scope caveats a user would otherwise hit by surprise — mail outside the sync range is not cached, and "find mail to" matches the To line, not Cc. The "Thank You to Contributors" section is added when the release is cut. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Follows the usual "bump and start the notes" step for a new version.
QuickMail.csproj: 0.8.36 → 0.8.37 (Version / AssemblyVersion / FileVersion). The version has to stay ahead of the shipped 0.8.36 for auto-update to offer the build.docs/release-notes-v0.8.37.md: already carried the two address book entries from Address book: first-letter (type-ahead) navigation in the contact and group lists (#371) #372 and Address book: find mail from or to a contact (#370) #373; this adds the search-scope caveats to the Add the ability to search for mail to and from a contact from the address book #370 entry — mail outside the sync range is not cached and therefore not searched, and Find mail to this contact matches the To line, so Cc-only messages do not appear.The user guide was updated alongside each change (a "Jumping to a Contact by Typing" subsection and a "Finding Mail From or To a Contact" subsection under Address Book), so nothing further is needed there for what has landed so far.
The Thank You to Contributors section is added when the release is cut, once the full contents of 0.8.37 are known — the per-account Rules work (#364/#367) is still open and expected in this version.