Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: talwat/lowfi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.2
Choose a base ref
...
head repository: talwat/lowfi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.0
Choose a head ref
  • 7 commits
  • 16 files changed
  • 4 contributors

Commits on Oct 11, 2024

  1. docs: add description of available controls (#22)

    * add description of available controls
    
    add dedicated description for the available controls, since the volume control is not documented in the app.
    
    * removing redundancy
    
    * docs: fix casing
    
    ---------
    
    Co-authored-by: Tal <83217276+talwat@users.noreply.github.com>
    Timoyoungster and talwat authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fd8ecfc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    8d9d003 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    b2c2252 View commit details
    Browse the repository at this point in the history
  2. feat: add custom sources (#21)

    * feat: initial work on decoupling embedded list file & the rest of the app
    
    * chore: rename tracks.txt to lofigirl.txt
    
    * fix: make base optional
    
    * feat: partially revert previous commit
    
    * feat: fix loading tracks with explicit url
    
    * fix: include list in main player struct
    
    * chore: reduce timeout
    
    * chore: remove unused import
    
    * fix: rename InitialProperties to PersistentVolume
    
    * feat: move persistent volume init to player init function
    
    * feat: add micropop.txt as an example of a custom tracklist
    
    * docs: add note about mp3
    
    * docs: move format of lists to list struct docs
    
    * docs: document custom track lists
    
    * fix: fix silly spelling error
    
    * docs: update formatting
    
    * docs: fix sample formatting
    
    * docs: add missing sample track
    
    * fix: fix ui when track name has special characters
    
    * fix: use proper char counting on subject, not word
    
    * fix: use unicode-segmentation to finally fix handling special characters
    
    * fix: precompute track len
    
    * fix: switch to using the unicode-width crate
    
    * style: split off list into it's own module
    
    * fix: move logic to read a list from the fs into the list module
    talwat authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    543aeee View commit details
    Browse the repository at this point in the history
  3. fix: use CString instead of new rust syntax to fix older versions o…

    …f rust throwing compilation errors
    talwat committed Oct 15, 2024
    1 Configuration menu
    Copy the full SHA
    10a3263 View commit details
    Browse the repository at this point in the history
  4. chore: bump version

    talwat committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ac9b196 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    301b831 View commit details
    Browse the repository at this point in the history
Loading