1
0

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';