diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index d0110bd..b3318cb 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -38,46 +38,11 @@ ScriptName = Freedomain Social Media Poster ScriptVersion = 2.71 FullScriptName := ScriptName . " " . ScriptVersion -changelog = -( - Fixed Locals Posting - Fixed Gettr Posting - Fixed Flote Posting - Fixed MeWe Posting - Fixed Minds Posting - Fixed Steemit Posting - Fixed LinkedIn Image Posting - Removed Tumblr Support - Removed Pintrest support - ) -Changelog := StrReplace(changelog, A_Tab, "") -Changelog := StrReplace(changelog, "`n", "--") - - - ;---ToDo--- ;------------------------------------------------ -; Steemit not submitting -; linkedin image posting not working - - ; @todo: fix post scheduling - countdown not working - -; @todo: being called from video uploader, skip over locals if video uploaed there -; @todo: add testing mode functionality similiar to video uploader -; @todo: Add option to auto restart chrome in debug mode -; @todo: Add hashtags to LinkedIn -; @todo: add icons? maybe? -; @todo: finish adding functionality for checkboxes next to title -; @todo: Make website buttons activate tab for site -; @todo: make facebook button open tab for facebook - ; @todo: Errorlog not getting appended to on > 1 run (ErrorLoggingFilePath) variable is missing somehwere -; @todo: add a progress of 5/10 to show -; @todo: start new post after update if description has no text in it when update run -; @todo: tags aren't saved with templates ; @todo: Add tags support on all sites that support it - ask stef is useful -; @todo: save post tags and title to teh same file as ini file instead of two files ; Misc info ;------------------------------------------------