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

Add release note of 0.10.6 #121

Merged
merged 5 commits into from
Feb 5, 2024
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
41 changes: 38 additions & 3 deletions pages/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
## Beta 0.10.5 [[Jan 18th, 2024]]
Desktop app and Android App download link: <https://github.com/logseq/logseq/releases/tag/0.10.5>
This version fixes a language-specific App crash in the French translation file. This bug does not affect non-French users.
## Beta 0.10.6 [[Feb 5th, 2024]]
Desktop app and Android App download link: <https://github.com/logseq/logseq/releases/tag/0.10.6>
- [[Thanks]]
- [[ChristianAvila]]
- Adding larger auto-commit interval in [#10536](https://github.com/logseq/logseq/pull/10536)
- [[mfenniak]]
- Fix outdent-then-delete removing incorrect block in [#10790](https://github.com/logseq/logseq/pull/10790)
- [[ReillyBrogan]]
- Update better-sqlite3 to v9.3.0 in [#10884](https://github.com/logseq/logseq/pull/10884)
- [[TaylorHo]]
- Enhance Brazilian Portuguese translations in [#10891](https://github.com/logseq/logseq/pull/10891)
- [[Mostafa Ahangarha]]
- Minor typo fixes and grammar improvements in docs in [#10940](https://github.com/logseq/logseq/pull/10940)
- [[CNLHC]]
- Add support for closing history panel after selecting a version in [#10530](https://github.com/logseq/logseq/pull/10530)
- [[linsui]]
- Add fastlane structure for F-Droid in [#10925](https://github.com/logseq/logseq/pull/10925)
- [[Morgan Plain]]
- Support changing graph forces via UI in [#10755](https://github.com/logseq/logseq/pull/10755)
- [[queeup]]
- Update Turkish translation in [#10937](https://github.com/logseq/logseq/pull/10937)
- [[Fixed issues]]
- Publishing not working [#10911](https://github.com/logseq/logseq/pull/10911)
- Logseq Sync crash on Android [#10922](https://github.com/logseq/logseq/pull/10922)
- Performance of Search on mobile platforms [#10924](https://github.com/logseq/logseq/pull/10924)
- Outdent-then-delete removing incorrect block [#10790](https://github.com/logseq/logseq/pull/10790)
- Wrong new page button click handling in graph view [#10962](https://github.com/logseq/logseq/pull/10962)
- Save composing text when clicking mobile bar buttons [#10921](https://github.com/logseq/logseq/pull/10921)
- [[Enhancement]]
- Git auto-commit: support commit on close, allow changing settings on-the-fly, allowing larger auto-commit interval [#10536](https://github.com/logseq/logseq/pull/10536)
- Trigger on-change for slider when mouse up instead of input value change [#10972](https://github.com/logseq/logseq/pull/10972)
- Support time offset of YouTube links [#10945](https://github.com/logseq/logseq/pull/10945)
- Support changing graph forces via UI [#10755](https://github.com/logseq/logseq/pull/10755)
- Support for closing history panel after selecting a version [#10530](https://github.com/logseq/logseq/pull/10530)
- I18n: Brazilian Portuguese translations [#10891](https://github.com/logseq/logseq/pull/10891), Turkish translation [#10937](https://github.com/logseq/logseq/pull/10937)
- ## Beta 0.10.5 [[Jan 18th, 2024]]
Desktop app and Android App download link: <https://github.com/logseq/logseq/releases/tag/0.10.5>
This version fixes a language-specific App crash in the French translation file. This bug does not affect non-French users.
- [[Thanks]]
- [[DavidLapous]]
- Fix typo in French translation in [10874](https://github.com/logseq/logseq/pull/10874)
Expand Down
3 changes: 2 additions & 1 deletion pages/Logseq Sync Encryption.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
type:: #Feature
type:: [[Feature]]
platforms:: [[All Platforms]]

- > This doc describes the #[[Logseq Sync]] encryption scheme.
- ## Client-side Encryption in Logseq File Sync
Expand Down
Loading