Commit Graph

10 Commits

Author SHA1 Message Date
Sean Zellmer
47c6f034cb Pear release 1.11.1 docs (#169)
* Add `data` cli command & info about `apps` subcommand

* Add `pear reset` cli command for resetting a Pear application

Added a warning in the description as the command can result in lost
data and users should be cautious when using it.

* Remove leading spaces for `data` command flags

* Add note about dumping paths from `pear://` links in `dump` command

* Add `Pear.tray()` to Pear API docs

* Add supported formats for tray icon

* Remove `--unsafe-clear-preferences` from `pear run` cli doc

* Add `pear.gui.name` config option

* Edit new documentation for grammar & formatting

* Clarify `pear.gui.name` is an override & doesnt have a default

* Remove using "you" in `pear dump` doc & Correct grammar in `Pear.tray()`

Co-authored-by: David Mark Clements <huperekchunow@googlemail.com>

* Reword `pear reset` to make warning explicit

* Add note about hidden app issues when linux doesn't support `Pear.tray()`

---------

Co-authored-by: David Mark Clements <huperekchunow@googlemail.com>
2025-03-07 12:54:57 -06:00
Sean Zellmer
b011d81d27 Pear release 1.10.0 docs (#165)
* Add `pear.gui.hideable` configuration option

Added in Pear v1.10.0

* Add note about platform specific `gui` options

* Tweak platform list text to show connection w/ header

* Clean up line breaks in gui platform config section

* Remove platforms not supported by electron in GUI config section
2025-02-14 09:35:21 +01:00
Sean Zellmer
dca7c8f3f8 Pear release 1.8.0 docs (#162)
* Add `Pear.badge(count)` documentation

Picked `null` to be the documented way to display a plain dot given it
coerces to `0`, so passes the `Number.isInteger(count)` check, and has
the same behavior in plain electron.

* Add `pear.stage.prefetch` to Application Configuration

* Update `stage` subcommand help output

The `truncate` was added since
https://github.com/holepunchto/pear/commit/85892a6a#diff-c218df6a550b0f3a42a2879e83f3ce2281061a1e79123d2a6d610d62d5f63bd8R79
but was missing.

* Add `pear.userAgent` to Application Configuration

* Adjust info about warmup in the guides

* Clarify that `pear.userAgent` will not change Sidecar requests
2024-12-23 09:59:13 +01:00
rafapaezbas
299d287412 removed previewFor (#160) 2024-12-20 09:28:19 +01:00
Jan Keith Darunday
6f5cd6c8ae Add documentation about http(s)://* whitelists (#135) 2024-08-27 14:50:35 +02:00
Vivek Singh
731249d588 add more context to pear.links (#120) 2024-07-25 18:23:22 +05:30
Vivek Singh
822978d2ab fixes and add more context to pear links (#117) 2024-07-19 13:02:14 +02:00
Vivek Singh
f33dd39a53 add pear worker (#113)
* add pear worker

* fixes
2024-06-12 10:35:35 +02:00
Vivek Singh
597700548c add previewFor (#111)
Co-authored-by: Vivek Singh <vivek@peartree.to>
2024-06-04 10:13:30 +02:00
Vivek Singh
b339e2878a move bare ref and update links (#93)
* move bare ref and update links

* move pear ref into subfolder

* update README

* tiny fix

---------

Co-authored-by: Vivek Singh <vivek@peartree.to>
2024-03-21 14:13:04 +01:00