Skip to content

Commit

Permalink
release 2023.1010.043739
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
runner authored and yshavit committed Oct 10, 2023
1 parent 9f743e0 commit e78630a
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Whatdid.dmg
Binary file added appcast/Whatdid-2023.1010.043739.dmg
Binary file not shown.
17 changes: 17 additions & 0 deletions appcast/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>whatdid</title>
<item>
<title>0.1</title>
<pubDate>Tue, 10 Oct 2023 04:50:29 +0000</pubDate>
<sparkle:channel>alpha</sparkle:channel>
<sparkle:version>2023.1010.043739</sparkle:version>
<sparkle:shortVersionString>0.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>https://whatdid.yuvalshavit.com/release-notes/Whatdid-2023.1010.043739.html</sparkle:releaseNotesLink>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/Whatdid-2023.1010.043739.dmg" length="1856206" type="application/octet-stream" sparkle:edSignature="MbXtvxt4needYbWJSTtlhmAUIcOHRNqp8GGE20TxZPtk3VAwm49JKionhrG1UHBheyotX0YI/v/vFNVUzrBDAA=="/>
<sparkle:deltas>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.043739-2023.1010.032639.delta" sparkle:deltaFrom="2023.1010.032639" length="34147" type="application/octet-stream" sparkle:edSignature="MUjYcVy1TC/KWVDhjdAh57j+ODmQnNmiTePCCh8WvkG+ujwzlGSC/7Em3HO8vQCW0zJWaY3MARIUo9Q8TFTdDQ=="/>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.043739-2023.0926.060157.delta" sparkle:deltaFrom="2023.0926.060157" length="1066117" type="application/octet-stream" sparkle:edSignature="HELP4cwgqPHJ8pW+pdunCiSsMe1lGsgjOlsixH7RQjgqv+O+z3J45v9D6VChFQYUCJOmQFKV6TGeEerJuKSGDw=="/>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.043739-2023.0515.010804.delta" sparkle:deltaFrom="2023.0515.010804" length="1084049" type="application/octet-stream" sparkle:edSignature="mOcj0qXLdOUYUBQmva6OWd1v9zEUXpVWllEqILsrMIIUF0f9IWe8N+HIlar5oEKIxIeid+/0X7guP0mQH9jHAQ=="/>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.043739-2023.0514.235106.delta" sparkle:deltaFrom="2023.0514.235106" length="1084352" type="application/octet-stream" sparkle:edSignature="HZB1vvhohdxLqXGPBnGXmpCwU5gQmA0Z7SYZUCMKe0FZVbUbFHJURVgLm7uJpNiCc6wt7w6asTWmZJZsxMg5CQ=="/>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.043739-2022.1114.083348.delta" sparkle:deltaFrom="2022.1114.083348" length="1443296" type="application/octet-stream" sparkle:edSignature="hXKVKvL8rQsxOwAq8IN9EnqEcBOS8PAiXl1RGSWxPH/Bd/vEx7biq+DDIhlz+EEQ97xyg6cVfQQiNbGsWGkoDg=="/>
</sparkle:deltas>
</item>
<item>
<title>0.1</title>
<pubDate>Tue, 10 Oct 2023 03:54:37 +0000</pubDate>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified images/daily-report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/project-task-note.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions release-notes/Whatdid-2023.1010.043739.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Feature Changes

* restore state on startup by @yshavit in https://github.com/yshavit/whatdid/pull/338
* first pass at usage tracking by @yshavit in https://github.com/yshavit/whatdid/pull/351
* add a few usage tracker calls by @yshavit in https://github.com/yshavit/whatdid/pull/352
* button to go from PTN to EOD report by @yshavit in https://github.com/yshavit/whatdid/pull/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 https://github.com/yshavit/whatdid/pull/341
* Build without Sparkle, for app store distribution by @yshavit in https://github.com/yshavit/whatdid/pull/335
* update dependencies (Sparkle and KeyboardShortcuts) by @yshavit in https://github.com/yshavit/whatdid/pull/337
* refactor prefs pane to three separate controllers by @yshavit in https://github.com/yshavit/whatdid/pull/350


**Full Changelog**: https://github.com/yshavit/whatdid/compare/v0.1.14...v0.1.15

0 comments on commit e78630a

Please sign in to comment.