Releases: BrunoBonacci/1config
Releases · BrunoBonacci/1config
Release: v0.22.0
- [NEW] drop dependency from Jsonista and Jackson in favour or cnuernber/charred
- [NEW] add possibility to customise
1config.home
dir via java property (#35)
Release: v0.21.0
- [BREAKING] Expand version numbers to support more digits from 5 to 20
See migration procedure
packages:
1cfg-Darwin
for Mac OS 64bit1cfg-Linux
for Linux 64bit1cfgX
cross-platform executable jar, requires JVM (use this on Windows)1cfg-ui-beta
cross-platform executable jar, requires JVM
Soon a Windows native binary will be available as well.
Release: v0.17.1
Release: v0.17.1 (2021-01-14)
- Transition version in preparation for
v0.21.0
. Use this
version if you have an existing installation of 1Config,
jump to the new version if you are starting on a new account. - Migration tool to migrate database to new format
SET
command saves in both versions
Release: v0.20.0
Release: v0.20.0 (2021-01-03)
- [BREAKING] Dropped
aws-ancryption-sdk
in favour of direct KMS API use.
See migration procedure - Switched from Amazonica to Cognitect's aws-api client for AWS.
- Native binaries for command line tool.
- Switched from Cheshire to Jasonista (to reduce library version clash)
packages:
1cfg-Darwin
for Mac OS 64bit1cfg-Linux
for Linux 64bit1cfgX
cross-platform executable jar, requires JVM (for Windows)1cfg-ui-beta
cross-platform executable jar, requires JVM (for Windows)
Soon a Windows native binary will be available as well.
Release: v0.17.0 (use: v0.17.1)
Release: v0.17.0 (2021-01-03) (use: v0.17.1
)
- Transition version in preparation for
v0.20.0
. Use this version if you have an existing installation of 1Config, jump to the new version if you are starting on a new account. - Migration tool to migrate database to new format
SET
command saves in both versions
For more info see the migration page
NOTE: no homebrew upgrade available for this version to avoid accidental upgrades
Release: v0.16.4
- Added AOT compiled library Jar
- Delayed use of
DefaultAwsRegionProviderChain
which blocks outside AWS
Release: 0.16.2
- UI: Added ability to compare two entries (DIFF)
Release: v0.16.1
- CORE: remove
safely
as dependency to reduce dependencies clash
Release: v0.16.0
- CLI: Added ability to compare two entries
- NEW: Added support for YAML configurations
Release: v0.15.0
Release: v0.15.0 (2020-02-09)
- NEW: 1Config GUI (thanks to Eugene Tolbakov @etolbakov)
- UI: Added syntax highlighting (thanks to Eugene Tolbakov @etolbakov)
- CLI: added ability to read latest configuration without specify the version