Skip to content

Desktop/Android APP 0.8.9 (Beta Testing)

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 20:46
· 3222 commits to master since this release
  • Changelog
    • [[Breaking Changes]]
      • Make sure all Logseq clients on your devices are upgraded to 0.8.9 or above when you are going to apply the new filename format (:triple-lowbar).
      • Newly created graphs on Logseq 0.8.9 or above are also using the new filename format by default. May restore the legacy format to keep compatible with old Logseq versions.
      • Opening graphs in new filename format with earlier versions of Logseq will wrongly display some page titles and break some page references. AVOID creating or renaming pages on these graphs with old versions of Logseq (e.g. Logseq 0.8.2 on iOS until the upgrade is released)
    • [[Features]]
      • PDF enhancements
      • Reproducible plugin configuration - Docs
        • This introduces a config file, plugins.edn, which is automatically updated with your installed plugins, this makes it easy to share your plugins set and try others as well.
        • How to use it?
            1. Reload (or restart) the app to have a plugins.edn created for you
            1. Installing, updating or removing a plugin updates plugins.edn
            1. Try someone else's plugins a.k.a. install from plugins.edn
            • a. Back up your plugins. If you have plugins.edn, save a copy of that file. If you don't have a plugins.edn, move ~/.logseq/plugins to ~/.logseq/plugins.bak
            • b. If you want to back up your plugin preferences: move ~/.logseq/settings to ~/.logseq/settings.bak
            • c. Choose a plugins.edn you want to try - check examples below.
            • d. Run the command  Install plugins from plugins.edn  or choose the 3 dot menu in the plugins dashboard. Click Install.
          • Demo
            https://www.loom.com/embed/200a0abb096444d1a9e56e826fa06fb0
        • Some examples:
          https://github.com/cldwalker/logseq-config/blob/main/config/plugins.edn
    • [[Thanks]]
      • [[Ilya Gusev]]
        • Improve Russian (ru) translations
      • [[situ2001]]
        • Modal not respond to the enter keydown event
        • Grid mode status not correctly shown
        • zh_CN translate on graph
      • [[yoyurec]]
        • Add page-property-value class
      • [[Patrick Moriarty]]
        • iOS: Continue recording audio while the phone sleep
    • [[Fixed issues]]
      • Create local versions on mobile if there's any conflict
      • Excalidraw cursor offset
      • Don't create a journal file when it was initialized by a template
      • Failed to import OPML
      • Re-index stuck when there're multiple whiteboards that have the same UUID
      • Up/down arrow navigation
      • Remove # doesn't remove the heading property
      • Sanitize HTML to ensure security
      • A lot of issues with PDF
      • Logseq can't be started on Windows 7
    • [[Enhancement]]
      • New file name rules
        • Motivations
          • %2F  for namespace separator is ugly
          • Previous rule of parsing  .  into  /  breaks file naming conventions (e.g.  1.xxx.md2.xxx.md )
        • How to use it?
          • Settings -> Advanced -> File name format, click the Edit button, and follow the instructions in the popup window.
        • Demo:
          https://www.loom.com/embed/80286e88c1d345e4abbe2723e1a01c6e
      • A new theme-based highlighting system and a lot of enhancements to colors
      • UI enhancements including opacity, icons, etc.
      • Bump Excalidraw to 0.12.0