forked from go-musicfox/go-musicfox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.yml
5956 lines (5936 loc) · 165 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- semver: 4.5.3
date: 2024-06-14T20:39:46+08:00
packager: go-musicfox
changes:
- commit: 02bb40744023442b4e05bd4a724b6de1f886a20a
note: 'feat: upgrade netease pkg'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 1f85c06fc39f04165ae19babd9932c73980e3bd6
note: 'feat: scrobble'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 8933591a74fc30ebdddbe4c8b2ad8df469841aad
note: 'chore: update scoop config & changelog'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- semver: 4.5.2
date: 2024-06-13T12:52:48+08:00
packager: go-musicfox
changes:
- commit: 4f0c51670965b0340a6cdc248b87e44cc8094328
note: 'docs: gen CHANGELOG'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 1447fc3406a288aa2908ecf428f1a39c5220752c
note: 'optimize: rm useless field `playedTime`'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: c8494bf953a43824b780a83b2c5ba4926defbcf7
note: 'chore: rm winget'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 5bf7aa290c071c8e9d96de1130c3ec35fed06bd9
note: 'chore: update scoop config & changelog'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- semver: 4.5.1
date: 2024-06-13T12:42:37+08:00
packager: go-musicfox
changes:
- commit: 28ff4cf30bb836e639d450feb85b04b1b492cbce
note: 'fix: scrobble report (#256)'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: c451b004f9731e2c7dc336cbe22944e6b6823746
note: 'chore: update scoop config & changelog'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- semver: 4.5.0
date: 2024-06-13T12:42:37+08:00
packager: go-musicfox
changes:
- commit: 2bb8daeaf54221d14e7dcd0568881dec0b1c4eb7
note: 'fix: goreleaser config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: cf05a19ee27a14f411955f41447521fce6a7f8fb
note: 'fix: download failed(#274)'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 4227051f6ae2c534f22f9e8c4440046f0c12ef9b
note: 'fix: `UrlMusic`'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 71c0556ab48077bf5b98bdb4e09044dc807661d8
note: 'fix: panic nil ptr'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: e5cb56f456279060e339e45f1dc3682ddbee74c1
note: 'feat(mpd): add config item `MpdAutoStart` to contrl whether mpd should be started'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 3be9dcc587fc072021f76611d4893459a8e8eaea
note: 'fix: refresh login'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 564e17a999c68db8cfc0a4ec161e22ae66481418
note: 'chore: update cache'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 4dfa60097ec470941a672655d69b09ed6944e17e
note: 'chore: fix homebrew'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 47cbffed18aa52cf621ea44674426fe55a0fe879
note: 'chore: update deps'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 2b91560c29682c2cf24c74e920fa5a81ee651240
note: 'fix: unm request'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 01f9c255c9c76d4a9e8442bfa43455d532c980e7
note: 新建了desktop
author:
name: yigekuyou
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: f17e3e2693f3b4cf71417b3611e2f79da42e0f67
note: Update go-musicfox.ini
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: a961b36a7ed5fd0fb3621de54ff6b5f313694817
note: 'fix: UNM `migu`, `kuwo`'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 194c6b273ad13e02216b57fda13e1bb21d39099a
note: 'chore: optimize log'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 02e49316bac31bf892ff6706fa85d8447b28bd5e
note: 'chore: fix ci'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 61f866bd345c43fa0dea899b3219357b391961b8
note: chore:add ci when pr
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 2a136adbb1a4545d9da3cc88e858fd4f72400bb8
note: 'chore: mod tidy & vendor'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: f7ba3d315d1379656ca5cef538333b5bfadfe4b0
note: 'feat: support more level & refactor `utils` package'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 41c20e7ff74fa06a9a7cdb6d672b48a2dd75d6e2
note: 'feat: add more song level'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 62cdffae6de853c0562ef3b4acf2989683ce9c16
note: 更新了ubuntu编译问题
author:
name: xmb505
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: c3452aa8a416c1d8d813f75a6b335ceb9e8f1a8d
note: 更新了debian系发行版安装方法
author:
name: xmb505
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 9fbb7c3c40c80193a77857d590716c38e5de2037
note: 'fix: make install error'
author:
name: yafeng-Soong
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 814b3cca840b122f7ca41a1ce8ae58d8df48e289
note: 'docs: update README'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 76c13cadb445a05300a8ef6e8105b2e33a453244
note: 'ci: update release.yaml'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 815bde293a3e82f8021cf0eb98c7d5d093cbde5c
note: 'ci: update release.yaml'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: c8a11f317fc18f8d85148372a184e5d63d663582
note: 'ci: fix branch match'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: c310ddf43482d61839a28ed2b74304792d83bc11
note: |-
update ci (#269)
* ci: fix `GOPATH: unbound variable`
* ci: run ci on pr
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 574ecbdf68ddcf50be6ef6267cbaa68add9df28d
note: 'ci: rm unsupported option (#268)'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: bfa0d65737f229f1411428b00bda80437f2fe636
note: 'ci: upload more artifacts'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 08be16d02e731be65e804363a6398dd21b0f4d1b
note: 'ci: add deb, rpm...'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: d6618db8e03d081a3d62b383fba6ac544e7b5cf6
note: Update README.md
author:
name: Jadeiin
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: b38de587c9b783f920c6081bc7a2d075d49543f4
note: Update README.md
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 94c8fe3163a416a6a5e7b75d72ba44f755805b64
note: 'optimize: catch panic in beep player'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 59902da9146dfc5beea66bdac18ed98612b8d9b3
note: 'doc: add termux install'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 82453be1119735abecb68d5602ed3a0cd2cedce2
note: 'chore: update README & go.mod'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: e72df042016378edad1aac017b36982e5a6fe170
note: 'feat: update scoop config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 1879e780d1d4e0532c77a501a477a925c324573a
note: 'chore: rm useless log'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 731a7ea83db0c00ae15a33991b7d6379aa4374d9
note: 'fix: subscribe_list unresponsive'
author:
name: recreators01
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: f84e879a7b28eb7e5b5d6604cfa9b3716deb69f3
note: 'feat: update version.sh & fix windows control'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 5105cfd914f438f2ef1ca2573c99f7400c6124e9
note: 'feat: update scoop config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 0358f63e823a037083dc624965115b826f61774a
note: 'chore: rename playing info `AsText`'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: ecb65c7818c55a4fdb70be95ce12699063fd1d58
note: 'feat: append all songs of playlist to now playing list (#232)'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: f4e9dcbede66fd175ce1a7fb7ae7f68fdb9f5afb
note: 'feat: impl xesam:asText (#202)'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 02cf7f0fab05c800ea758f292bdd141c6c2e63c5
note: 'fix: notificator panic'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: c1accb94550d6c91461c0b53bfb300aa1dfacd4f
note: 'refactor: project layout & fix some bugs'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 56877e795ac4501f29ee368ce9ca96611bb92d31
note: 'chore: format'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 4dddda542b0b9863710f33505a537b198eb22fa5
note: 'fix(remote_control): linux mpris'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: bd1711b5975fc35d71e451d6d619a783b6cd9ad3
note: 'fix: smtc with beep'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 77564f1a97f70f9f8a34fc6de502dddef8afbb3d
note: 'chore: optimize for ambiguity'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: b4d0330bcb68f9646208383eb2d447340976d9e0
note: 'feat: media player & smtc'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 729279e550f0eebb137b10d7d355f524e2c656fc
note: 'update: path.Join to filepath.Join'
author:
name: zhifengle
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: d0890fe129b368c5615148325fac11d389c52d1b
note: 'update: change to utils'
author:
name: 22earth
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 0211fcc508c87d35bf25e325f10d0ad3693ccac8
note: 'fix: opening the QR code image fails when the MUSICFOX_ROOT environment variable is set in Windows'
author:
name: 22earth
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 1488b47af9ccad3f05f580d3d506115e6f0e667c
note: 'optimize: media player command manager'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: e50c9bf6b3b84a8ab1c5ea9e8c2a9b189b5245ba
note: 'mod: 函数名和注释'
author:
name: recreators01
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: fcf60d44d0a621fd8d2dba935e0ee27bb3637fbe
note: 'feat: #196'
author:
name: recreators01
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: f58952ac0ee05d09520e7f083c53fe1baf3ed6ec
note: 'feat: add win media player #246'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 23e0942ef5270669282d16b3cecdbc894d7dbc24
note: 'fix: upgrade deps'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 1284ce60d169d7afecc2ac4a02ebd1b0ef45ef2d
note: 'feat(keys): #248'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: a0eb67573ffbcabadd80bc62103c662fb9e02aac
note: 'feat: update win media player'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 630e9ba5dd4ec17c7d4fde13b3a54a77014691f2
note: 'feat: perfect windows media player'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: c0aa66ae6b666e5ac5f531962772e734c42652c6
note: 'feat: update win player'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 9f3422f593922bcb500d9e9ec1c0f80177c8cf57
note: Update README.md
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 2b35dfaa04118d83676af801f97ab71dcbebb3fb
note: update readme for linux building and troubleshooting
author:
name: soloopooo
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 0f426f2d9dad7e5c38f7b1321a4e6e0d2e469ba8
note: 'fix: defer ignore'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: b649171d39c0de85836a54f5b889e6fb3780abb2
note: 'chore(player): comment uncompleted code'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 74861ddb82713e8a7688c2cc1d33c411b30fad89
note: 'chore(player): comment uncompleted code'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: b986eaf67c1ef0e8d5cbdd5087c3a9a759b4982f
note: 'ci(build): update build sh'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: e821de3295a430bccaabb7762ba1f6baeeccb48f
note: 'ci: add lint'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 31d04c215266ec04aef58844aa1e287a9f950ff9
note: 'feat(player): add windows media player'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: e078b960626efa6266c2e708fae2ae729a979b26
note: 'feat(version): add build tags to version'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: dbb3cc100aa6ae0fb8715e1f6c872b91ba2d4775
note: Update README.md
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 7afb9019392233b594c14da14faa10bb6519f03f
note: Update README.md
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 3e64a91afba390af6724884ec490289cf162a354
note: |-
fix(beep): panic when player
chore(deps): update purego to v0.7.0
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: a364c608af3e366aeef42eb0b7e0c7dee0abac02
note: 'fix(beep): fix deadlock'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: adb2d961d58b341481badac2e7af7cbacc629680
note: 'feat(homebrew): add --head install'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: e97123cc80bab26c8e0c8d39944e5487196b6eab
note: 'upgrade: upgrade bubbletea to latest'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 5e005c587e9f58d291704dd752267067ce14117f
note: 'chore(log): add debug log'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 5dd4745ca3e7a265308c9a216b96366d151c576c
note: 'chore(mod): rm useless dep'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: a77454acabfbb030de9658af29cd1d9d312abd7f
note: 'chore(mod): tidy go mod'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 99d2ed49b1598873d3ff5385970797e4ca544b98
note: 'refactor(beep): update beep to latest (with `oto`)'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 12ff992209389e089afd054e857a40cc753f7843
note: 'docs(keymap): update keymap doc'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: ba58aec06efc965fb81f0f493b685b38d9d5f30c
note: 'feat: update scoop config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 3379b293be4396fa4387c12374e990c789b857b1
note: 'chore: update CHANGELOG'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 6073248acd93c3aff0fe868a6ddd781139b0a688
note: 'fix(macdriver): upgrade `purego` to fix stuck in macOS'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: e5976dae7bf4afd3b80218b37a8bcc11b83a2a56
note: 'chore: mod tidy'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 8cc20a4fb315a04c441e48b6d70ab19b3feb177a
note: 'docs(CHANGELOG): update CHANGELOG'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: adb1b5f663fab1e54e30084f1024263ad3da2312
note: 'feat: update scoop config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 085171ae11063ccbf7bc92aebfa52f28b55538b0
note: 'feat: add CHANGELOG generator'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 1591684259abdb62b03dd42464f6f91facd49cd4
note: 'feat: update scoop config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 7dc883e1ec5b6035962bfc0f4047a2fddc52bd5c
note: 'fix: use `AppName` in `internal.types`'
author:
name: poly000
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 53cb12ffe9da1305d3bcf3514a077935eaf1654c
note: 'fix: set mpris Identity an user-friendly name'
author:
name: poly000
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 914d56bf38dfcd7eda818e1ed03d9ff21687f7ac
note: Update event_handler.go
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 25a09afff03d77ad4901ea1a63962dc2363f37e8
note: 'feat: update scoop config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 218720c1c79a2f20fcd270b59e1cac7a6d918cbf
note: 'feat: add goreleaser changelog'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 0e16fed756758f553d6c4c4abb163067d4ae4c69
note: 'feat: add CHANGELOG generator'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 6f36e66042d99ff44fdaf7f333938609e57791a7
note: update goreleaser
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 0e45b6a60369cad1dd7340bbaf644aec77b1851c
note: 'fix: fix faulty position'
author:
name: imxyy_soope_
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 27795eb518303884b84d51d03ac97c88aff94943
note: 'feat: update scoop config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: c5da8c2d825454e4c16844d539547fb13624561c
note: 'fix: 每日推荐歌单'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: d445b43d3c403ed48147d818186a5f588140cc62
note: 'fix: use `AppName` in `internal.types`'
author:
name: poly000
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: d00bbf5f3377649e2b94c1645c9a26b8aeee13c6
note: 'fix: set mpris Identity an user-friendly name'
author:
name: poly000
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 55a39a8dc059bcf109a8abcaae79a70e1d860b9e
note: 'optimize: 默认关闭签到功能'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 6ce062325036f3ac6a5b833aa773865b7c245914
note: |-
build(deps): bump golang.org/x/crypto from 0.10.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.10.0...v0.17.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
author:
name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
committer:
name: anhoder
email: [email protected]
- commit: 0f3064794dedad319484403e9171981860d94113
note: 'fix: linux dbus `s.props` is nil'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 58ee6fa78554f696c7ac4afc5283370f19353457
note: 'fix: cannot load framework in Mac Sonoma'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 957ef15e41644f4329dc937b8be5c80c0eaabfc5
note: 'feat: add vscode launch config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: e4bac03d4bb98b436d5e5ad3331c3c46920d74bc
note: 'fix(utils): music cache priority'
author:
name: imxyy_soope_
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 75c2ee757589dc7ef2b2f02523bfeb186b41b361
note: 'fix(utils): music cache priority'
author:
name: imxyy_soope_
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: fb0664fc5898f139b23f9a0ec66eeccc0876eb24
note: 'feat: foxful-cli ticker'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 2d1501e7664c2a568355fdcfc094756c9984cee7
note: 'feat: update scoop config'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder
email: [email protected]
- commit: 857c0ccbe780909cf5265b502b3f43e71d167da8
note: 'optimize: only `W` for logout(#215)'
author:
name: anhoder
email: [email protected]
committer:
name: anhoder