Skip to content

Commit

Permalink
Thor 1.47.04 - Released 2024-12-04
Browse files Browse the repository at this point in the history
* Fix broken link in "Manage Plug-Ins" (#276)
  • Loading branch information
Jimrnelson committed Dec 4, 2024
1 parent c43a8a4 commit c484469
Show file tree
Hide file tree
Showing 28 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Change Log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Thor Change Log

### Thor 1.47.04 - Released 2024-12-04
* Fix broken link in "Manage Plug-Ins" (#276)

### Thor 1.47.03 - Released 2024-10-12
* "Never Update" items not showing properly in CFU
* Changed font for Thor menu items to "Segoe UI"
Expand Down
Binary file modified Installed Files/Source/createtool.sct
Binary file not shown.
Binary file modified Installed Files/Source/createtool.scx
Binary file not shown.
Binary file modified Installed Files/Source/thor.pjt
Binary file not shown.
Binary file modified Installed Files/Source/thor.pjx
Binary file not shown.
Binary file modified Installed Files/Source/thor.vct
Binary file not shown.
Binary file modified Installed Files/Source/thor.vcx
Binary file not shown.
Binary file modified Installed Files/Source/thor_foxresource.vct
Binary file not shown.
Binary file modified Installed Files/Source/thor_foxresource.vcx
Binary file not shown.
Binary file modified Installed Files/Source/thor_run.vct
Binary file not shown.
Binary file modified Installed Files/Source/thor_run.vcx
Binary file not shown.
Binary file modified Installed Files/Source/thor_ui.vct
Binary file not shown.
Binary file modified Installed Files/Source/thor_ui.vcx
Binary file not shown.
Binary file modified Installed Files/Source/thor_utils.vct
Binary file not shown.
Binary file modified Installed Files/Source/thor_utils.vcx
Binary file not shown.
Binary file modified Installed Files/Source/thorformruntool.sct
Binary file not shown.
Binary file modified Installed Files/Source/thorformruntool.scx
Binary file not shown.
Binary file modified Installed Files/Source/thorui.sct
Binary file not shown.
Binary file modified Installed Files/Source/thorui.scx
Binary file not shown.
8 changes: 4 additions & 4 deletions Installed Files/Source/thorversion.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Define cnVersion 1.47.03
#Define cdVersionDate October 12, 2024
#Define ccThorInternalVERSION 'Thor - 1.47.03 - October 12, 2024 - 20241012'
#Define ccThorVERSION [Thor - 1.47.03 - October 12, 2024]
#Define cnVersion 1.47.04
#Define cdVersionDate December 4, 2024
#Define ccThorInternalVERSION 'Thor - 1.47.04 - December 4, 2024 - 20241204'
#Define ccThorVERSION [Thor - 1.47.04 - December 4, 2024]
#Define ccThorVERSIONFILE [ThorVersion.txt]
Binary file modified Installed Files/Thor.APP
Binary file not shown.
Binary file modified Installed Files/Thor/Tools/thor_tool_thorinternalmanageplugins.sct
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](Docs/Images/Thor.png)
## Tool manager for FoxPro

Version 1.47.03 Release 2024-10-12
Version 1.47.04 Release 2024-12-04

[What's new in this release](Change%20Log.md)

Expand All @@ -17,7 +17,7 @@ _**Thor** is a tool for managing add-on tools in the IDE, managing menus and hot

**Help:** [Click here for complete online documentation](Docs/Thor_help.md)

**Discussions:** [Post questions, bug reports, discussions in the Thor Discussion Group](http://groups.google.com/group/FoxProThor)
**Discussions:** [Post questions, bug reports, discussions in the Thor Discussion Group](https://github.com/VFPX/Thor/issues)

**Tools for Thor: [PEM Editor w/IDE Tools](https://github.com/VFPX/PEMEditor),** **[The Thor Repository](Docs/Thor_repository.md)**, **[GoFish](https://github.com/VFPX/GoFish)**

Expand Down
Binary file modified ThorUpdater/Thor.zip
Binary file not shown.
Binary file modified ThorUpdater/Updates.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion ThorUpdater/_ThorVersionFile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Lparameters toUpdateInfo

Local lcNote
AddProperty(toUpdateInfo, 'AvailableVersion', 'Thor - 1.47.03 - October 12, 2024 - 20241012' )
AddProperty(toUpdateInfo, 'AvailableVersion', 'Thor - 1.47.04 - December 4, 2024 - 20241204' )
AddProperty(toUpdateInfo, 'SourceFileUrl', 'https://raw.githubusercontent.com/VFPX/Thor/master/ThorUpdater/Thor.zip')
AddProperty(toUpdateInfo, 'LinkPrompt', 'Thor Home Page')
AddProperty(toUpdateInfo, 'Link', 'https://github.com/VFPX/Thor')
Expand Down
4 changes: 2 additions & 2 deletions Updaters/Updates/Thor_Update_Finder.prg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ EndText
With loUpdateObject
.ApplicationName = 'Finder'
.InstallInTools = .T.
.VersionNumber = '1.1.19'
.VersionDate = Date(2014, 11, 26)
.VersionNumber = '1.1.20'
.VersionDate = Date(2024, 12, 01)
.SourceFileUrl = 'https://raw.githubusercontent.com/VFPX/Finder/master/Finder.zip'
.LinkPrompt = 'Finder Home Page'
.Link = 'https://github.com/VFPX/Finder'
Expand Down

0 comments on commit c484469

Please sign in to comment.