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
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ jobs:
run: npm ci --prefer-offline --no-audit --progress=false

- name: Sync package version
shell: bash
run: node scripts/sync-release-version.mjs "$RELEASE_VERSION"

- name: Verify macOS Cargo network trust
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ This repository intentionally does not carry duplicate long-form product, setup,
└── img.png App preview image
```

## Sponsors

OpenNOW's CI usage is generously sponsored by [Blacksmith](https://www.blacksmith.sh/), helping keep builds and releases fast for the open-source project.

## Contributing

Contributions are welcome. Read the [contributing guide](.github/CONTRIBUTING.md), keep changes focused, and explain user-facing impact clearly. When changing localized copy, edit only `locales/en.json`; Crowdin manages the other locale files.
Expand Down
44 changes: 28 additions & 16 deletions opennow-stable/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion opennow-stable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opennow-stable",
"version": "0.4.0",
"version": "0.3.9",
"description": "Electron-based OpenNOW stable client",
"author": {
"name": "zortos293",
Expand Down
Loading