Skip to content

v1.0.8

Compare
Choose a tag to compare
@guiyanakuang guiyanakuang released this 04 Sep 11:36
· 88 commits to main since this release
88bd1e4

What's Changed

Bug Fixes

New Features

UI Improvements

Optimizations

  • ⚑ Replace MD5 with Murmur3 128-bit hash for improved large file performance by @guiyanakuang in #1745

Refactor & Code Style

  • πŸ”¨ Move logic for binding desktop UI in AppWindowManager from commonMain to desktopMain by @guiyanakuang in #1735
  • πŸ”¨ Move cross platform utility methods to commonmain by @guiyanakuang in #1739
  • πŸ”¨ Refactor file operations using okio for cross-platform compatibility and add desktop unit tests by @guiyanakuang in #1743
  • πŸ”¨ Move PasteRealm from desktopMain to commonMain by @guiyanakuang in #1748
  • ✏️ Correct the spelling mistakes in the list of methods. by @sunxiang0918 in #1737

Documentation

  • πŸ“ Remove description of first-time chromeDriver / chrome-headless-shell download from README by @guiyanakuang in #1760
  • πŸ“ Move doc to separate directory to reduce clutter in main source folder by @guiyanakuang in #1775

Dependencies

  • ⬆️ Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.6.0 to 0.6.1 by @dependabot in #1727
  • ⬆️ Bump org.jmdns:jmdns from 3.5.11 to 3.5.12 by @dependabot in #1729
  • ⬆️ Bump org.seleniumhq.selenium:selenium-manager from 4.23.1 to 4.24.0 by @dependabot in #1767
  • ⬆️ Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.1 to 1.7.2 by @dependabot in #1766
  • ⬆️ Bump org.yaml:snakeyaml from 2.2 to 2.3 by @dependabot in #1768

New Contributors

Full Changelog: 1.0.7.891...1.0.8.925