Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/update_contributions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Update Contributions
on:
push:
branches:
- main
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '45 4 * * *'
Expand Down
6 changes: 4 additions & 2 deletions contributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,8 @@ contributions:
minRevision: 0
maxRevision: 0
download: http://www.lagers.org.uk/processing/appletmaker/AppletMaker.zip
override:
maxRevision: 228
- id: 97
source: https://andrusiv.com/android-select-file/download/SelectFile.txt
status: VALID
Expand Down Expand Up @@ -3412,7 +3414,7 @@ contributions:
prettyVersion: v1.2
minRevision: 0
maxRevision: 0
compatibleModesList: ''
modes: ''
download: http://mad4j.github.io/book-mdpc/book-mdpc.zip
override:
categories:
Expand Down Expand Up @@ -4158,7 +4160,7 @@ contributions:
prettyVersion: 1.0.1
minRevision: 0
maxRevision: 0
compatibleModesList: jycessing.mode.PythonMode
modes: jycessing.mode.PythonMode
download: https://coding-creative.dringtech.com/examples/coding-creative-examples.zip
- id: 244
source: http://giftedapprentice.com/ewbIK/ewbIK.txt
Expand Down
1 change: 1 addition & 0 deletions scripts/parse_and_validate_properties_txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class PropertiesBase(BaseModel):
prettyVersion: str
minRevision: int = Field(0)
maxRevision: int = Field(0)
modes: Optional[str] = Field(None, alias='compatibleModesList')

model_config = ConfigDict(
extra='allow',
Expand Down