Skip to content

Commit

Permalink
[v] Version 2.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeseekr committed Aug 12, 2024
1 parent fcfbeae commit fdda5a7
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 15 deletions.
28 changes: 22 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,25 @@
* **[2020-10-01 08:38:03 CDT]** - **[changelog-maker-lite]** Added a utility for making pretty CHANGELOGs.

### v2.0.0 @ 2020-10-22
* **[2020-10-20 20:10:54 CDT]** - **[arch-pacman-dupe-cleaner]** Utility for resolving "error: duplicated database entry 'foo'"
* **[2020-10-20 20:10:54 CDT]** - **[arch-pacman-dupe-cleaner]** Utility for resolving "error: duplicated database entry
'foo'"
* **[2020-10-22 15:59:58 CDT]** - **[Major]** Relicensed to the Creative Commons Attribution v4.0 International License.
* **[2020-10-22 01:01:01 CDT]** - **[git-mtime]** Restores the file modification times of your git workdir to the repo's.
* **[2020-10-22 04:34:32 CDT]** - **[ssh-keyphrase-only-once]** Only type in your SSH keyphrase once per boot.
* **[2020-10-22 16:22:09 CDT]** - **[turn-off-monitors]** Easily turn off all of your monitors via the CLI.
* **[2020-10-22 18:36:34 CDT]** - Added a Table of Contents to the README. HEAD -> v2.0
* **[2020-10-22 18:36:34 CDT]** - Added a Table of Contents to the README.

Behavioral changes:
* **[2020-10-22 14:53:09 CDT]** - **[changelog-maker-lite]** Now outputs Markdown lists.

### v2.1.0 @ 2020-10-23
* **[2020-10-23 12:31:25 CDT]** - **[m]** Refactored to use /usr/bin/env shebang.
* **[2020-10-23 12:39:46 CDT]** - **[wifi-autorun-on-connect]** Autorun a script when you connect to a Wifi hotspot.
* **[2020-10-23 18:40:30 CDT]** - Translated the README into Chinese and Hindi to support 3 Billion people. HEAD -> v2.1
* **[2020-10-23 18:40:30 CDT]** - Translated the README into Chinese and Hindi to support 3 Billion people.

## v2.1.1 @ 2020-12-27
* **[2020-12-26 17:00:11 CST]** - **[git-shallow-pull]** Added a utility to shallow update git.
* **[2020-12-27 12:51:48 CST]** - **[git-change-author]** Easily bulk change the author's name and email in a git repo. HEAD -> v2.1
* **[2020-12-27 12:51:48 CST]** - **[git-change-author]** Easily bulk change the author's name and email in a git repo.

## v2.2.0 @ 2021-06-04
* **[2021-06-04 09:08:31 CDT]** - **[ssh-autologin]** Automatically set up SSH autologins.
Expand All @@ -63,17 +64,32 @@ Behavioral changes:
* **[2024-01-13 13:55:42 CST]** Added a Bash alias to have `free` show the total memory in MiBs.
* **[2024-01-13 13:56:25 CST]** Added a Bash alias `ps-date` to show the full date timestamp of a long-running process.
* **[2024-01-13 13:56:54 CST]** Added a Bash alias to hide all of the snap /dev/loop devices from df.
* **[2024-01-13 13:59:23 CST]** [changelog-maker-lite] Bold the timestamps. HEAD -> trunk
* **[2024-01-13 13:59:23 CST]** [changelog-maker-lite] Bold the timestamps.

## v2.4.1 @ 2024-01-14
* **[2024-01-14 22:31:40 CST]** [arch-pacman-dupe-cleaner] Fixed the script for modern Arch.

## v2.5.0 @ 2024-01-19
* **[2020-10-14 15:53:34 CST]** [american-date] A utility to print out dates in the American format ('Fri, 19 January 2024 05:49:20 CST').
* **[2020-10-14 15:53:34 CST]** [american-date] A utility to print out dates in the American format
('Fri, 19 January 2024 05:49:20 CST').
* **[2024-01-15 09:14:17 CST]** [tar-sorted] Create tar files automatically sorted by file name.
* **[2023-11-17 11:22:42 CST]** [git-commit-at-modded-time] Use a file's modified time as the git time.
* **[2024-01-19 06:17:20 CST]** [git-same-sig-time] Unifies the GPG signature time with the commit's time.

## v2.5.1 @ 2024-08-09
* **[2024-03-17 05:21:56 CDT]** [btrfs-snapshot] Added support for hourly snapshots of /code.
* **[2024-08-09 18:43:46 CDT]** [tar-sorted] Added support for --zstd archives.

## v2.6.0 @ 2024-08-12

* **[2024-08-12 02:06:41 CDT]** Added a .bash_profile.
* **[2024-08-12 02:09:39 CDT]** [launch-browser] Launch Chrome-based browsers in native Wayland.
* **[2024-08-12 02:35:43 CDT]** [framework/is_root] Added a function for determining root access.
* **[2024-08-12 03:16:29 CDT]** [framework/wait_until_mouse_or_keyboard_event] Block execution until a key is pressed,
the mouse is moved, or a mouse button is clicked.
* **[2024-08-12 03:22:17 CDT]** [bash_rc.aliases] Added an alias to make `watch` honor ~/.bashrc aliases.
* **[2024-08-12 03:22:50 CDT]** [bash_rc.aliases] Replace ssh with mosh, if it is installed.
* **[2024-08-12 03:29:03 CDT]** [gitconfig] Automatically time out git when websites are not reachable.
* **[2024-08-12 03:38:25 CDT]** [arch-pacman-dupe-cleaner] Require superuser to run.
* **[2024-08-12 03:41:30 CDT]** [turn-off-monitors] A CLI script for turning off monitors in Wayland for Gnome and KDE.
* **[2024-08-12 06:08:57 CDT]** Majorly cleaned up the README and translated to Chinese, Hindi, and Spanish.
13 changes: 13 additions & 0 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ Here is the translation of the document into Simplified Chinese:
最近更改
==========

#### v2.6.0 @ 2024-08-12

* **[2024-08-12]** 大幅清理了 README 并翻译成中文、印地语和西班牙语。
* **[2024-08-12]** [turn-off-monitors] 增加了在 Wayland 下关闭 Gnome 和 KDE 显示器的完整支持。
* **[2024-08-12]** [arch-pacman-dupe-cleaner] 需要超级用户权限运行。
* **[2024-08-12]** [gitconfig] 在无法访问网站时自动超时 git。
* **[2024-08-12]** [bash_rc.aliases] 如果安装了 mosh,则替换 ssh。
* **[2024-08-12]** [bash_rc.aliases] 添加了一个别名,使 `watch` 尊重 ~/.bashrc 别名。
* **[2024-08-12]** [framework/wait_until_mouse_or_keyboard_event] 阻止执行直到按下键盘键、移动鼠标或点击鼠标按钮。
* **[2024-08-12]** [framework/is_root] 增加了一个确定是否为 root 访问的函数。
* **[2024-08-12]** [launch-browser] 在本地 Wayland 启动基于 Chrome 的浏览器。
* **[2024-08-12]** 添加了 .bash_profile。

#### v2.5.1 @ 2024-08-09
* **[2024-03-17]** [btrfs-snapshot] 增加了对 /code 进行每小时快照的支持。
* **[2024-08-09]** [tar-sorted] 增加了对 –zstd 文件的支持。
Expand Down
13 changes: 13 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ Están ordenados por cuánta utilidad me brindan.
Cambios Recientes
=================

#### v2.6.0 @ 2024-08-12

* **[2024-08-12]** Se limpió mayormente el README y se tradujo al chino, hindi y español.
* **[2024-08-12]** [turn-off-monitors] Se agregó soporte completo para apagar monitores en Wayland para Gnome y KDE.
* **[2024-08-12]** [arch-pacman-dupe-cleaner] Requiere superusuario para ejecutarse.
* **[2024-08-12]** [gitconfig] Tiempo de espera automático para git cuando los sitios web no son accesibles.
* **[2024-08-12]** [bash_rc.aliases] Reemplaza ssh con mosh, si está instalado.
* **[2024-08-12]** [bash_rc.aliases] Se añadió un alias para que `watch` respete los alias de ~/.bashrc.
* **[2024-08-12]** [framework/wait_until_mouse_or_keyboard_event] Bloquea la ejecución hasta que se presione una tecla, se mueva el ratón o se haga clic en un botón del ratón.
* **[2024-08-12]** [framework/is_root] Se agregó una función para determinar el acceso root.
* **[2024-08-12]** [launch-browser] Lanza navegadores basados en Chrome en Wayland nativo.
* **[2024-08-12]** Se añadió un .bash_profile.

#### v2.5.1 @ 2024-08-09
* **[2024-03-17]** [btrfs-snapshot] Se agregó soporte para snapshots por hora de /code.
* **[2024-08-09]** [tar-sorted] Se agregó soporte para archivos –zstd.
Expand Down
13 changes: 13 additions & 0 deletions README.hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
हाल के परिवर्तन
==============

#### v2.6.0 @ 2024-08-12

* **[2024-08-12]** README को बड़े पैमाने पर साफ किया गया और चीनी, हिंदी, और स्पेनिश में अनुवाद किया गया।
* **[2024-08-12]** [turn-off-monitors] Gnome और KDE के लिए Wayland में मॉनिटर को बंद करने का पूर्ण समर्थन जोड़ा गया।
* **[2024-08-12]** [arch-pacman-dupe-cleaner] को चलाने के लिए सुपरयूज़र की आवश्यकता है।
* **[2024-08-12]** [gitconfig] जब वेबसाइटें पहुंच योग्य नहीं होती हैं, तब git को स्वचालित रूप से टाइम आउट करें।
* **[2024-08-12]** [bash_rc.aliases] यदि mosh स्थापित है, तो ssh को बदलें।
* **[2024-08-12]** [bash_rc.aliases] एक नया एलियास जोड़ा गया जिससे `watch` ~/.bashrc एलियास को मान्यता दे।
* **[2024-08-12]** [framework/wait_until_mouse_or_keyboard_event] तब तक निष्पादन को रोकें जब तक एक कुंजी दबाई नहीं जाती, माउस नहीं हिलाया जाता, या माउस बटन क्लिक नहीं किया जाता।
* **[2024-08-12]** [framework/is_root] रूट एक्सेस का निर्धारण करने के लिए एक फ़ंक्शन जोड़ा गया।
* **[2024-08-12]** [launch-browser] Chrome-आधारित ब्राउज़र को मूल Wayland में लॉन्च करें।
* **[2024-08-12]** एक .bash_profile जोड़ा गया।

#### v2.5.1 @ 2024-08-09
* **[2024-03-17]** [btrfs-snapshot] /code के प्रति घंटा स्नैपशॉट के लिए सहायता जोड़ी गई।
* **[2024-08-09]** [tar-sorted] ने --zstd संग्रह के लिए सहायता जोड़ी।
Expand Down
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,31 @@ Translations: [中文](README.cn.md), [हिन्दी](README.hi.md)
Recent Changes
==============

#### v2.6.0 @ 2024-08-12

* **[2024-08-12]** Majorly cleaned up the README and translated to Chinese, Hindi, and Spanissh.
* **[2024-08-12]** [turn-off-monitors] Added full support for turning off monitors in Wayland for Gnome and KDE.
* **[2024-08-12]** [arch-pacman-dupe-cleaner] Require superuser to run.
* **[2024-08-12]** [gitconfig] Automatically time out git when websites are not reachable.
* **[2024-08-12]** [bash_rc.aliases] Replace ssh with mosh, if it is installed.
* **[2024-08-12]** [bash_rc.aliases] Added an alias to make `watch` honor ~/.bashrc aliases.
* **[2024-08-12]** [framework/wait_until_mouse_or_keyboard_event] Block execution until a key is pressed,
the mouse is moved, or a mouse button is clicked.
* **[2024-08-12]** [framework/is_root] Added a function for determining root access.
* **[2024-08-12]** [launch-browser] Launch Chrome-based browsers in native Wayland.
* **[2024-08-12]** Added a .bash_profile.

#### v2.5.1 @ 2024-08-09
* **[2024-03-17]** [btrfs-snapshot] Added support for hourly snapshots of /code.
* **[2024-08-09]** [tar-sorted] Added support for --zstd archives.

#### v2.5.0 @ 2024-01-19
* **[2020-10-14]** [american-date] A utility to print out dates in the American format ('Fri, 19 January 2024 05:49:20 CST').
* **[2020-10-14]** [american-date] A utility to print out dates in the American format
('Fri, 19 January 2024 05:49:20 CST').
* **[2024-01-15]** [tar-sorted] Create tar files automatically sorted by file name.
* **[2023-11-17]** [git-commit-at-modded-time] Use a file's modified time as the git time.
* **[2024-01-19]** [git-same-sig-time] Unifies the GPG signature time with the commit's time.

#### v2.4.1 @ 2024-01-14
* **[2024-01-14]** [arch-pacman-dupe-cleaner] Fixed the script for modern Arch.

#### v2.4.0 @ 2024-01-13
* **[2024-01-13]** Added a Bash alias to have `free` show the total memory in MiBs.
* **[2024-01-13]** Added a Bash alias `ps-date` to show the full date timestamp of a long-running process.
* **[2024-01-13]** Added a Bash alias to hide all of the snap /dev/loop devices from df.
* **[2024-01-13]** [changelog-maker-lite] Bold the timestamps. HEAD -> trunk


Table of Contents (Categorized)
Expand Down

0 comments on commit fdda5a7

Please sign in to comment.