delphidabbler / codesnip

A code bank designed with Pascal in mind
https://delphidabbler.com/software/codesnip
Other
111 stars 34 forks source link

Restore check for database updates feature #69

Closed delphidabbler closed 1 year ago

delphidabbler commented 1 year ago

CodeSnip could check the database's VERSION file on GitHub and compare it to the installed database version to determine if a new version of the "main" database is available.

Suggesting this is a menu option, not an automatic feature.

Would need to disable the option if no database installed.

delphidabbler commented 1 year ago

This isn't going to work easily: GitHub requires https and that's not easy to implement with Indy 10 & Delphi XE.

delphidabbler commented 1 year ago

This won't be implemented in v4.

Deferring for consideration in a later major version.

delphidabbler commented 1 year ago

This won't be implemented in v4.

Deferring for consideration in a later major version.

Since CodeSnip 5 has been abandoned and this issue has been rejected for v4, it will not now be implemented.

Closing this issue as rejected.