-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fonic
committed
Apr 25, 2024
1 parent
22e9e96
commit a994391
Showing
5 changed files
with
402 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,56 @@ | ||
## Changelog for v4.0 release | ||
|
||
Changes: | ||
## Changelog for v4.2 release (04/25/24) | ||
|
||
**Changes:** | ||
- Added multi-platform support (_FreeBSD_, _macOS_ and _Windows_) | ||
- Improved error detection and handling | ||
- Updated `README.md` to include information for newly supported platforms | ||
- Reformatted `README.md` and `CHANGELOG.md` to improve readability when using | ||
plain text viewers/editors (i.e. without Markdown rendering) | ||
- Cleaned up and refactored code, applied various minor changes (functions, | ||
comments, variables, prints, etc.) | ||
|
||
|
||
## Changelog for v4.1-dev release (04/13/24) | ||
|
||
Intermediate development release (has not been published). | ||
|
||
**Changes:** | ||
- Separated macro handling code/state into macro and command playback | ||
- Added support for using CTRL+D to abort currently running command playback | ||
- Added feature to optionally specify commands to be executed right after | ||
startup via command line | ||
- Performed code cleanup and refactoring for all functions (underscore | ||
variables, return values) | ||
- Applied various minor code modification (variables, comments, errors, etc.) | ||
|
||
|
||
## Changelog for v4.0 release (09/25/23) | ||
|
||
**Changes:** | ||
- Added support for user-editable configuration file (i.e. `infiren.conf`) | ||
- Added feature to load/save command history from/to file on startup/exit | ||
- Added feature to save/load macros to/from file (commands `save-macro`/`load-macro`) | ||
- Added feature to save/load macros to/from file (commands `save-macro`/ | ||
`load-macro`) | ||
- Extended `undo` command to allow undoing/redoing entire macros | ||
- Reworked several commands to accomodate new commands (e.g. `start-macro` + `end-macro` -> `record-macro`) | ||
- Reworked several commands to accommodate new commands (e.g. `start-macro` + | ||
`end-macro` -> `record-macro`) | ||
- Applied various minor code modification (variables, comments, errors, etc.) | ||
|
||
## Changelog for v3.11 release | ||
|
||
## Changelog for v3.11 release (09/13/23) | ||
|
||
Initial release (versions prior to v3.11 have not been published). | ||
|
||
Features: | ||
**Features:** | ||
- Various editing commands (including regular expressions) | ||
- File filtering (pattern, invert, case sensitive/insensitive) | ||
- Recursive mode (to include files of subfolders) | ||
- Macro recording and replay (to reuse a set of commands) | ||
- Undo/redo of last name-altering operation | ||
- Actual renaming only occurs when when issuing `apply`/`save` | ||
|
||
|
||
## | ||
|
||
_Last updated: 09/25/23_ | ||
_Last updated: 04/25/24_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.