Skip to content

Commit

Permalink
release 2023.1010.032639
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
runner authored and yshavit committed Oct 10, 2023
1 parent 45a5fd1 commit a29de5e
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Whatdid.dmg
Binary file added appcast/Whatdid-2023.1010.032639.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 03:54:37 +0000</pubDate>
<sparkle:channel>alpha</sparkle:channel>
<sparkle:version>2023.1010.032639</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.032639.html</sparkle:releaseNotesLink>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/Whatdid-2023.1010.032639.dmg" length="1856257" type="application/octet-stream" sparkle:edSignature="Xzd+vrUVI0XGtmCOfwDCJrYvMouzTjXsbqt52kF2ZByIoT9Cq4uxhk8n+LeLUETXwlVWJAJgtjB5waj3PX99CA=="/>
<sparkle:deltas>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.032639-2023.0926.060157.delta" sparkle:deltaFrom="2023.0926.060157" length="1067665" type="application/octet-stream" sparkle:edSignature="Acapn4SPpiZQb70zuo2UaJPG95gvX4mxwY7+CgtJ3T1EYQMM6i+bcBVXaR9b3ULJkkGOIN6vVOoggxA8s4k6CA=="/>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.032639-2023.0515.010804.delta" sparkle:deltaFrom="2023.0515.010804" length="1080834" type="application/octet-stream" sparkle:edSignature="XDj7ZkeOHu0mULSadyk3r6OzHvtQWatL7bqxB85WMCsx97T1dk8JpF8csF8EaW+8ypA4HhA6n8BxWCEALIF+Cg=="/>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.032639-2023.0514.235106.delta" sparkle:deltaFrom="2023.0514.235106" length="1081509" type="application/octet-stream" sparkle:edSignature="vnJw6EOfl7hixwanmhTBk+QKYfK72FhcBF+79RlYYt5szEDoGrye76CREqxkGb0UZl7NOBX55boFBdRqpGdqBg=="/>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.032639-2022.1114.083348.delta" sparkle:deltaFrom="2022.1114.083348" length="1443677" type="application/octet-stream" sparkle:edSignature="bJBkUYDaSHzxFa9LxkRye0PHuC/T2DbikQZGv2Jyba4VdlRXWHdejuxUafoGv4quKgLBi2w9B8nf65HPPqt5Ag=="/>
<enclosure url="https://whatdid.yuvalshavit.com/appcast/whatdid2023.1010.032639-2022.1031.035250.delta" sparkle:deltaFrom="2022.1031.035250" length="1443843" type="application/octet-stream" sparkle:edSignature="Z7K8lM+WqkUneEHNEBMlUVlasxCD+fTvOTkMaTOyk0t2E8ojk6HqqvQzgyNyJGgd1Gvni4Zn1dQyRW089xCdCg=="/>
</sparkle:deltas>
</item>
<item>
<title>0.1</title>
<pubDate>Tue, 26 Sep 2023 06:05:23 +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.
14 changes: 14 additions & 0 deletions release-notes/Whatdid-2023.1010.032639.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 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

### 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 a29de5e

Please sign in to comment.