8000 Comparing v1.0.3...develop · JasonWei512/code-radio-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: JasonWei512/code-radio-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: JasonWei512/code-radio-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 8 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 29, 2023

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

Commits on May 5, 2023

  1. Code cleanup

    JasonWei512 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    cc68773 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Remove console raw mode workaround (#17)

    * Remove "terminal::writeline!()" macro
    
    In console 0.15.7, read_char() won't break println!() in other threads:
    - console-rs/console#165
    - console-rs/console#136
    "terminal::writeline!()" was a workaround for this problem.
    So it's no longer needed.
    JasonWei512 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a798545 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix 404 error by switching to the new SSE API

    Code Radio no longer uses the old WebSocket API.
    Now they are using Server-Sent Events to stream "now playing" info to the clients.
    JasonWei512 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5202da5 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    JasonWei512 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0f45382 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.0.4

    JasonWei512 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    58fce71 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Fix Server-Sent Events Error (InvalidSCT)

    ... by updating eventsource-client crate to 0.12.2
    JasonWei512 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    67c8528 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.0.5

    JasonWei512 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    36f5dd7 View commit details
    Browse the repository at this point in the history
Loading
0