2 Commits d1972f501b ... 7b5e879a99

Tác giả SHA1 Thông báo Ngày
  pezcurrel 7b5e879a99 Added “todo” line 2 tuần trước cách đây
  pezcurrel 366a256096 Updated to help text as in commit d1972f5 2 tuần trước cách đây
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  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';