Skip to content

Commit

Permalink
fixing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-exz committed Dec 30, 2024
1 parent f08d924 commit 79b6a3d
Showing 1 changed file with 28 additions and 26 deletions.
54 changes: 28 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## Version: 0.5.0 (28.12.2024)
## Version: 0.5.0
### Improvements
- [Redmine 5.0 compatibility.](https://github.com/noshutdown-ru/vault/issues/91)
- Added view of all keys
- Key tags view improved, tags are colored now
- Keys search improved for all and per project
- Added copy to clipboard for login
- Added browser title for plugin page
- Added new type of key SFTP
- Fixed compatibility issue with the new Zeitwerk loader
- Improved translation
- Code refactoring
Expand All @@ -16,23 +17,23 @@
- `Redmine::VERSION.to_s.start_with?`
- 3.1/3.2/3.3/3.4/4

## Version: 0.4.3 (10.05.2021)
## Version: 0.4.3
### Bugfix
- [Saving settings path](https://github.com/noshutdown-ru/vault/pull/67)
- Fixed saving settings if key empty

## Version: 0.4.2 (10.05.2021)
## Version: 0.4.2
### Improvements
- Added support of Redmine 4.2.1.stable, tested on 2.7.3-p183
- Updated English translation Keys changed to Passwords
- Error handling for Encryption Key (VaultEencryption) now must be exact 16 symbols

## Version: 0.4.1 (04.01.2020)
## Version: 0.4.1
### Improvements
- [Redmine 4.1 compatibility.](https://github.com/noshutdown-ru/vault/issues/57)
- Added CHANGELOG.md

## Version: 0.4.0 (22.12.2019)
## Version: 0.4.0
### Features
- [Get keys from project by api call.](https://github.com/noshutdown-ru/vault/pull/54) `http --json GET http://redmine.server/projects/test1/keys.json key=...`
### Improvements
Expand All @@ -46,51 +47,52 @@
- [Export keys not working on Windows.](https://github.com/noshutdown-ru/vault/pull/52)
- [Error in redmine subdir icons display.](https://github.com/noshutdown-ru/vault/pull/47)

## Version: 0.3.11 (10.02.2019)
## Version: 0.3.11
### Improvements
- [Support Redmine 4.0.* .](https://github.com/noshutdown-ru/vault/pull/45)
### Bugfixes
- [Menu admin no icon.](https://github.com/noshutdown-ru/vault/issues/46)

## Version: 0.3.10 (10.12.2018)
## Version: 0.3.10
### Improvements
- [Added Spanish translation.](https://github.com/noshutdown-ru/vault/pull/42)
### Bugfixes
- [Whitelist cannot be modifyed.](https://github.com/noshutdown-ru/vault/issues/41)
- [Redmine encryption, password cannot be longer 32 characters.](https://github.com/noshutdown-ru/vault/issues/43)

## Version: 0.3.9 (23.05.2018)
## Version: 0.3.9
### Bugfixes
- [Incompatible character encodings.](https://github.com/noshutdown-ru/vault/issues/37)

## Version: 0.3.8 (21.05.2018)
## Version: 0.3.8
### Improvements
- [Added German translation.](https://github.com/noshutdown-ru/vault/pull/33)
- [Added Portugal translation.](https://github.com/noshutdown-ru/vault/pull/26)
### Bugfixes
- [Double icon.](https://github.com/noshutdown-ru/vault/pull/31)
- [Copy to clipboard.](https://github.com/noshutdown-ru/vault/issues/28)

## Version: 0.3.7 (20.02.2018)
## Version: 0.3.7
### Bugfixes
- [Search not working.](https://github.com/noshutdown-ru/vault/issues/24)

## Version: 0.3.6 (13.02.2018)
## Version: 0.3.6
### Bugfixes
- [Undefined method 'offset'.](https://github.com/noshutdown-ru/vault/issues/23)

## Version: 0.3.5 (06.02.2018)
## Version: 0.3.5
### Bugfixes
- [White lists not block user by direct link.](https://github.com/noshutdown-ru/vault/issues/22)
## Version: 0.3.4 (17.01.2018)

## Version: 0.3.4
- [Error on searching by Name/URL (PostgreSQL).](https://github.com/noshutdown-ru/vault/issues/13)
- [Right click no url (Redmine 3.4).](https://github.com/noshutdown-ru/vault/issues/17)

## Version: 0.3.3 (19.10.2017)
## Version: 0.3.3
### Improvements
- Updated Chinese translation.

## Version: 0.3.2 (17.09.2017)
## Version: 0.3.2
### Features
- Added support Redmine 3.4 .
- Added copy by click on the fields: url, login.
Expand All @@ -100,11 +102,11 @@
### Bugfixes
- Fixed error uploading small files.

## Version: 0.3.1 (11.12.2016)
## Version: 0.3.1
### Bugfixes
- Edit whitelists problem.

## Version: 0.3.0 (07.12.2016)
## Version: 0.3.0
### Features
- Added separation of access rights for users (whitelist).
- Supports Redmine 3.3 .
Expand All @@ -116,14 +118,14 @@
### Deprecated
- Supports Redmine 2.6 terminated.

## Version: 0.2.0 (08.07/2016)
## Version: 0.2.0
### Features
- Added ability to search by Name, URL, Tag.
- Added auto-complete for tags.
- Added functionality of creating backup copies of keys (no tags).
- Supports Redmine 3.2 .

## Version: 0.1.2 (27.02.2016)
## Version: 0.1.2
### Features
- Added the ability to attach any file.
- Added the ability to copy to the clipboard, each key field.
Expand All @@ -133,19 +135,19 @@
### Bugfixes
- Fixed an issue when you add a key file.

## Version: 0.1.0 (18.01.2016)
## Version: 0.1.0
### Improvements
- Update version.

## Version: 0.0.6 (31.12.2015)
## Version: 0.0.6
### Features
- Added the ability to specify a tag to the keys.
- Added preview mode key card (without editing).
- Added the ability to encrypt through redmine (database_cipher_key).
### Improvements
- Code refactoring.

## Version: 0.0.5 (01.11.2015)
## Version: 0.0.5
### Features
- Added pagination.
- Added ability to sort the keys by name.
Expand All @@ -155,24 +157,24 @@
### Improvements
- Updated field at the keys: Name, URL, User Name, Password, Comment.

## Version: 0.0.4 (01.10.2015)
## Version: 0.0.4
### Features
- Adding ssh keys file.
### Improvements
- Updated design.
- Separation of access by role.
- Compatible with Redmine 2.6 .

## Version: 0.0.3 (02.09.2015)
## Version: 0.0.3
### Improvements
- Compatible with Ruby 1.9.1 .

## Version: 0.0.2 (01.09.2015)
## Version: 0.0.2
### Features
- Delete keys.
- Encryption keys.

## Version: 0.0.1 (20.08.2015)
## Version: 0.0.1
### Features
- Support Redmine 3.1.0.stable.
- Support Ruby 2.2.2-p95,2.0.0-p598.
Expand Down

0 comments on commit 79b6a3d

Please sign in to comment.