Skip to content

Commit

Permalink
Added missing default config for dueDateInTheFuture in preparation fo…
Browse files Browse the repository at this point in the history
…r 2.0.2, added screenshots for Flathub
  • Loading branch information
ransome1 committed Nov 1, 2023
1 parent 1b53d45 commit a692564
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
29 changes: 4 additions & 25 deletions flatpak/com.github.ransome1.sleek.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,37 +49,16 @@
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/00_todo_list.png</image>
<image>https://user-images.githubusercontent.com/11188741/279596793-12dea5bd-83d8-46cd-a795-8d9b892e5a59.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/20_advanced_search.png</image>
<image>https://user-images.githubusercontent.com/11188741/279596811-d9de523a-87cb-4d38-a943-a8add5bc7c72.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/multiline_autocomplete_dark.png</image>
<image>https://user-images.githubusercontent.com/11188741/279596816-37395cc8-e439-4655-bd1c-94c06e741a30.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/recurrence_picker_dark.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/category_filtered_dark.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/date_picker.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/file_switcher.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/sort_by_projects.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/10_single_context_filtered_dark.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/compact_view_dark.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ransome1/sleek/master/assets/screenshots/linux/sort_by_due_date_dark.png</image>
<image>https://user-images.githubusercontent.com/11188741/279596822-8df3f1d4-0d59-486f-a2d3-d683cfd2c4fc.png</image>
</screenshot>
</screenshots>
</component>
3 changes: 3 additions & 0 deletions src/main/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ const configStorage = new Store<ConfigData>({
'2.0.1': store => {
store.set('anonymousUserId', anonymousUserId);
},
'2.0.2': store => {
store.set('dueDateInTheFuture', true);
},
}
});
const filtersPath = path.join(userDataDirectory, 'filters.json');
Expand Down

0 comments on commit a692564

Please sign in to comment.