forked from rocky/shell-term-background
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
461 lines (275 loc) · 13.4 KB
/
Copy pathChangeLog
File metadata and controls
461 lines (275 loc) · 13.4 KB
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
2025-10-04 rocky <rocky@gnu.org>
* README.rst, term-background.bash, term-background.ksh,
term-background.zsh, term_background/version.py, test/shunit2,
test/test_term_background.bash, test/test_term_background.ksh,
test/test_term_background.zsh: Get ready for release 1.0.5
2025-10-04 rocky <rocky@gnu.org>
* pyproject.toml, setup.cfg, term-background.bash,
term-background.ksh, term-background.zsh,
term_background/__main__.py, term_background/version.py: Incorporate
CLI_THEME and contour terminal
2025-10-03 rocky <rocky@gnu.org>
* term_background/__main__.py, test/test_term_background.py: I got
COLORFGBG sense backwards
2025-09-18 rocky <rocky@gnu.org>
* ChangeLog, Makefile, NEWS.md, __pkginfo__.py,
admin-tools/make-dist-newest.sh, pyproject.toml, setup.py,
term_background/version.py: Get ready for release 1.0.4
2025-09-18 R. Bernstein <rocky@users.noreply.github.com>
* README.rst: Update README.rst
2025-09-18 rocky <rocky@gnu.org>
* README.rst: Note NO_COLOR
2025-09-17 rocky <rocky@gnu.org>
* test/test_term_background.ksh: Minor tweak
2025-09-17 rocky <rocky@gnu.org>
* Makefile, term-background.bash, term-background.ksh,
term-background.zsh, test/test_term_background.bash,
test/test_term_background.ksh, test/test_term_background.zsh: Use
Decimal in all midpoints; test POSIX shells
2025-09-01 rocky <rocky@gnu.org>
* ChangeLog, NEWS.md, README.rst, __pkginfo__.py,
admin-tools/make-dist-3.0-3.2.sh, admin-tools/make-dist-3.3-3.5.sh,
admin-tools/make-dist-newest.sh, pyproject.toml,
term_background/version.py: Get ready for release 1.0.3
2025-09-01 R. Bernstein <rocky@users.noreply.github.com>
* README.rst: Update README.rst
2025-09-01 rocky <rocky@gnu.org>
* README.rst, term_background/__init__.py,
term_background/__main__.py: Go over README.rst and some lint
2025-09-01 R. Bernstein <rocky@users.noreply.github.com>
* : Merge pull request #13 from rocky/zsh-and-osascript-and-testing Start testing, and start adjusting zsh code
2025-09-01 rocky <rocky@gnu.org>
* term-background.bash, test/shunit2,
test/test_term_background.bash, test/test_term_background.zsh: Start
testing, and start adjusting zsh code
2025-08-31 R. Bernstein <rocky@users.noreply.github.com>
* : Merge pull request #12 from mmatera/improve_pyproject Update pyproject.toml
2025-08-31 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
* setup.py: Update setup.py distutils could also be the problem...
2025-08-31 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
* pyproject.toml: Update pyproject.toml
2025-08-20 R. Bernstein <rocky@users.noreply.github.com>
* : Merge pull request #11 from rocky/strip-commas We need to strip off trailing ","s on MacOSX
2025-08-19 rocky <rocky@gnu.org>
* term-background.bash, term-background.ksh, term-background.zsh: We
need to strip off trailing ","s on MacOSX Thanks to Bruce Lucas for help here.
2025-01-13 rocky <rocky@gnu.org>
* admin-tools/{check-3.6-3.10-versions.sh =>
check-3.6-3.11-versions.sh}, admin-tools/{make-dist-3.6-3.10.sh =>
make-dist-3.6-3.11.sh}, admin-tools/merge-for-3.3.sh,
admin-tools/{pyenv-3.6-3.10-versions => pyenv-3.6-3.11-versions},
admin-tools/pyenv-newest-versions, admin-tools/setup-python-3.6.sh:
Put 3.11 in the branch with 3.6 3.11 build works with setuptools
2025-01-11 rocky <rocky@gnu.org>
* .github/ISSUE_TEMPLATE/bug-report.md,
.github/ISSUE_TEMPLATE/config.yml,
.github/ISSUE_TEMPLATE/feature-request.md: Add issue/feature
templates
2024-10-14 rocky <rocky@gnu.org>
* admin-tools/setup-master.sh, term_background/version.py:
Administrivia: default to 3.13 Bump to dev
2024-10-13 rocky <rocky@gnu.org>
* .github/workflows/macos.yml, .github/workflows/ubuntu.yml,
.github/workflows/windows.yml: Test on 3.13
2024-10-13 rocky <rocky@gnu.org>
* __pkginfo__.py, admin-tools/pyenv-newest-versions: Note that 3.13
works here
2024-10-10 R. Bernstein <rocky@users.noreply.github.com>
* README.rst: Update README.rst
2024-10-09 rocky <rocky@gnu.org>
* Makefile, README.rst, admin-tools/make-dist-2.4-2.7.sh,
admin-tools/make-dist-3.0-3.2.sh, admin-tools/make-dist-3.3-3.5.sh,
admin-tools/make-dist-3.6-3.10.sh, admin-tools/make-dist-newest.sh,
admin-tools/make-dist.sh, admin-tools/pyenv-3.6-3.10-versions,
admin-tools/pyenv-versions, pyproject.toml,
test/test_term_background.py: Get ready for release 1.0.2
2024-10-09 rocky <rocky@gnu.org>
* NEWS.md, admin-tools/pyenv-2.4-2.7-versions,
admin-tools/pyenv-3.0-3.2-versions,
admin-tools/pyenv-3.3-3.5-versions,
admin-tools/pyenv-3.6-3.10-versions,
admin-tools/pyenv-newest-versions: Get ready for release 1.0.2
2024-10-09 R. Bernstein <rocky@users.noreply.github.com>
* : Merge pull request #9 from rocky/workflows-CI Workflows ci
2024-10-09 rocky <rocky@gnu.org>
* .editorconfig, .pre-commit-config.yaml, ChangeLog,
ChangeLog-spell-corrected.diff, pyrightconfig.json,
term_background/version.py: Get ready for release 1.0.2
2024-10-05 rocky <rocky@gnu.org>
* .gitignore, admin-tools/setup-python-2.4.sh: Admnistrivia
2024-10-05 rocky <rocky@gnu.org>
* admin-tools/.gitignore: Administrivia
2024-10-05 rocky <rocky@gnu.org>
* admin-tools/check-2.4-2.7-versions.sh,
admin-tools/check-3.0-3.2-versions.sh,
admin-tools/check-3.3-3.5-versions.sh,
admin-tools/check-3.6-3.10-versions.sh,
admin-tools/check-newest-versions.sh, admin-tools/merge-for-2.4.sh,
admin-tools/merge-for-3.0.sh, admin-tools/merge-for-3.3.sh,
admin-tools/merge-for-3.6.sh, admin-tools/setup-python-3.0.sh,
admin-tools/setup-python-3.3.sh, admin-tools/setup-python-3.6.sh:
More administrivia
2024-10-05 rocky <rocky@gnu.org>
* admin-tools/setup-python-2.4.sh, admin-tools/setup-python-3.0.sh,
admin-tools/setup-python-3.3.sh, admin-tools/setup-python-3.6.sh:
Administrivia
2024-09-30 rocky <rocky@gnu.org>
* admin-tools/setup-master.sh: Administrivia
2024-09-07 rocky <rocky@gnu.org>
* term_background/__main__.py: Improve/add Python CLI capability? When __main__ is run, report and check environment variable
consistency for color settings.
2024-06-17 rocky <rocky@gnu.org>
* term-background.ksh, term-background.zsh: Bump copyright on
changed file
2024-06-17 rocky <rocky@gnu.org>
* .gitignore: More ignore
2024-06-17 rocky <rocky@gnu.org>
* term-background.bash, term-background.ksh, term-background.zsh:
Run shellcheck over code
2024-06-17 rocky <rocky@gnu.org>
* term-background.ksh, term-background.zsh: Sync ksh and zsh code
from bash
2024-06-17 rocky <rocky@gnu.org>
* term-background.bash: Set default bg values
2024-06-17 rocky <rocky@gnu.org>
* term_background/__main__.py: Adjust midpoint value for
xterm-256color
2024-06-17 rocky <rocky@gnu.org>
* term_background/version.py: Bump version number
2021-08-07 rocky <rocky@gnu.org>
* term_background/__init__.py: Python: Import is_dark_background
2021-08-07 rocky <rocky@gnu.org>
* term-background.bash: Work around semicolon in COLORFGBG
2021-02-09 rocky <rocky@gnu.org>
* term-background.bash: Correct OSX osascript detection for bash
2020-11-17 rocky <rocky@gnu.org>
* README.rst: Add badges
2020-11-17 rocky <rocky@gnu.org>
* README.md: README.rst wins
2020-11-17 rocky <rocky@gnu.org>
* README.rst: Describe main Python function: is_dark_background
2020-11-11 rocky <rocky@gnu.org>
* term-background.bash, term_background/version.py: shell typo; bump
version
2020-10-24 rocky <rocky@gnu.org>
* ChangeLog, NEWS.md, __pkginfo__.py, admin-tools/pyenv-versions:
1.0.1 administrivia
2020-10-24 rocky <rocky@gnu.org>
* Makefile, README.rst, term_background/__init__.py,
term_background/version.py: Get ready for release 1.0.1
2020-10-24 rocky <rocky@gnu.org>
* ChangeLog, NEWS.md, term_background/__init__.py,
term_background/__main__.py: Get ready for release 1.0.0
2020-10-24 rocky <rocky@gnu.org>
* .gitignore, Makefile, README.rst, __pkginfo__.py,
admin-tools/check-versions.sh, admin-tools/git2cl,
admin-tools/make-dist.sh, admin-tools/pyenv-versions, setup.py,
term_background/.gitignore, term_background.py =>
term_background/__init__.py, term_background/version.py,
test/.gitignore, test/test_term_background.py: Turn this into a
Python package. Add a test too!
2020-05-28 rocky <rocky@gnu.org>
* README.md: Revise README.md to reflect more-recent changes.
2020-04-11 R. Bernstein <rocky@users.noreply.github.com>
* : Merge pull request #8 from egberts/master Incorporate Rocky's request, and some forced integer operation, and
`linux` TERM
2020-04-11 steve <steve@arca.leo>
* term-background.bash: - store is_sourced() BASH_SOURCE[0] back to unquoted. - Force it to integer mode for integer comparison because string
comparison failed when leading zero appears during new pre-analysis
for non-COLORFGBG/older VTE library. - Added `linux` TERM to the same logic as `xterm*`, `gnome`, and
`rxvt*` TERMs.
2020-04-11 rocky <rocky@gnu.org>
* README.md, term-background.bash, term-background.ksh,
term-background.zsh: Sync up ksh and zsh scripts with bash
2020-04-11 rocky <rocky@gnu.org>
* term-background.bash: Small tweaks
2020-04-11 R. Bernstein <rocky@users.noreply.github.com>
* : Merge pull request #7 from egberts/master Better background detector
2020-04-10 steve <steve@arca.leo>
* term-background.bash: Oops, Need to actually see the BASH_SOURCE
variable after double-quoting it, so add that $ next to the variable
name so we can see its content.
2020-04-10 steve <steve@arca.leo>
* term-background.bash: Use JetBrain PyCharm's bash syntax formatter
to ensure that the default 2-space indentation are being done as
well as proper spacing between various components of the bash
programming lexicals.
2020-04-10 steve <steve@arca.leo>
* term-background.bash: Use the sum the 3 elements of RGB of each
the foreground and the background so that a more accurate
determination can be made as to what constitute a light background
or dark background.
2020-04-10 steve <steve@arca.leo>
* term-background.bash: Remove 'junk' variable as it appears to be
unused.
2020-04-10 steve <steve@arca.leo>
* term-background.bash: Wrap return value with double quote to
prevent globbing and word-splitting.
2020-04-10 steve <steve@arca.leo>
* term-background.bash: Wrap BASH_SOURCE environment variable with
double quotes to ensure protection against GLOB'ing.
2020-03-12 R. Bernstein <rocky@users.noreply.github.com>
* README.md: Update README.md
2020-03-12 R. Bernstein <rocky@users.noreply.github.com>
* README.md: Update README.md
2019-12-06 rocky <rocky@gnu.org>
* term-background.bash, term-background.ksh, term-background.zsh,
term_background.py: DARK_BG -> LC_DARK_BG However DARK_BG is not gone yet, just deprecated. Fixes #4
2019-11-11 rocky <rocky@gnu.org>
* term_background.py: Add Python equivalent
2019-11-10 R. Bernstein <rocky@users.noreply.github.com>
* README.md: Update README.md
2019-11-09 rocky <rocky@gnu.org>
* term-background.sh => term-background.bash, kterm-background.sh
=> term-background.ksh, zterm-background.sh => term-background.zsh:
Squelch stty errors and ... is more POSIX shell agnostic in shell script naming.
2019-11-04 rocky <rocky@gnu.org>
* kterm-background.sh, term-background.sh, zterm-background.sh:
Address ksh lint warnings... Note though that some things that can be done in ksh don't work in
bash or zsh, notably (( 16#r + 16#g ))
2019-10-31 rocky <rocky@gnu.org>
* README.md, kterm-background.sh: Add ksh version of term-background
2019-09-10 rocky <rocky@gnu.org>
* README.md: Mention zsh script
2019-09-10 rocky <rocky@gnu.org>
* zterm-background.sh: Add zsh version
2019-09-01 rocky <rocky@gnu.org>
* .gitignore, COPYING, term-background.sh: Add GPL 2+ license
2019-06-28 rocky <rb@dustyfeet.com>
* term-background.sh: Respect COLORTERMFGBG and ... Had setting backwards.
2019-05-09 rocky <rocky@gnu.org>
* term-background.sh: Add OSX osascript method suggested by duthen
2019-04-26 rocky <rocky@gnu.org>
* term-background.sh: Use /usr/bin/env bash rather than /bin/bash This works better on OSX where /bin/bash is brain dead. Also might
be better on csh-centric OS's. FreeBSD/NetBSD?
2019-04-23 R. Bernstein <rocky@users.noreply.github.com>
* README.md: Update README.md
2019-04-23 R. Bernstein <rocky@users.noreply.github.com>
* README.md: Update README.md
2019-04-23 R. Bernstein <rocky@users.noreply.github.com>
* README.md: Update README.md
2019-04-23 rocky <rocky@gnu.org>
* README.md: Note TERMINAL_COLOR_MIDPOINT.
2019-04-17 R. Bernstein <rocky@users.noreply.github.com>
* : Merge pull request #3 from rocky/TERMINAL_COLOR_MIDPOINT Terminal color midpoint
2019-04-16 rocky <rb@dustyfeet.com>
* term-background.sh: Try user-settable TERMINAL_COLOR_MIDPOINT var
2018-03-25 rocky <rocky@gnu.org>
* term-background.sh: get->set
2018-03-10 rocky <rb@dustyfeet.com>
* term-background.sh: Fix erroneous early exiting
2017-05-24 R. Bernstein <rocky@users.noreply.github.com>
* README.md: Update README.md
2016-06-25 rocky <rocky@gnu.org>
* term-background.sh: Handle source'ing better
2015-12-24 R. Bernstein <rocky@users.noreply.github.com>
* term-background.sh: doc typosb
2015-12-24 R. Bernstein <rocky@users.noreply.github.com>
* README.md: Update README.md
2015-12-24 R. Bernstein <rocky@users.noreply.github.com>
* README.md: Markdown format
2015-12-24 R. Bernstein <rocky@users.noreply.github.com>
* README.md: typos
2015-12-24 rocky <rocky@gnu.org>
* First cut at trying to figure out if terminal has a light or dark
background