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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [5.0.4] — 2026-07-20

### Changed
- **Marketplace-ready Action metadata** — renamed the Action to a distinctive,
Marketplace-safe title ("GDrive Repo Backup and Restore"; removed the `→`
glyph that can break Marketplace slugs). Branding (icon `hard-drive`, color
`blue`), inputs, and outputs unchanged.
- Publishing a moving **`v5`** major tag so `uses: OmarRao/github-gdrive-backup@v5`
and `ghcr.io/omarrao/github-gdrive-backup:v5` resolve.

---

## [5.0.3] — 2026-07-20

### Fixed (dashboard)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2026 Omar Rao
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial
name: 'GitHub → Google Drive Backup'
name: 'GDrive Repo Backup and Restore'
description: 'Back up GitHub repositories (code, issues, PRs, releases, wiki) to Google Drive or S3/Azure/B2, with delta uploads, 3-2-1 fan-out, encryption and signed manifests.'
author: 'Omar Rao'
branding:
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-gdrive-backup",
"version": "5.0.3",
"version": "5.0.4",
"description": "Back up every GitHub repository to Google Drive — code, issues, PRs, releases, wiki, labels, milestones — and restore with one click.",
"main": "src/server/app.js",
"bin": {
Expand Down
Loading