removed changelog from within script, it's been moved to gitea. Moved todo items from within script to gitea issues
This commit is contained in:
@@ -38,46 +38,11 @@ ScriptName = Freedomain Social Media Poster
|
|||||||
ScriptVersion = 2.71
|
ScriptVersion = 2.71
|
||||||
FullScriptName := ScriptName . " " . ScriptVersion
|
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---
|
;---ToDo---
|
||||||
;------------------------------------------------
|
;------------------------------------------------
|
||||||
; Steemit not submitting
|
|
||||||
; linkedin image posting not working
|
|
||||||
|
|
||||||
|
|
||||||
; @todo: fix post scheduling - countdown 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: 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: 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
|
; Misc info
|
||||||
;------------------------------------------------
|
;------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user