- Support
regex
option in[[files]]
to search by regular expression. (#8)
- Change display message of
--version
option (#5) - Add logging for some points
- Find parent configuration files.
- Support extra toml file for configuration.
Cargo.toml
for Rust project.pyproject.toml
for Python project.
- Support multiline replacement.
init
command support--preset
option to customize first.age.toml
.
- Rename project (binary name is not changed).
- Transfer repository into personarl space.
- Add management target by age.
- Update documents.
- Launch documentation site on https://age.attakei.dev/
- Remove
version
subcommand (use--version
instead)
- Print error these cases:
- Run
init
if configuration file is already exists. - Run except for
init
if configuration file is not exists or is invalid format.
- Run
search
andreplace
(of[[files]]
in config) are supported context values. (#2)- Add
now
about execute datetime into context values. (#2)
- Correct template for
age init
command.
- It is renamed application.
- Change replace search and target rule.
It use
{{ ~ }}
instead of{ ~ }
.
- Update managed version
- Replace value of version target sources