-
Notifications
You must be signed in to change notification settings - Fork 22
/
opi.changes
568 lines (370 loc) · 17 KB
/
opi.changes
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
-------------------------------------------------------------------
Mon Nov 4 12:13:42 UTC 2024 - Dominik Heidler <[email protected]>
- Version 5.4.0
* Show key ID when importing or deleting package signing keys
* Add option to install google-chrome-canary
-------------------------------------------------------------------
Fri Oct 25 12:03:28 UTC 2024 - Dominik Heidler <[email protected]>
- Version 5.3.0
* Fix tests for new zypper version
* fix doblue slash in packman repo url
* Add Plugin to install Libation
-------------------------------------------------------------------
Mon Jun 24 09:04:47 UTC 2024 - Dominik Heidler <[email protected]>
- Version 5.2.1
* Update freeoffice.py: Install version 2024
-------------------------------------------------------------------
Tue Jun 11 14:12:30 UTC 2024 - Dominik Heidler <[email protected]>
- Version 5.2.0
* Add config option to reverse option order
-------------------------------------------------------------------
Fri Jun 7 13:17:38 UTC 2024 - Dominik Heidler <[email protected]>
- Version 5.1.0
* Use checkout@v4 for CI
* Update issue templates
* Increase prio from 90 to 70 for packman/openh264 repos
-------------------------------------------------------------------
Thu Feb 1 09:41:57 UTC 2024 - Dominik Heidler <[email protected]>
- Version 5.0.0
* Allow selecting mirror 1st time when adding packman repo
* Add Plugin for SoftMaker Freeoffice
* Use new osc service run cmd syntax
* Codecs: Install AV1 decoder for mpv
* Bump .NET SDK plugin to .NET 8.0
-------------------------------------------------------------------
Tue Jan 2 13:54:28 UTC 2024 - Dominik Heidler <[email protected]>
- Version 4.4.0
* Match repos by alias when searching local repos
* Rephrase OSS alternative hints
* Fix typo in rpmbuild.py
-------------------------------------------------------------------
Fri Dec 15 18:09:52 UTC 2023 - Dominik Heidler <[email protected]>
- Version 4.3.0
* Hint open source alternatives
* Fix issue with installing from existing openh264 repo
-------------------------------------------------------------------
Tue Dec 12 12:40:20 UTC 2023 - Dominik Heidler <[email protected]>
- Version 4.2.0
* Support multiple repos defined in a single .repo file
* Automatically import packman key in non-interactive mode
* Restructure code: Add classes for Repository, OBSPackage and LocalPackage
* Hide package release for pkgs from local repos (same as with OBS pkgs)
* Use tumbleweed repo for openh264 on Slowroll
* Expand repovar $basearch (to e.g. x86_64 or aarch64)
-------------------------------------------------------------------
Thu Dec 7 10:30:24 UTC 2023 - Dominik Heidler <[email protected]>
- Version 4.1.0
* Add support for Slowroll
* Replace $releasever also with ${releasever} syntax
* Update changelog prefix to *
-------------------------------------------------------------------
Fri Nov 17 14:05:21 UTC 2023 - Dominik Heidler <[email protected]>
- Version 4.0.0
* Simplify rpmbuild by removing %install
* Add opi new dependencies to testsuite: rpm-build, squashfs
* Rename rpmbuild internal dirs to uppercase
* Fix building RPMs for Leap 15.5
* Update opi-proxy .service file to listen on IPv6 as well
* Add Snap library and Spotify plugin
* Allow installing non-rpm applications (add OrcaSlicer)
* chore: update multi_install description
* Indent changes in changelog further than version
-------------------------------------------------------------------
Wed Oct 11 10:08:35 UTC 2023 - Dominik Heidler <[email protected]>
- Version 3.6.0
- Increase timeouts in testsuite and improve output
- test: remove yandex-disk from multi-install test
- Run testsuite for (fake) MicroOS
- Fix repo URL generation for MicroOS and Leap Micro (fixes #158)
- Add multi package option
- Add ocenaudio audio editor (fixes #155)
- Ignore gpg check for unsigned pkgs (or pkgs without published key)
-------------------------------------------------------------------
Mon Sep 25 13:23:05 UTC 2023 - Dominik Heidler <[email protected]>
- Version 3.5.0
- Expand releasever for local repo names
- Make resilio comment shorter
- Add option to skip plugins
- Update repo URL for MEGASync
-------------------------------------------------------------------
Wed Aug 30 13:32:14 UTC 2023 - Dominik Heidler <[email protected]>
- Version 3.4.0
- Add unofficial Teams-for-linux client
- Improve non interactive tests
- Strip test module name
- chore: fix indentation
- docs: add config options, update opi help page
-------------------------------------------------------------------
Fri Jul 28 10:01:21 UTC 2023 - Dominik Heidler <[email protected]>
- Version 3.3.0
- Add tests and tweak weighting algorithm for non interactive mode
- Allow running without user interaction
- Add config option to disable auto refresh
-------------------------------------------------------------------
Thu Jul 13 09:12:57 UTC 2023 - Dominik Heidler <[email protected]>
- Version 3.2.0
- fix: add missing format string marks, remove empty lines
- Make release.sh more robust
-------------------------------------------------------------------
Tue Jul 11 18:07:59 UTC 2023 - Dominik Heidler <[email protected]>
- Version 3.1.0
- Add MapTool RPM tool
-------------------------------------------------------------------
Mon Jun 19 08:56:53 UTC 2023 - Dominik Heidler <[email protected]>
- Version 3.0.0
- Use best repo for each project (fixes #113)
- Use new rpm signing key for zoom (fixes #133)
- cleanup code
- Remove MS teams as it is discontinued
-------------------------------------------------------------------
Mon Apr 3 12:49:29 UTC 2023 - Dominik Heidler <[email protected]>
- Version 2.17.0
- Codecs: Don't force ffmpeg>=5 on leap 15.5
- Use new checkout version in ci.yaml
-------------------------------------------------------------------
Mon Apr 3 10:23:42 UTC 2023 - Dominik Heidler <[email protected]>
- Version 2.16.0
- dotnet: Install dotnet-sdk-7.0 (#124)
- Add jami p2p messenger plugin (#121)
-------------------------------------------------------------------
Sat Feb 18 22:42:32 UTC 2023 - Dominik Heidler <[email protected]>
- Version 2.15.0
- Fix repo name encoding when asking for new key addition
-------------------------------------------------------------------
Mon Feb 13 16:35:28 UTC 2023 - Dominik Heidler <[email protected]>
- Version 2.14.0
- Install openh264 according to arch
- Use http instead of https for openh264 repo
-------------------------------------------------------------------
Mon Feb 13 10:27:03 UTC 2023 - Dominik Heidler <[email protected]>
- Version 2.13.0
- Add openh264 (#119)
-------------------------------------------------------------------
Mon Feb 13 09:41:31 UTC 2023 - Dominik Heidler <[email protected]>
- Version 2.12.0
- Enforce ffmpeg>=5 on tumbleweed
-------------------------------------------------------------------
Mon Jan 30 14:41:42 UTC 2023 - Dominik Heidler <[email protected]>
- Version 2.11.0
- Handle repos with multiple keys in key file (fixes #118)
-------------------------------------------------------------------
Wed Jan 25 12:57:21 UTC 2023 - Dominik Heidler <[email protected]>
- Version 2.10.0
- Ask for submit in release.sh
- Fix packman plugin for 15.4
- Introduce repo key handling (bsc#1207334)
-------------------------------------------------------------------
Mon Jan 2 11:27:29 UTC 2023 - Dominik Heidler <[email protected]>
- Version 2.9.0
- Install selected package explicitly from the selected repo
- Switch to resilio-sync for testsuite
- add resilio-sync
-------------------------------------------------------------------
Tue Aug 9 13:58:57 UTC 2022 - Dominik Heidler <[email protected]>
- Version 2.8.0
- add anydesk
- add yandex browser
- Use list for plugin queries and check for conflicts
- Don't show projects with non-matching repo
-------------------------------------------------------------------
Mon Jun 13 09:08:05 UTC 2022 - Dominik Heidler <[email protected]>
- Version 2.7.0
- Make repo parsing more stable and improve error handling
-------------------------------------------------------------------
Tue May 31 14:44:14 UTC 2022 - Dominik Heidler <[email protected]>
- Version 2.6.0
- Move to global config in /etc/opi.cfg
- Check if desired repo is already added instead of relying on prefix
- Add config option use_releasever_var
-------------------------------------------------------------------
Mon May 16 15:07:53 UTC 2022 - Dominik Heidler <[email protected]>
- Version 2.5.0
- Run ci for both tumbleweed and leap
- Use $releasever in repo creation on Leap
-------------------------------------------------------------------
Mon Apr 25 08:54:45 UTC 2022 - Dominik Heidler <[email protected]>
- Version 2.4.7
- Fix numbering in --help
- Add release helper script
-------------------------------------------------------------------
Fri Apr 22 12:43:05 UTC 2022 - Dominik Heidler <[email protected]>
- Version 2.4.6
- Update .NET SDK to 6.0
-------------------------------------------------------------------
Tue Mar 1 17:44:14 UTC 2022 - Dominik Heidler <[email protected]>
- Version 2.4.5
- Update packman codecs plugin to reflect recent changes
that apply to Tumbleweed and releases after 15.4
see https://lists.opensuse.org/archives/list/[email protected]/thread/VMXOWQWC4WW3W6PM7WPZDRMNCV26KKGY/
-------------------------------------------------------------------
Fri Jan 28 11:07:25 UTC 2022 - Dominik Heidler <[email protected]>
- Version 2.4.4
- Fix for Alpha/Beta dist versions
-------------------------------------------------------------------
Mon Jan 24 11:23:50 UTC 2022 - Dominik Heidler <[email protected]>
- Version 2.4.3
- Fix for tumbleweed based MicroOS
-------------------------------------------------------------------
- Version 2.4.2 - 2021-10-25
## Changed
- Switched to opensuse provided opi proxy
-------------------------------------------------------------------
- Version 2.4.1 - 2021-10-11
## Changed
- Don't expect output to be a tty
-------------------------------------------------------------------
- Version 2.4.0 - 2021-10-11
## Added
- Scroll results if they not fit on the screen
- Plugin for atom editor
-------------------------------------------------------------------
# Version 2.3.0 - 2021-06-06
### Changed
- Fixed gpgcheck entry in `add_repo()`
- Allowed using multiple query keywords that are combined using AND
### Added
- Plugin for sublime text
- Plugin for yandex-disk
-------------------------------------------------------------------
- Version 2.2.0 - 2021-08-20
### Added
- Plugin for MEGA
- Plugin for Edge Beta
- Argument parser with option for reverse output order
-------------------------------------------------------------------
- Version 2.1.1 - 2021-08-10
### Added
- Plugin for Brave Browser [#60](https://github.com/openSUSE/opi/pull/60)
-------------------------------------------------------------------
- Version 2.1.0 - 2021-07-05
### Added
- Support for dnf backend [#58](https://github.com/openSUSE/opi/pull/58)
### Changed
- Deduplicated packman repo creation code
-------------------------------------------------------------------
- Version 2.0.0 - 2021-05-03
### Added
- [Automated tests](https://github.com/openSUSE/opi/actions)
- Extensible Plugin interface for plugins (eg. [this one](https://github.com/openSUSE/opi/blob/master/opi/plugins/vivaldi.py))
- Added plugins for chrome, dotnet, edge, teams, packman, plex, skype, slack, teamviewer, vivaldi, vscode, vscodium, zoom
### Changed
- Rewrote the complete tool in python3
-------------------------------------------------------------------
- Version 0.10.0 - 2021-01-17
### Added
- Microsoft Teams installer [#34](https://github.com/openSUSE/opi/pulls/34)
- Warning for personal repository [#35](https://github.com/openSUSE/opi/pulls/35)
-------------------------------------------------------------------
- Version 0.9.0 - 2020-10-03
### Added
- Help (-h, --help) and version (-v, --version) option
### Changed
- Filter out -devel, -docs and -lang packages [#30](https://github.com/openSUSE/opi/pulls/30)
- Don't show i586 packages on x86_64 system
-------------------------------------------------------------------
- Version 0.8.3 - 2020-07-25
### Fixed
- ffmpeg/libav packages due to Packman update
-------------------------------------------------------------------
- Version 0.8.2 - 2020-05-16
### Fixed
- Ghost process on XML parsing failure [#27](https://github.com/openSUSE/opi/pulls/27)
-------------------------------------------------------------------
- Version 0.8.1 - 2020-04-03
### Fixed
- OBS limit error when searching php, test, etc.
-------------------------------------------------------------------
- Version 0.8.0
### Changed
- Type number `0` to exit [#26](https://github.com/openSUSE/opi/pulls/26)
-------------------------------------------------------------------
- Version 0.7.1
### Fixed
- Missing `use File::Temp;` [#24](https://github.com/openSUSE/opi/issues/24)
-------------------------------------------------------------------
- Version 0.7.0
### Changed
- Force repo URL to HTTPS [#22](https://github.com/openSUSE/opi/issues/22)
### Fixed
- Ctrl + C handling of spinner
-------------------------------------------------------------------
- Version 0.6.0
### Added
- Search spinner [#21](https://github.com/openSUSE/opi/issues/21)
### Fixed
- Packman repo doesn't have *.repo file [#19](https://github.com/openSUSE/opi/issues/19)
- Long version numbers are cutted [#17](https://github.com/openSUSE/opi/issues/17)
-------------------------------------------------------------------
- Version 0.5.2
### Fixed
- Trim "NAME" and "VERSION" string [#13](https://github.com/openSUSE/opi/issues/13)
-------------------------------------------------------------------
- Version 0.5.1
### Fixed
- Fix dependency not found issue [#11](https://github.com/openSUSE/opi/issues/11)
-------------------------------------------------------------------
- Version 0.5.0
### Added
- API proxy server to prevent hard-coded passwords in the script [#4](https://github.com/openSUSE/opi/issues/4)
-------------------------------------------------------------------
- Version 0.4.0
### Added
- PMBS (Packman Build Service) support [#5](https://github.com/openSUSE/opi/issues/5)
-------------------------------------------------------------------
- Version 0.3.2
### Fixed
- `opi opi` cannot find `opi` [#9](https://github.com/openSUSE/opi/issues/9)
-------------------------------------------------------------------
- Version 0.3.1
### Fixed
- Remove quotes from version number. So Leap and SLE can search packages.
-------------------------------------------------------------------
- Version 0.3.0
### Added
- Support SLE [#8](https://github.com/openSUSE/opi/issues/8)
### Changed
- Better print column alignment
-------------------------------------------------------------------
- Version 0.2.0
### Added
- Install Packman Codecs with `opi packman` or `opi codecs` [#6](https://github.com/openSUSE/opi/issues/6)
- Install Skype with `opi skype` [#6](https://github.com/openSUSE/opi/issues/6)
- Install VS Code with `opi vs code` [#6](https://github.com/openSUSE/opi/issues/6)
-------------------------------------------------------------------
- Version 0.1.2
### Fixed
- Fixed lost of "noarch" packages [#3](https://github.com/openSUSE/opi/issues/3)
- Be able to search with dashes in keywords [#2](https://github.com/openSUSE/opi/issues/2)
-------------------------------------------------------------------
- Version 0.1.1
### Fixed
- Removed XML dump which may cause problems.
-------------------------------------------------------------------
- Version 0.1.0
### Added
- Search packages from OBS
- List properly sorted search result
- Use different colors for official, experimental and personal projects
- Choose package and install
- Keep or remove repository after installation
[Unreleased]: https://github.com/openSUSE/opi/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/openSUSE/opi/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/openSUSE/opi/compare/v0.8.3...v0.9.0
[0.8.3]: https://github.com/openSUSE/opi/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/openSUSE/opi/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/openSUSE/opi/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/openSUSE/opi/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/openSUSE/opi/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/openSUSE/opi/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/openSUSE/opi/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/openSUSE/opi/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/openSUSE/opi/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/openSUSE/opi/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/openSUSE/opi/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/openSUSE/opi/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/openSUSE/opi/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/openSUSE/opi/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/openSUSE/opi/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/openSUSE/opi/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/openSUSE/opi/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/openSUSE/opi/releases/tag/v0.1.0