Skip to content

Commit

Permalink
Final updates for v1.07 candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilding committed Oct 27, 2024
1 parent 883821f commit 19f9f66
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ For details, see [LICENSE_openpgp](LICENSE_openpgp).
| Date | Change | Available in Server | Frogtab Local Version |
| --- | --- | --- | --- |
| Oct 27, 2024 | You can now send tasks to Frogtab via a terminal, without registering for a personal link | No | v1.07 |
| Oct 18, 2024 | You can now stop Frogtab Local via your browser. See the bottom of the help page | No | v1.06 |
| Oct 18, 2024 | Reorganized the menu to always show Achievements. Removed Send to Frogtab from the menu | Yes | v1.06 |
| Oct 18, 2024 | Reorganized the help page and explained Achievements in a more approachable way | Yes | v1.06 |
Expand Down
2 changes: 1 addition & 1 deletion app/achievements.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="favicons/icon-180-apple.png">
<link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="simple.min.css?sha1=7217da6f3e55e123bd9e735d928d8aaf05afc5a2">
<link rel="stylesheet" href="simple-customizations.css?sha1=8ea27f16ee29df158a92d2cf4b95e3c19182b5ea">
<link rel="stylesheet" href="simple-customizations.css?sha1=37543e3ca2e575b95d9a8fbc5cbc62e9b678bfa7">
</head>
<body>
<header>
Expand Down
12 changes: 9 additions & 3 deletions app/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="favicons/icon-180-apple.png">
<link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="simple.min.css?sha1=7217da6f3e55e123bd9e735d928d8aaf05afc5a2">
<link rel="stylesheet" href="simple-customizations.css?sha1=8ea27f16ee29df158a92d2cf4b95e3c19182b5ea">
<link rel="stylesheet" href="simple-customizations.css?sha1=37543e3ca2e575b95d9a8fbc5cbc62e9b678bfa7">
</head>
<body>
<header>
Expand Down Expand Up @@ -118,7 +118,7 @@ <h2 id="adding-tasks-to-your-inbox">Adding tasks to your inbox</h2>
</ul>
<p>
These methods don't work from other devices.
To capture tasks from other devices, first <a tabindex="0" href="#registering-for-a-personal-link" title="Registering for a personal link">register for a personal link</a>.
To send tasks from other devices, first <a tabindex="0" href="#registering-for-a-personal-link" title="Registering for a personal link">register for a personal link</a>.
</p>
<h2 id="triaging-your-inbox">Triaging your inbox</h2>
<p>
Expand Down Expand Up @@ -708,7 +708,8 @@ <h2 id="changing-the-theme">Changing the theme</h2>
<div class="service-save-only">
<h2 id="sending-tasks-via-a-terminal">Sending tasks via a terminal</h2>
<p>
To enable this feature:
As an alternative to using <a tabindex="0" href="send" target="_blank">Send to Frogtab</a>,
you can send tasks to Frogtab via a terminal. To enable this feature:
</p>
<ol>
<li>
Expand All @@ -732,6 +733,11 @@ <h2 id="sending-tasks-via-a-terminal">Sending tasks via a terminal</h2>
<p>
The task will appear in your inbox after a few seconds.
</p>
<p>
You can't use <code>python send.py</code> to send tasks from other devices.
To send tasks from other devices, first <a tabindex="0" href="#registering-for-a-personal-link" title="Registering for a personal link">register for a personal link</a>,
then <a tabindex="0" href="https://maybecoding.bearblog.dev/making-a-command-line-tool-for-your-frogtab-personal-link/" target="_blank">make a command-line tool for your personal link</a>.
</p>
</div>
</main>
<footer>
Expand Down
3 changes: 3 additions & 0 deletions app/simple-customizations.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ iframe {
border: 0;
border-radius: var(--standard-border-radius);
}
pre {
border: 0 none;
}
footer a {
color: var(--text-light) !important;
}
2 changes: 1 addition & 1 deletion dev_create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mkdir flask
mv static templates app.py send.py frogtab_helpers.py requirements.txt flask

cd flask/templates
sed -i'.backup' 's/python send\.py/frogtab send/' help.html
sed -i'.backup' 's/python send\.py/frogtab send/g' help.html
rm *.backup

cd ../..
Expand Down
6 changes: 5 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: frogtab
version: 1.07snap1beta11
version: 1.07snap1
title: Frogtab Local
summary: Run the Frogtab task manager on localhost
description: |
Expand Down Expand Up @@ -31,6 +31,10 @@ description: |
**Changelog**
1.07snap1:
* You can now send tasks to Frogtab via a terminal, without registering for a personal link
1.06snap1:
* You can now stop Frogtab Local via your browser. See the bottom of the help page
Expand Down

0 comments on commit 19f9f66

Please sign in to comment.