[PR #1250] [CLOSED] Changed Hoarder to Karakeep #1773

Closed
opened 2026-03-02 11:59:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1250
Author: @darxreborn
Created: 4/12/2025
Status: Closed

Base: rebrandHead: patch-3


📝 Commits (10+)

  • 16866d8 chore: Hoarder to Karakeep rebranding (#1199)
  • a386406 readme: Update readme and docs for the new name
  • 14b85a3 readme: More readme fixes for the new name
  • a5c3db1 build: Build the new karakeep docker images
  • 8f470b3 fix: Drop the rebranding banner
  • abcb9f2 build: Update image source label in the dockerfile
  • 4e6d314 docs: Update installation docs with karakeep
  • 8a2b890 chore: Rename mobile and pwa manifests to karakeep
  • 27324a9 docs: Release the 0.23.1 docs
  • 49efe14 fix(mobile): Update karakeep logo and splash screen

📊 Changes

331 files changed (+5780 additions, -1286 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yml (+4 -4)
📝 .github/ISSUE_TEMPLATE/feature_request.yml (+5 -5)
📝 .github/ISSUE_TEMPLATE/question.yml (+2 -2)
📝 .github/workflows/docker.yml (+16 -8)
📝 README.md (+11 -9)
📝 SECURITY.md (+1 -1)
📝 apps/browser-extension/manifest.json (+22 -5)
📝 apps/browser-extension/package.json (+10 -10)
apps/browser-extension/public/logo-128-darkmode.png (+0 -0)
apps/browser-extension/public/logo-16-darkmode.png (+0 -0)
apps/browser-extension/public/logo-48-darkmode.png (+0 -0)
📝 apps/browser-extension/public/logo-full-white.png (+0 -0)
📝 apps/browser-extension/public/logo-full.png (+0 -0)
📝 apps/browser-extension/src/BookmarkSavedPage.tsx (+1 -1)
📝 apps/browser-extension/src/Logo.tsx (+2 -2)
📝 apps/browser-extension/src/SavePage.tsx (+1 -1)
📝 apps/browser-extension/src/background/background.ts (+1 -1)
📝 apps/browser-extension/src/components/BookmarkLists.tsx (+1 -1)
📝 apps/browser-extension/src/components/ListsSelector.tsx (+1 -1)
📝 apps/browser-extension/src/components/TagList.tsx (+2 -2)

...and 80 more files

📄 Description

Including links


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/1250 **Author:** [@darxreborn](https://github.com/darxreborn) **Created:** 4/12/2025 **Status:** ❌ Closed **Base:** `rebrand` ← **Head:** `patch-3` --- ### 📝 Commits (10+) - [`16866d8`](https://github.com/karakeep-app/karakeep/commit/16866d8808c09c0cebc9861e04caa78fbcd10215) chore: Hoarder to Karakeep rebranding (#1199) - [`a386406`](https://github.com/karakeep-app/karakeep/commit/a3864065a1412e320efa750ba6efe88529317b78) readme: Update readme and docs for the new name - [`14b85a3`](https://github.com/karakeep-app/karakeep/commit/14b85a3bfcb512b8a4663727418f4f273e9d989a) readme: More readme fixes for the new name - [`a5c3db1`](https://github.com/karakeep-app/karakeep/commit/a5c3db1e5fc66eca5f0351bc328953d6dbc9b135) build: Build the new karakeep docker images - [`8f470b3`](https://github.com/karakeep-app/karakeep/commit/8f470b3203c7ddda552fd04ef0065b9ce8fc4ab5) fix: Drop the rebranding banner - [`abcb9f2`](https://github.com/karakeep-app/karakeep/commit/abcb9f264319ed9c73194e44401f89fb8521d9e2) build: Update image source label in the dockerfile - [`4e6d314`](https://github.com/karakeep-app/karakeep/commit/4e6d31424f7b3035a2ae120acccb5b050740406c) docs: Update installation docs with karakeep - [`8a2b890`](https://github.com/karakeep-app/karakeep/commit/8a2b890256d89487343f3772e76b79e0bbcb0c2c) chore: Rename mobile and pwa manifests to karakeep - [`27324a9`](https://github.com/karakeep-app/karakeep/commit/27324a963120fe7a6aeff7cfbe358db5b3fafe7a) docs: Release the 0.23.1 docs - [`49efe14`](https://github.com/karakeep-app/karakeep/commit/49efe1413ca3f4d9a4ba905bbf46ccd37dbee800) fix(mobile): Update karakeep logo and splash screen ### 📊 Changes **331 files changed** (+5780 additions, -1286 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yml` (+4 -4) 📝 `.github/ISSUE_TEMPLATE/feature_request.yml` (+5 -5) 📝 `.github/ISSUE_TEMPLATE/question.yml` (+2 -2) 📝 `.github/workflows/docker.yml` (+16 -8) 📝 `README.md` (+11 -9) 📝 `SECURITY.md` (+1 -1) 📝 `apps/browser-extension/manifest.json` (+22 -5) 📝 `apps/browser-extension/package.json` (+10 -10) ➕ `apps/browser-extension/public/logo-128-darkmode.png` (+0 -0) ➕ `apps/browser-extension/public/logo-16-darkmode.png` (+0 -0) ➕ `apps/browser-extension/public/logo-48-darkmode.png` (+0 -0) 📝 `apps/browser-extension/public/logo-full-white.png` (+0 -0) 📝 `apps/browser-extension/public/logo-full.png` (+0 -0) 📝 `apps/browser-extension/src/BookmarkSavedPage.tsx` (+1 -1) 📝 `apps/browser-extension/src/Logo.tsx` (+2 -2) 📝 `apps/browser-extension/src/SavePage.tsx` (+1 -1) 📝 `apps/browser-extension/src/background/background.ts` (+1 -1) 📝 `apps/browser-extension/src/components/BookmarkLists.tsx` (+1 -1) 📝 `apps/browser-extension/src/components/ListsSelector.tsx` (+1 -1) 📝 `apps/browser-extension/src/components/TagList.tsx` (+2 -2) _...and 80 more files_ </details> ### 📄 Description Including links --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1773
No description provided.