Releases: MashMB/1pass
Releases · MashMB/1pass
Release 1.3.1
What is new?
- (FIX) [GUI] Notes padding for item details
- (FIX) [GUI] Notes padding for item overview
- (FIX) [GUI] Invalid password loop (application will not exit after displaying invalid password error)
- (FIX) [CLI] Inline update confirmation
- (FIX) [CLI] Notes padding for item details
- (FIX) [CLI] Notes padding for item overview
- (FIX) [CLI] Accept more reasonable update timeout during configuration (in range from 1 to 30 seconds)
- (FIX) [CLI] Update check can be shifted for one year maximum
- (FIX) [CLI] No configuration abort on invalid values (continue with actual state)
- (FIX) [API] Default update timeout set to 1 second
- (FIX) [API] Clear cache (temporary directory) before update
- (FIX) [API] Do not parse fields with value but without name
Release 1.3.0
What is new?
- [GUI] Display notification about update
- [GUI] Check for update asynchronously
- [GUI] Display actual application version
- [GUI] Contextual help for item details widget
- [GUI] Contextual help for items widget
- [GUI] Contextual help for 1pass widget
- [GUI] Display decoded item details
- [GUI] Scroll item details left
- [GUI] Scroll item details right
- [GUI] Scroll item details up
- [GUI] Scroll item details down
- [GUI] Display item overview (no sensitive data)
- [GUI] Scroll items up
- [GUI] Scroll items down
- [GUI] Display list of items assigned to category
- [GUI] Scroll categories menu up
- [GUI] Scroll categories menu down
- [GUI] Display categories that has at least one item assigned (include dynamic all and trashed category)
- [GUI] Lock vault with shortcut
- [GUI] Unlock vault with master password
- [GUI] Dialog used to display errors
- [GUI] Password prompt (with password mask)
- [GUI] Validate OPVault path before GUI launch
- [CLI] Run 1Pass in GUI mode by default (command
1pass) - [API] Handle trashed flag in simplified item data structure
- [API] Count OPVault items over category and trashed flag
Release 1.2.0
What is new?
- [CLI] Display application update stages
- [CLI] Commands that use default OPVault path (
list,overviewanddetails) will prompt for configuration on first run - [CLI]
updatecommand wants user confirmation when new version is available - [CLI] Display changelog of new version on
updatecommand - [CLI] Force update check on
updatecommand - [CLI] OPVault path as
list,overviewanddetailscommands flag (-v [path]) - [CLI] No results message for filtering in
listcommand - [CLI]
listcommand with items filtering over title (-nflag) - [API] Handle application update stages
- [API] Check if configuration is available (already exists)
- [API] Force update checking
- [API] Get new release changelog from GitHub during update check
- [API] Check for update only once per time period
- [API] Store time stamp of last successful update check
- [API] Configurable update check period
- [API] Configurable HTTP update timeout
- [API] Items filtering over title
- (FIX) [API] Vault lock clears decoded items memory
- (FIX) [API] Validate OPVault path before password prompt
Release 1.1.0
What is new?
- [CLI] Command used to update application
- [CLI] Notify about new update on every command
- [CLI] Command used to configure application in interactive way (answer the questions)
- [CLI] OPVault path is optional for
list,overviewanddetailscommands (if not defined, use default one from configuration file) - [CLI] Pretty print for
overviewanddetailscommands - [CLI] Output of
listcommand as table - [CLI] Output of
categoriescommand as table - [CLI] Commands
list,overviewanddetailsworks with trashed items (-tflag) - [CLI] Command used to display all available item categories
- [CLI]
listcommand with item category filtering (-cflag) - [API] Configurable updates notification
- [API] Application self update
- [API] Download, extract and validate checksum of new update
- [API] Check for updates on GitHub releases section
- [API] Configurable default OPVault path
- [API] Save application configuration (YAML file in
$HOME/.config/1pass/1pass.yml) - [API] Read application configuration (YAML file in
$HOME/.config/1pass/1pass.yml) - [API] Merge item overview and details (one structure, full items decoding at once, sensitive data masked in control layer)
- [API] Work with items from trash
- [API] Handle all item categories according to OPVault design
Release 1.0.0
What is new?
- [CLI] Prompt for user master password without input displaying
- [CLI] Command used to display single login details
- [CLI] Command used to display single login overview
- [CLI] Command used to list saved in OPVault format logins
- [CLI] Command used to display actual application version
- [API] Get and decode single login details (sensitive data)
- [API] Get and decode single login overview (no sensitive data)
- [API] Get (decode) list of logins stored in OPVault
- [API] Unlock OPVault data format with usage of master password