2 Commits d1972f501b ... 7b5e879a99

Autore SHA1 Messaggio Data
  pezcurrel 7b5e879a99 Added “todo” line 2 settimane fa
  pezcurrel 366a256096 Updated to help text as in commit d1972f5 2 settimane fa
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 1
      README.md
  2. 2 0
      pfaltgall

+ 1 - 1
README.md

@@ -5,7 +5,7 @@
 
 [[[ DESCRIPTION ]]]
 
- This is pfaltgall v0.2, a CLI PHP script that can generate an html file with
+ This is pfaltgall v0.2.1, a CLI PHP script that can generate an html file with
 a gallery from your Pixelfed profile. The html gallery file will load images
 dynamically, display each one using almost all the available screen space and
 will let you jump right from the start to any point in the timeline. It will

+ 2 - 0
pfaltgall

@@ -16,6 +16,8 @@
   along with this program. If not, see <http://www.gnu.org/licenses/>.
 */
 
+// todo: add a "last updated on" header
+
 $SCRIPTNAME='pfaltgall';
 $SCRIPTVERSION='0.2.1';
 $SCRIPTURL='https://git.lattuga.net/Jones/pfaltgall';