Skip to content

Releases: beecho01/material-symbols

2025.01.30

30 Jan 23:03
ce807be
Compare
Choose a tag to compare

Release Notes

What's Changed

  • docs: update README.md to include new icon count.
  • Bumped icons to match Iconify material-symbols.json released on 2025-01-30.

Full Changelog: 2025.01.23...2025.01.30

2025.01.23

23 Jan 09:56
9d67606
Compare
Choose a tag to compare

Release Notes

What's Changed

  • docs: update README.md to include new icon count.
  • Bumped icons to match Iconify material-symbols.json released on 2025-01-23.

Full Changelog: 2024.12.06...2025.01.23

2024.12.06

06 Dec 14:21
Compare
Choose a tag to compare

Release Notes

What's Changed

  • Updated README.md to include new icon count.
  • Bumped icons to match Iconify material-symbols.json released on 2024-12-06.
  • Updated version strings to 2024.12.06 for consistency with the release date.
  • Added translations for the "single_instance_allowed" message. Newly supported languages include:
    af, ar, bg, bn, ca, cs, da, de, de-CH, el, en, es, et, eu, fa, fi, fr, gl, gu, he, hi, hr, hu, id, is, it, ka, kn, ko, lb, lt, lv, ml, mn, ms, nb, nl, pl, pt, pt-br, ro, ru, sk, sl, sr, sv, sw, te, th, tr, uk, ur, vi, zh-cn, zh-hk, zh-tw.

Full Changelog

2024.11.23...8f665f5

2024.11.23

23 Nov 19:37
Compare
Choose a tag to compare

Release Notes

What's Changed

  • Updated README.md to include new icon count.
  • Bumped icons to match Iconify material-symbols.json released on 2024-11-22.
  • Bumped version strings to match release 2024.11.23
  • Imported os module functions: path, walk to __init__.py.
  • Imported json module to __init__.py, for handling JSON serialisation.
  • Added ListingView class.
  • Set requires_auth = False to allow unauthenticated access to icon lists.
  • Initialised the class with unique url and name attributes for each icon set
  • Implemented the get method to handle HTTP GET requests and return a JSON response with the list of icons.
  • Utilised async_add_executor_job to offload blocking I/O operations to a separate thread, preventing event loop blocking.
  • Revised async_setup function to ensured that the JavaScript loader and icon sets are properly registered as static paths and iterated over iconset_prefixes to set up each icon set individually.
  • Converted string variables to character variable aliases to reduce file size.
  • Added various debug logging throughout.

Full Changelog

2024.11.17...2024.11.23

2024.11.22-b1

22 Nov 12:01
Compare
Choose a tag to compare
2024.11.22-b1 Pre-release
Pre-release

Release Notes

What's Changed

  • Updated README.md to include new icon count.
  • Bumped icons to match Iconify material-symbols.json released on 2024-11-22.
  • Imported os module functions: path, walk to __init__.py.
  • Imported json module to __init__.py, for handling JSON serialization.
  • Improved the ListingView Class.
  • Set requires_auth = False to allow unauthenticated access to icon lists.
  • Initialized the class with unique url and name attributes for each icon set
  • Implemented the get method to handle HTTP GET requests and return a JSON response with the list of icons.
  • Replaced string slicing with os.path.relpath to compute relative paths.
  • Used os.path.join and replaced OS-specific path separators with '/' to standardize URLs.
  • Utilised async_add_executor_job to offload blocking I/O operations to a separate thread, preventing event loop blocking.
  • Revised async_setup function to ensured that the JavaScript loader and icon sets are properly registered as static paths and iterated over iconset_prefixes to set up each icon set individually.

Notes

This update maintains compatibility with existing configurations but improves overall stability.

Full Changelog

main...2024.11.22-b1

2024.11.22-b2

22 Nov 15:10
Compare
Choose a tag to compare
2024.11.22-b2 Pre-release
Pre-release

Release Notes

What's Changed

  • Added leading / to URL paths in material_symbols.js
  • Converted string to character variable aliases to reduce file size.

Full Changelog

2024.11.22-beta1...2024.11.22-b2

2024.11.17

17 Nov 15:02
Compare
Choose a tag to compare

Release Notes

What's Changed

  • docs: update README.md to include new icon count.
  • Bumped icons to match Iconify material-symbols.json released on 2024-11-16.

2024.11.02

02 Nov 15:08
Compare
Choose a tag to compare

Release Notes

What's Changed

  • docs: update README.md by @eltociear in #13
  • Bumped icons to match Iconify material-symbols.json released on 2024-11-02.
    • 22 new icons added:
      • m3o:hearing-aid-disabled
      • m3o:modeling
      • m3o:pinboard-unread
      • m3o:pinboard
      • m3of:hearing-aid-disabled
      • m3of:modeling
      • m3of:pinboard-unread
      • m3of:pinboard
      • m3r:hearing-aid-disabled
      • m3r:modeling
      • m3r:pinboard-unread
      • m3r:pinboard
      • m3rf:hearing-aid-disabled
      • m3rf:modeling
      • m3rf:pinboard-unread
      • m3rf:pinboard
      • m3s:modeling
      • m3s:pinboard-unread
      • m3s:pinboard
      • m3sf:modeling
      • m3sf:pinboard-unread
      • m3sf:pinboard

New Contributors

Full Changelog: 2024.10.27...2024.11.02

2024.10.27

27 Oct 16:04
Compare
Choose a tag to compare

Breaking Changes

  • Repository Structure: The repository and installation have transitioned from a "Lovelace" repository (v1.X.X) to an "Integration" repository (202X.X.X+). Users should reinstall from the new integration repository to avoid compatibility issues.
  • Icon Prefix Migration: The icon prefix has transitioned from m3s, which previously contained all icon styles, to individual prefixes based on style. Each style now has its unique prefix (e.g., m3o for outlined, m3r for rounded). Refer to the documentation for the complete list of prefixes.
  • Reduction in Available Icons: The number of available icons has been reduced from ~18,600 to 13,460.

Release Notes

Enhancements and Improvements

  • Optimised Caching: Implemented a two-layer caching system to enhance performance. Icon names are now pre-fetched from icons.json, significantly reducing repeated SVG file requests.
    Dynamic Icon Loading: The code dynamically loads icons.json files for each icon set prefix, allowing modular updates to icon lists without hardcoding. This design offers more flexibility for future icon additions.
  • Streamlined Icon Object: Simplified the structure of the returned icon object, focusing on essential properties such as viewBox and path to optimise resource usage.
  • Security Enhancements: Improved security by filtering out SVGs containing scripts or event handlers to ensure safe icon rendering.
  • Consistent Icon Set Registration: Standardised icon set registration through a loop structure, resulting in cleaner and more maintainable code.

Bugs and Issues Resolved

  • [#11]: Icons not appearing in Icon Picker dropdown list.

Full Changelog

2024.10.24...2024.10.27

2024.10.24

24 Oct 22:40
Compare
Choose a tag to compare

Release Notes

Warning

Breaking Changes

  • I have moved the repository and installation from a "Lovelace" Repository in v1.X.X to an "Integration" repository in 202X.X.X+
  • The icon prefix has now migrated from m3s, which contained containing all styles, to individual styles with their own icon prefix.
  • There has been a reduction in the number of icons avialbe from ~18600 to 13460.

Version 2024.10.24

This should correct the incorrectly parsed icons for m3r:window-* and m3rf:window-* as highlighted in #8

Full Changelog: 2024.10.23-beta...2024.10.24