-
Notifications
You must be signed in to change notification settings - Fork 4
/
HISTORY.txt
76 lines (64 loc) · 3.54 KB
/
HISTORY.txt
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
Repository Update History
=========================
v1.2.6 (Release Date: TBD)
--------------------------
- Add customizable --sleep option with default 10 seconds between downloads in instagram downloader.
- Added '-fp' option to list only the full path and filename without modification time in find_range.py.
- Added error handling for command execution and fail2ban status checks in get_resources.sh.
- Refactored cltmp.sh to simplify cleanup logic using loops and improve maintainability.
- Added apt-upgrade.sh script for automating Debian-based system updates and upgrades with environment checks.
- Added fix-permissions.sh script for managing file and directory permissions with logging and email notifications.
- Added runtime confirmation feature to flatdirs.py to enhance execution safety.
v1.2.5 (2024-11-02)
-------------------
- Modified several scripts to display a help message instead of executing in the current directory when no arguments are specified.
- Fixed account handling in insta_update.sh when specifying an account name as an argument.
- Refined .screenrc escape sequences: standardized to Ctrl-Y with Ctrl-T as an alternative.
- Added validation to ensure that the permissions argument is a 3-digit octal number in relevant scripts.
- Improved handling of trailing slashes and backslashes in account name arguments.
v1.2.4 (2024-07-30)
-------------------
- Fixed issue with incorrect range handling when using local time option in file search script.
- Enhanced git repository creation script with additional options and bug fixes.
- Improved insta_update.sh processing order and added comment handling.
v1.2.3 (2024-05-30)
-------------------
- Added notification feature to CI scripts for sending email updates to a specified address.
- Enhanced insta_update.sh to process Instagram content on a per-account basis.
- Improved error handling in SD card script to skip and report failed file copies.
- Added error handling for HTTP 401 Unauthorized and other HTTP errors in Instagram Downloader.
v1.2.2 (2024-03-29)
-------------------
- Added CI cron scripts.
- Modified run_tests.sh to display the total number of test scripts and test cases.
- Renamed find_recent.py to find_range.py with enhanced range options.
- Added support for ISO format and local timezone in find_range.py.
- Enhanced checks in existing scripts.
- Added several test cases to enrich the testing of new features and ensure robustness.
- Updated several installer scripts to modern specifications.
v1.2.1 (2024-02-28)
-------------------
- Resolved a critical issue with the Python compatibility search script.
- Significant renaming and specification changes to the Instagram download script.
- Added the ability to specify permissions in several scripts.
- Numerous refactorings and documentation updates.
- Added some useful scripts and added entry for HISTORY.txt itself.
v1.2 (2024-01-31)
-----------------
- Major updates to several scripts included in this release.
v1.1 (2023-12-30)
-----------------
- Maintenance incorporating continuous development.
- Renaming of numerous scripts as part of the updates.
v1.0 (2023-11-25)
-----------------
- Official initial release of the project.
[2008-2023]
-----------
- Numerous changes and versions were made throughout this period, marking continuous development and improvement of the project.
v0.1 (2008-10-31)
-----------------
- The very first initial version of the project, marking the start of public releases.
First Commit (2008-08-22)
-------------------------
- Commemorating the first commit and push, marking the inception of the project.