2 次代码提交 d1972f501b ... 7b5e879a99

作者 SHA1 备注 提交日期
  pezcurrel 7b5e879a99 Added “todo” line 2 周之前
  pezcurrel 366a256096 Updated to help text as in commit d1972f5 2 周之前
共有 2 个文件被更改,包括 3 次插入1 次删除
  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';