2 İşlemeler d1972f501b ... 7b5e879a99

Yazar SHA1 Mesaj Tarih
  pezcurrel 7b5e879a99 Added “todo” line 2 hafta önce
  pezcurrel 366a256096 Updated to help text as in commit d1972f5 2 hafta önce
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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';