]> git.seodisparate.com - mpd_info_screen/shortlog
mpd_info_screen
2022-05-16 Stephen SeoImpl more informative error messages 0.2.20
2022-03-23 Stephen SeoHandle paused/stopped/play state, version bump 0.2.19
2022-03-19 Stephen SeoUpdate README.md version
2022-03-19 Stephen SeoUpdate dependency image to "0.24" 0.2.18
2022-02-08 Stephen SeoUpdate metadata and README.md
2022-02-08 Stephen SeoBump patch version due to updated README.md 0.2.17
2022-02-08 Stephen SeoUpdate README.md
2022-02-08 Stephen SeoUpdate metadata (Cargo.toml)
2022-01-14 Stephen SeoBump version to 0.2.16 0.2.16
2022-01-14 Stephen SeoFix logic for when to sleep on mpd_handler thread
2022-01-13 Stephen SeoRemove unnecessary call to "ok()" on Result
2022-01-13 Stephen SeoMore robust handling of authentication failure 0.2.15
2022-01-13 Stephen SeoFix most clippy warnings, bump version 0.2.14
2022-01-12 Stephen SeoUpdate README.md
2022-01-12 Stephen SeoFix second album art fetch method on decode fail 0.2.13
2022-01-12 Stephen SeoBump version to 0.2.12 0.2.12
2022-01-12 Stephen SeoTry second albumart fetching method on decode fail
2022-01-11 Stephen SeoReplace magic numbers with consts, bump version 0.2.11
2022-01-10 Stephen SeoReplace magic number with const, bump version 0.2.10
2022-01-07 Stephen SeoDifferentiate between log level/state, bump version 0.2.9
2022-01-07 Stephen SeoForce 5 fps drawing, bump version to 0.2.8 0.2.8
2022-01-06 Stephen SeoMinor refactoring
2021-12-30 Stephen SeoFix most clippy warnings
2021-12-30 Stephen SeoMinor fix (same behavior, different "usage")
2021-12-30 Stephen SeoBump version to 0.2.7, minor fix 0.2.7
2021-12-30 Stephen SeoRefactor MPDHandler to "hide" the Arc/RwLock impl
2021-12-27 Stephen SeoUpdate README.md
2021-12-23 Stephen SeoUpdate README.md
2021-12-20 Stephen SeoFix re-showing prompt on password fail, impl logs 0.2.6
2021-12-18 Stephen SeoFix "slow startup" bug, bump version to 0.2.5 0.2.5
2021-12-18 Stephen SeoFix album-art-data fetching, bump version 0.2.4 0.2.4
2021-12-18 Stephen SeoBump version to 0.2.3 0.2.3
2021-12-18 Stephen SeoRefactor getting album art from handle to display
2021-12-16 Stephen SeoBump version to 0.2.2 0.2.2
2021-12-16 Stephen SeoScale timer size based on window size
2021-12-16 Stephen SeoUpdate Cargo.lock
2021-12-16 Stephen SeoBump version up to 0.2.1 0.2.1
2021-12-16 Stephen SeoScale title/artist text based on window dimensions
2021-12-16 Stephen SeoImpl hide text when "H" key is pressed
2021-12-16 Stephen SeoFix key_press event not only on key down 0.2.0
2021-12-16 Stephen SeoFix get current_song_pos in shared
2021-12-15 Stephen SeoUpdate README.md
2021-12-15 Stephen SeoUpdate README.md, bump version to 0.2.0
2021-12-15 Stephen SeoImpl disabling showing specific info texts
2021-12-15 Stephen SeoAdd flag to disable fill-scaling album art
2021-12-15 Stephen SeoImpl fill-scale the album art to the window
2021-12-15 Stephen SeoEfficiency refactorings
2021-12-15 Stephen SeoImpl info text
2021-12-15 Stephen SeoWIP allow non-ascii chars for password input
2021-12-15 Stephen SeoWIP minor fixes
2021-12-15 Stephen SeoWIP minor fix
2021-12-15 Stephen SeoWIP impl album art display
2021-12-15 Stephen SeoWIP Impl --pprompt
2021-12-15 Stephen SeoWIP Stop MPDHandler thread on failed auth
2021-12-15 Stephen SeoWIP only update display if dirty_flag is set
2021-12-15 Stephen SeoWIP several fixes
2021-12-15 Stephen SeoWIP remove yielding in MPDDisplay::update()
2021-12-14 Stephen SeoWIP Fix typo
2021-12-14 Stephen SeoWIP add debug logging
2021-12-14 Stephen SeoWIP fix handling resizing
2021-12-14 Stephen SeoWIP some minor fixes
2021-12-14 Stephen SeoWIP Custom event_loop for forced low fps
2021-12-14 Stephen SeoWIP actually use "error_text" in MPDHandler
2021-12-14 Stephen SeoWIP allow resizing, better handling of resizing
2021-12-14 Stephen SeoWIP heavy refactoring/rewriting, use ggez
2021-10-11 Stephen SeoFix parse data failure from MPD with "OK" string 0.1.0
2021-10-11 Stephen SeoMinor tweaks to font size of title/artist
2021-10-05 Stephen SeoAdjust display title/artist sizes
2021-09-21 Stephen SeoFix invalid if condition to fetch shared data
2021-09-20 Stephen SeoUse atomic_bool for dirty flag
2021-09-20 Stephen SeoMinor refactorings
2021-09-20 Stephen SeoFix sleeping on polling album art
2021-09-20 Stephen SeoMinor fixes/improvements/refactorings
2021-09-20 Stephen SeoMinor improvements/tweaks/refactorings
2021-09-18 Stephen SeoRefactorings and improvements
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoImpl hiding drawn text with "H" key
2021-09-17 Stephen SeoImpl password input prompt, improve help info
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoImpl title and artist display with existing
2021-09-17 Stephen SeoImpl fetching album art that isn't embedded
2021-09-17 Stephen SeoMinor tweak to the remaining-time timer display
2021-09-17 Stephen SeoMinor tweaks to drawn text positions
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoAdd error text display if auth/other fails
2021-09-17 Stephen SeoFixes/refactorings/improvements
2021-09-17 stephenseoUpdate 'README.md'
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoOutput error lines
2021-09-16 Stephen SeoUpdate README.md
2021-09-16 Stephen SeoUpdate README.md
2021-09-16 Stephen SeoUpdate README.md with usage
2021-09-16 Stephen SeoAdd README.md, LICENSE
2021-09-16 Stephen SeoFix UTF-8 parsing from title of song
2021-09-16 Stephen SeoComment out "use" that was used for a debug fn
2021-09-16 Stephen SeoFix/tweak display time output
2021-09-16 Stephen SeoMinor fix/tweak to display timer output
2021-09-16 Stephen SeoComment out unused debugging fn
2021-09-16 Stephen SeoApply cargo clippy fixes
next