Commit graph

94 commits

Author SHA1 Message Date
Adriano Caloiaro
dea89f2692
Revert "Remove post-release step"
This reverts commit d285916451.
2024-01-15 18:41:38 -07:00
Adriano Caloiaro
d285916451
Remove post-release step 2024-01-15 18:32:21 -07:00
acaloiaro
8c5b2cdea3 Update default.nix with latest version number 2024-01-16 01:26:26 +00:00
Adriano Caloiaro
d9cc81dbc5
Use GH_PAT_TOKEN in goreleaser
`GITHUB_TOKEN` does not trigger events for other github actions to use
2024-01-15 18:24:45 -07:00
Adriano Caloiaro
60b9d391a2
Add gomod2nix config/post-release.yml 2024-01-15 15:54:23 -07:00
2e5cb4823a
Merge pull request #23 from moniquelive/simpler-art-fetching
Simpler album art fetching
2024-01-09 13:10:52 -07:00
Cyber Oliveira
1eb812bb61
Simpler album art fetching 2024-01-08 21:35:52 -03:00
7df5f3391d
Merge pull request #21 from acaloiaro/add-pause-with-space-keybinding
feat: Add pause with space keybinding
2023-10-14 08:59:37 -06:00
Adriano Caloiaro
e0b4872818
feat: Add pause with space keybinding 2023-10-14 08:57:40 -06:00
12ae555a00
Update app screenshot 2023-09-15 09:57:22 +02:00
55ac120fe1
Merge pull request #20 from acaloiaro/fix-nix-flake
Fix flake.nix
2023-09-07 09:46:19 +02:00
Adriano Caloiaro
ab5cd61be9
Fix flake.nix 2023-09-07 09:44:51 +02:00
3c0c226025
Create flakehub-publish-rolling.yml
Release to FlakeHub
2023-09-07 09:24:43 +02:00
d8687b7d1b
Merge pull request #18 from acaloiaro/scale-album-art-to-window-size
Scale album art to window size
2023-08-24 15:46:38 +02:00
Adriano Caloiaro
e74155640d
Scale album art to window size 2023-08-24 15:44:24 +02:00
540af40572
Update README.md
Add nix run documentation
2023-08-24 09:26:45 +02:00
810d728350
Merge pull request #17 from acaloiaro/add-nix-flake
packaging: Add nix flake
2023-08-24 09:23:23 +02:00
Adriano Caloiaro
0ebaf3cf2a
packaging: Add nix flake 2023-08-24 09:16:52 +02:00
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