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
15 changes: 0 additions & 15 deletions .changeset/favicon-generation.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/hyperbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# hyperbook

## 0.60.0

### Minor Changes

- [#1013](https://github.com/openpatch/hyperbook/pull/1013) [`9c96045`](https://github.com/openpatch/hyperbook/commit/9c96045020c45dc06cc2da8e86de2fa6c2ba2a32) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add automatic favicon and PWA icon generation from logo

When building a Hyperbook project, if no favicon.ico exists and a logo is defined in hyperbook.json, a complete set of favicons and PWA assets are automatically generated:

- Generates 60+ files including favicon.ico, Android icons, Apple touch icons, and Apple startup images
- Creates web manifest with full PWA metadata (theme color, scope, language, developer info)
- Smart logo path resolution: checks root folder, book folder, and public folder
- Adds favicon, Apple touch icon, and manifest links to all HTML pages
- Uses hyperbook.json metadata: name, description, colors.brand, basePath, language, author
- Backward compatible: copies favicon.ico to root for browsers expecting it there

## 0.59.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperbook",
"version": "0.59.0",
"version": "0.60.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hyperbook/markdown

## 0.35.1

### Patch Changes

- [#1013](https://github.com/openpatch/hyperbook/pull/1013) [`9c96045`](https://github.com/openpatch/hyperbook/commit/9c96045020c45dc06cc2da8e86de2fa6c2ba2a32) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add automatic favicon and PWA icon generation from logo

When building a Hyperbook project, if no favicon.ico exists and a logo is defined in hyperbook.json, a complete set of favicons and PWA assets are automatically generated:

- Generates 60+ files including favicon.ico, Android icons, Apple touch icons, and Apple startup images
- Creates web manifest with full PWA metadata (theme color, scope, language, developer info)
- Smart logo path resolution: checks root folder, book folder, and public folder
- Adds favicon, Apple touch icon, and manifest links to all HTML pages
- Uses hyperbook.json metadata: name, description, colors.brand, basePath, language, author
- Backward compatible: copies favicon.ico to root for browsers expecting it there

## 0.35.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/markdown",
"version": "0.35.0",
"version": "0.35.1",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hyperbook/vscode-extension

## 0.38.1

### Patch Changes

- Updated dependencies [[`9c96045`](https://github.com/openpatch/hyperbook/commit/9c96045020c45dc06cc2da8e86de2fa6c2ba2a32)]:
- @hyperbook/markdown@0.35.1

## 0.38.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"homepage": "https://hyperbook.openpatch.org",
"main": "./out/extension.js",
"version": "0.38.0",
"version": "0.38.1",
"engines": {
"vscode": "^1.71.0"
},
Expand Down
2 changes: 1 addition & 1 deletion website/en/book/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you need a new feature, open an [issue](https://github.com/openpatch/hyperboo
::::
-->

## v0.59.0
## v0.60.0

::::tabs

Expand Down