Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release note for v0.10.0 #117

Merged
merged 6 commits into from
Nov 29, 2023
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
31 changes: 29 additions & 2 deletions pages/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
## Beta 0.9.20 [[Nov 1st, 2023]]
Desktop app and Android App download link: <https://github.com/logseq/logseq/releases/tag/0.9.20>
## Beta 0.10.0 [[Nov 28th, 2023]]
Desktop app and Android App download link: <https://github.com/logseq/logseq/releases/tag/0.10.0>
- [[Features]]
- A new and improved [[Search]]! [#10132](https://github.com/logseq/logseq/pull/10132)
- Design core enhancements including the ability to set an "Accent color" from Settings [#10132](https://github.com/logseq/logseq/pull/10132)
- [[Thanks]]
- [[cosmo9able]]
- Update Brazilian Portuguese translation in [#10461](https://github.com/logseq/logseq/pull/10461)
- [[e-zz]]
- Fix wrong bounding coordinates for PDF highlights in [#10426](https://github.com/logseq/logseq/pull/10426)
- [[eliovir]]
- Update French translation in [#10454](https://github.com/logseq/logseq/pull/10454)
- [[ormai]]
- Update Italian translation in [#10557](https://github.com/logseq/logseq/pull/10557)
- [[queeup]]
- Update Turkish translation in [#10492](https://github.com/logseq/logseq/pull/10492)
- [[Fixed issues]]
- Remove the need to add a space to trigger search command [#10506](https://github.com/logseq/logseq/pull/10506)
- Fix background color for some UI buttons [#10512](https://github.com/logseq/logseq/pull/10512)
- Fix demo page creation for browser version [#10497](https://github.com/logseq/logseq/pull/10497)
- Fix wrong bounding coordinates for PDF highlights [#10426](https://github.com/logseq/logseq/pull/10426)
- Fix filesystem path handling, add missing Windows UNC path support [#10525](https://github.com/logseq/logseq/pull/10525)
- Fix query builder construction [#10485](https://github.com/logseq/logseq/pull/10485)
- [[Enhancement]]
- Export asset ref link as dataset value for the pdf asset [#10488](https://github.com/logseq/logseq/pull/10488)
- I18n: Brazilian Portuguese [#10461](https://github.com/logseq/logseq/pull/10461), French [#10454](https://github.com/logseq/logseq/pull/10454), Italian [#10557](https://github.com/logseq/logseq/pull/10557), Turkish [#10492](https://github.com/logseq/logseq/pull/10492)
- Polish accent color details [#10520](https://github.com/logseq/logseq/pull/10520)
- ## Beta 0.9.20 [[Nov 1st, 2023]]
Desktop app and Android App download link: <https://github.com/logseq/logseq/releases/tag/0.9.20>
- [[Features]]
- New handbook [#8524](https://github.com/logseq/logseq/pull/8524) - [Documentation]([[Handbook]])
- [[Thanks]]
Expand Down
11 changes: 6 additions & 5 deletions pages/Search.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ type:: [[Feature]]
platforms:: [[All Platforms]]

- ## Usage
- Search pages and full text search blocks by clicking on the search bar at the top or press `Cmd-k`.
- To search blocks within a page, run the command `Search in the current page` or press `Cmd-shift-k`.
- Pages can also be created from search by typing a new unique string and pressing `Enter`.
- Search pages, blocks, files and commands by clicking on the search bar in the top left or press `Cmd-k` (macOS)/`Ctrl-k` (Windows and Linux).
- While in the search modal, type `/` to start setting a filter for pages, blocks, file or commands. Press `Esc` to unset the current filter.
- Pressing `Enter` will search a result. Pressing `Shift-Enter` will open the search result in the sidebar.
- Pressing `Cmd-Enter` (macOS)/`Ctrl-Enter` (Windows and Linux) will move the search to the sidebar.
- Creates pages or whiteboards from this modal by typing a new unique string and pressing `Enter`.
- When in a page, search blocks within a page by running the command `Search in the current page` or press `Cmd-Shift-k` (macOS) or `Ctrl-Shift-k` (Windows and Linus).
- ## Functionality
- Page search can find any page under `journals` or `pages`.
- Block search _only_ finds blocks within pages. It does not find blocks _anywhere_ else in the app e.g. linked references, sidebar, settings, etc.
- On [[Desktop]], there is full text search which searches across multiple blocks and also matches on search terms that are out of order.
- By default, search removes accents from results e.g. `räämat` -> `raamat`. This feature can be turned off by setting the `:feature/enable-search-remove-accents?` option to `false` in [[config.edn]] . After toggling this feature, please run the command `Rebuild search index`.
- Search functionality is powered by a search index. If the index is ever out of date or seems buggy, run the command `Rebuild search index`.
- TODO More specific name for this feature #docs
- Possible names include Global search, quick search, general search, omni search, search or create