Skip to content
Snippets Groups Projects
CHANGELOG.md 2.07 KiB
Newer Older
  • Learn to ignore specific revisions
  • rahix's avatar
    rahix committed
    # Changelog
    
    All notable changes to this project will be documented in this file.
    
    The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
    
    ## [Unreleased]
    
    q3k's avatar
    q3k committed
    ### Fixed
    - [File descriptor leak on app load](python_payload/st3m/application.py)
    
    ### Added
    - Added a WiFi status indicator icon
    - Added a battery status indicator icon
    - Added loading apps from /sd/apps and /flash/apps
    - Added an error screen on apps failing to start
    - Added Python/st3m API to access battery charge status
    
    
    
    schneider's avatar
    schneider committed
    ## [1.1.1] - 2023-08-17
    
    ### Fixed
    - Crash on WiFi startup
    
    
    
    ## [1.1.0] - 2023-08-17
    
    
    rahix's avatar
    rahix committed
    ### Added
    - Added _Comic Mono_ font.
    - Added a setting for automatically connecting to Camp WiFi.
    
    rahix's avatar
    rahix committed
    - Added a *System**Get Apps* App for downloading apps directly from <https://flow3r.garden/apps/>.
    
    rahix's avatar
    rahix committed
    - Added `ApplicationContext.bundle_path` so apps can find out what directory
      they live in.  This should be used for loading app assets from the correct
      path.
    - Added TLS support for MicroPython.
    - Added modules for `.tar.gz` extraction.
    - Added `aioble` module (Bluetooth Low Energy).
    
    rahix's avatar
    rahix committed
    - Added line-in support to bl00mbox.
    
    rahix's avatar
    rahix committed
    - Added pronoun support in the Nick app.
    - Added color options in the Nick app.
    - Added IMU-based rotation in the Nick app.
    
    ### Changed
    - `ctx.get_font_name()` now raises an exception for unknown fonts.
    
    - Raised umber of concurrent textures to 32.
    
    rahix's avatar
    rahix committed
    
    ### Fixed
    
    - Fixed PNG without alpha and JPEG support by enabling `CTX_FORMAT_RGB8`.
    - Fixed image cache eviction by introducing a ctx frameclock.
    
    rahix's avatar
    rahix committed
    - Fixed incorrect merging of settings dicts in `st3m.settings`.
    
    rahix's avatar
    rahix committed
    - Fixed some USB problems.
    - Fixed sound filenames not working when they start with `/flash/` or `/sd/`.
    - Fixed syntax errors in `flow3r.toml` crashing the menu.
    
    rahix's avatar
    rahix committed
    
    
    rahix's avatar
    rahix committed
    
    ## [1.0.0] - 2023-08-13
    
    Initial Release
    
    
    
    [unreleased]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.1.0...main
    
    schneider's avatar
    schneider committed
    [1.1.1]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.1.0...v1.1.1
    
    [1.1.0]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/compare/v1.0.0...v1.1.0
    
    rahix's avatar
    rahix committed
    [1.0.0]: https://git.flow3r.garden/flow3r/flow3r-firmware/-/tags/v1.0.0