Commit graph

76 commits

Author SHA1 Message Date
d612a128db
Merge pull request #16 from acaloiaro/fix-typo-in-releaser-config
Fix typo in goreleaser config
2023-08-05 09:24:56 -06:00
91cbadf3a6
Fix typo in goreleaser config 2023-08-05 09:24:35 -06:00
6de2fd18ac
Merge pull request #15 from acaloiaro/add-version-to-release-files
Add version number back to release files
2023-08-05 09:19:45 -06:00
8c9e02c700
Add version number back to release files
The previous commit accidentally removed the version number from release
files. This commit re-introduces release version numbers to release
files.
2023-08-05 09:16:51 -06:00
fd266c4c33
Fix goreleaser deprecated 'replacements' 2023-07-17 08:23:13 -06:00
8819c6e954
Merge pull request #14 from acaloiaro/add-color-theme-support
Add support for color themes
2023-07-17 07:56:33 -06:00
503a4b26fe
Add support for color themes 2023-07-08 15:07:03 -06:00
fee58c2c38
Merge pull request #12 from acaloiaro/fix-leaky-channel-stream-bug
Fix leaky channel stream bug
2023-06-20 16:42:29 -06:00
107fca6ee8
Fix leaky stream on channel switch bug 2023-06-20 16:41:48 -06:00
49bd57592e
Merge pull request #11 from acaloiaro/add-buffer-to-streaming
Improve connection quality and latency resilience
2023-06-01 20:00:03 -06:00
bd48318f02
Improve connection quality and latency resilience 2023-06-01 19:57:47 -06:00
61a50ef998
Update 'pulse' dependency 2023-05-30 16:21:01 -06:00
9a28eb57f4
Merge pull request #10 from acaloiaro/fix-favorites-toggle-and-add-warning
Fix favorites toggle and add message about logging in with u/p to use it
2023-05-23 18:12:30 -06:00
5c911ea034
Fix favorites toggle and add message about logging in with u/p to use it 2023-05-23 18:11:26 -06:00
75efc2d4b0
Merge pull request #9 from acaloiaro/add-favorite-toggle-support
Add favorite toggle support
2023-05-23 17:44:35 -06:00
60c79d95e9
Add favorite toggle support 2023-05-23 17:40:32 -06:00
82d079f06a
bump dependency versions 2023-03-09 11:19:49 -07:00
Adriano Caloiaro
ac7423871d
Refactor: ioutil->io 2022-12-01 14:17:15 -05:00
Adriano Caloiaro
89e433737a
Bump golang version / workflow versions 2022-11-27 11:40:02 -05:00
Adriano Caloiaro
102daa6ddf
Updated label for keyboard controls to be more user friendly 2022-11-27 11:17:48 -05:00
Adriano
b9faf615c0
Update README.md 2022-01-17 11:14:25 -08:00
Adriano
3d8852a4bc
Update README.md
Update install instructions.
2022-01-17 11:13:55 -08:00
Adriano Caloiaro
c8cdcf0142 Replace custom 'pulse' package with standard one 2022-01-17 11:00:36 -08:00
Adriano Caloiaro
8b6cc60b1a Use public instead of private api for currently playing track 2022-01-17 10:42:09 -08:00
Adriano Caloiaro
ed5081de7b Be more tolerant of album art lookup failures. 2022-01-17 10:41:50 -08:00
Adriano Caloiaro
cf2887fc1d
Add configuration option for fetching album art 2020-12-14 18:16:36 -07:00
Adriano Caloiaro
2d6d78d3c9
Provide URL to authentication section of README when unauthenticated 2020-12-14 17:50:47 -07:00
Adriano
e1ff60f080
Reorganize README.md 2020-12-03 12:33:07 -07:00
Adriano Caloiaro
25db225bdc
Only bump patch versions autmatically 2020-11-18 12:08:27 -07:00
Adriano Caloiaro
f243cd8dda
Remove all references to 'beep' library 2020-11-18 12:06:30 -07:00
Adriano
2b34ec2c2e
Update README.md 2020-11-18 11:18:16 -07:00
Adriano
73294f4c77
Update README.md
Include pulseaudio dependency documentation.
2020-11-18 11:17:45 -07:00
Adriano Caloiaro
b6deea1aae
Automatically bump tag versions 2020-11-18 11:03:25 -07:00
Adriano
f163af8fe3
Merge pull request #7 from acaloiaro/use-pulse-audio
Use pulse audio
2020-11-18 10:48:06 -07:00
Adriano Caloiaro
65a4a45812
Replace oto with pulseaudio 2020-11-18 10:47:46 -07:00
Adriano
2f635808b3
Update README.md 2020-11-08 10:22:32 -08:00
Adriano
b6afdfcc32
Update README.md
Update authentication instructions
2020-09-25 09:05:36 -06:00
Adriano Caloiaro
5c81aad547
Use stdin for authentication 2020-09-25 09:00:10 -06:00
Adriano
6c87b046ad
Update context.go
Update inaccurate code comment
2020-07-27 22:37:52 -06:00
Adriano Caloiaro
f70e34f8f3
Add ASCII album art 2020-05-09 14:18:06 -04:00
Adriano
71995c1316
Build with xgo 2020-05-09 14:17:59 -04:00
Adriano
0a4ccb36ea
Update README.md 2020-05-09 14:10:41 -04:00
Adriano
3cb4406a54
Update README.md 2020-05-09 10:30:23 -04:00
Adriano Caloiaro
7a61c50c3f
Clean up elapsed time calculation 2020-05-06 08:31:51 -04:00
Adriano Caloiaro
3d5f598679
Tidy up go modules 2020-04-20 08:06:02 -04:00
Adriano
d834ae33ff
Update release.yaml 2020-04-20 08:06:02 -04:00
Adriano
05275c2d71
Update README.md 2020-04-11 11:23:36 -04:00
Adriano
7d40ae2382
Update release.yaml 2020-04-10 08:42:48 -04:00
Adriano Caloiaro
240b625a5f
Official first release 2020-04-10 00:01:31 -04:00
Adriano Caloiaro
1c086e2ef9
Turn off termianl true colors 2020-04-06 10:52:26 -04:00