-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hacky method to go from PTN to EOD report #353
Merged
Merged
Conversation
This file contains 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
As part of this, finally update our target build from 10.x to 11.x. That's just because 11.0 has a nice icon we can use. 10.x has been EOL for a year now, anyway. This resolves #339
(Last blocker before I'm allowing myself to ship to App Store!!) |
github-actions bot
pushed a commit
that referenced
this pull request
Oct 10, 2023
## Auto-generated PR for [Release Whatdid v0.1.15][release_tag_url]. Generated by `buildscripts/create_appcast_pr` in the `gh-pages` branch. ### Release notes: > ## Feature Changes > * restore state on startup by @yshavit in #338 > * first pass at usage tracking by @yshavit in #351 > * add a few usage tracker calls by @yshavit in #352 > * button to go from PTN to EOD report by @yshavit in #353 > > ### Behind-the-scenes changes > * create a separate UserDefaults in UI Test mode by @yshavit in #341 > * Build without Sparkle, for app store distribution by @yshavit in #335 > * update dependencies (Sparkle and KeyboardShortcuts) by @yshavit in #337 > * refactor prefs pane to three separate controllers by @yshavit in #350 > > > **Full Changelog**: v0.1.14...v0.1.15 [release_tag_url]: https://github.com/yshavit/whatdid/releases/tag/v0.1.15
yshavit
pushed a commit
that referenced
this pull request
Oct 10, 2023
## Auto-generated PR for [Release Whatdid v0.1.15][release_tag_url]. Generated by `buildscripts/create_appcast_pr` in the `gh-pages` branch. ### Release notes: > ## Feature Changes > * restore state on startup by @yshavit in #338 > * first pass at usage tracking by @yshavit in #351 > * add a few usage tracker calls by @yshavit in #352 > * button to go from PTN to EOD report by @yshavit in #353 > > ### Behind-the-scenes changes > * create a separate UserDefaults in UI Test mode by @yshavit in #341 > * Build without Sparkle, for app store distribution by @yshavit in #335 > * update dependencies (Sparkle and KeyboardShortcuts) by @yshavit in #337 > * refactor prefs pane to three separate controllers by @yshavit in #350 > > > **Full Changelog**: v0.1.14...v0.1.15 [release_tag_url]: https://github.com/yshavit/whatdid/releases/tag/v0.1.15
github-actions bot
pushed a commit
that referenced
this pull request
Oct 10, 2023
## Auto-generated PR for [Release Whatdid v0.1.16][release_tag_url]. Generated by `buildscripts/create_appcast_pr` in the `gh-pages` branch. ### Release notes: > ## Feature Changes > > * restore state on startup by @yshavit in #338 > * first pass at usage tracking by @yshavit in #351 > * add a few usage tracker calls by @yshavit in #352 > * button to go from PTN to EOD report by @yshavit in #353 > > _Note: This release is almost identical to v0.1.15, except for a small tweak to the "what have you been working on" prompt._ > > ### Behind-the-scenes changes > * create a separate UserDefaults in UI Test mode by @yshavit in #341 > * Build without Sparkle, for app store distribution by @yshavit in #335 > * update dependencies (Sparkle and KeyboardShortcuts) by @yshavit in #337 > * refactor prefs pane to three separate controllers by @yshavit in #350 > > > **Full Changelog**: v0.1.14...v0.1.15 [release_tag_url]: https://github.com/yshavit/whatdid/releases/tag/v0.1.16
yshavit
pushed a commit
that referenced
this pull request
Oct 10, 2023
## Auto-generated PR for [Release Whatdid v0.1.16][release_tag_url]. Generated by `buildscripts/create_appcast_pr` in the `gh-pages` branch. ### Release notes: > ## Feature Changes > > * restore state on startup by @yshavit in #338 > * first pass at usage tracking by @yshavit in #351 > * add a few usage tracker calls by @yshavit in #352 > * button to go from PTN to EOD report by @yshavit in #353 > > _Note: This release is almost identical to v0.1.15, except for a small tweak to the "what have you been working on" prompt._ > > ### Behind-the-scenes changes > * create a separate UserDefaults in UI Test mode by @yshavit in #341 > * Build without Sparkle, for app store distribution by @yshavit in #335 > * update dependencies (Sparkle and KeyboardShortcuts) by @yshavit in #337 > * refactor prefs pane to three separate controllers by @yshavit in #350 > > > **Full Changelog**: v0.1.14...v0.1.15 [release_tag_url]: https://github.com/yshavit/whatdid/releases/tag/v0.1.16
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.
As part of this, finally update our target build from 10.x to 11.x. That's just because 11.0 has a nice icon we can use. 10.x has been EOL for a year now, anyway.
This resolves #339