Skip to content

v1.0.10

Compare
Choose a tag to compare
@guiyanakuang guiyanakuang released this 21 Sep 07:43
· 311 commits to main since this release
9214dd9

What's Changed

Bug Fixes

  • πŸ› [Mac] Skip listening to initial pasteboard change by @guiyanakuang in #1905
  • πŸ› Use chrome-headless-shell for HTML rendering without window creation by @guiyanakuang in #1925
  • πŸ› Fix bug in verifying if proxy is working by @guiyanakuang in #1929
  • πŸ› Fix the issue where the hover effect of the search button on the main UI is affected by TokenView by @guiyanakuang in #1931
  • πŸ› Relax restrictions on private IP addresses by @guiyanakuang in #1927

New Features

  • ✨ Integrate MurmurHash3 source code and add StreamingMurmurHash3 by @guiyanakuang in #1901
  • ✨ Implement native macOS API for thumbnail generation by @guiyanakuang in #1907

UI Improvements

  • πŸ’„ Upgrade UI to Material 3 for reuse on mobile platforms by @guiyanakuang in #1915

Refactor & Code Style

  • πŸ”¨ Merge FileExtUtils into FileUtils by @guiyanakuang in #1889
  • πŸ”¨ Constants in PasteTypePlugin are now uniformly recorded within the default companion object by @guiyanakuang in #1891
  • πŸ”¨ Fix typos throughout the project by @guiyanakuang in #1897
  • πŸ”¨ Refactor ImageWriter into a generic interface for reuse on mobile platforms by @guiyanakuang in #1899
  • πŸ”¨ Refactor toByteArray to be platform-independent in commonMain by @guiyanakuang in #1909
  • πŸ”¨ Allow null ext in createRandomFileName for multi-platform reuse by @guiyanakuang in #1914
  • πŸ”¨ Implement expect/actual pattern for main UI screens by @guiyanakuang in #1921
  • πŸ”¨ Optimize NetUtils and DeviceUtils by @guiyanakuang in #1933
  • πŸ”¨ Move font file to the resource folder in desktopMain by @guiyanakuang in #1936

Dependencies

Build System

  • πŸ‘· Enable expect/actual classes in JVM target with "-Xexpect-actual-classes" flag by @guiyanakuang in #1911

Full Changelog: 1.0.9.974...1.0.10.1001