Skip to content

Commit 79b6a3d

Browse files
committed
fixing changelog
1 parent f08d924 commit 79b6a3d

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

CHANGELOG.md

+28-26
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## Version: 0.5.0 (28.12.2024)
1+
## Version: 0.5.0
22
### Improvements
33
- [Redmine 5.0 compatibility.](https://github.com/noshutdown-ru/vault/issues/91)
44
- Added view of all keys
55
- Key tags view improved, tags are colored now
66
- Keys search improved for all and per project
77
- Added copy to clipboard for login
88
- Added browser title for plugin page
9+
- Added new type of key SFTP
910
- Fixed compatibility issue with the new Zeitwerk loader
1011
- Improved translation
1112
- Code refactoring
@@ -16,23 +17,23 @@
1617
- `Redmine::VERSION.to_s.start_with?`
1718
- 3.1/3.2/3.3/3.4/4
1819

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

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

30-
## Version: 0.4.1 (04.01.2020)
31+
## Version: 0.4.1
3132
### Improvements
3233
- [Redmine 4.1 compatibility.](https://github.com/noshutdown-ru/vault/issues/57)
3334
- Added CHANGELOG.md
3435

35-
## Version: 0.4.0 (22.12.2019)
36+
## Version: 0.4.0
3637
### Features
3738
- [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=...`
3839
### Improvements
@@ -46,51 +47,52 @@
4647
- [Export keys not working on Windows.](https://github.com/noshutdown-ru/vault/pull/52)
4748
- [Error in redmine subdir icons display.](https://github.com/noshutdown-ru/vault/pull/47)
4849

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

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

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

66-
## Version: 0.3.8 (21.05.2018)
67+
## Version: 0.3.8
6768
### Improvements
6869
- [Added German translation.](https://github.com/noshutdown-ru/vault/pull/33)
6970
- [Added Portugal translation.](https://github.com/noshutdown-ru/vault/pull/26)
7071
### Bugfixes
7172
- [Double icon.](https://github.com/noshutdown-ru/vault/pull/31)
7273
- [Copy to clipboard.](https://github.com/noshutdown-ru/vault/issues/28)
7374

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

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

82-
## Version: 0.3.5 (06.02.2018)
83+
## Version: 0.3.5
8384
### Bugfixes
8485
- [White lists not block user by direct link.](https://github.com/noshutdown-ru/vault/issues/22)
85-
## Version: 0.3.4 (17.01.2018)
86+
87+
## Version: 0.3.4
8688
- [Error on searching by Name/URL (PostgreSQL).](https://github.com/noshutdown-ru/vault/issues/13)
8789
- [Right click no url (Redmine 3.4).](https://github.com/noshutdown-ru/vault/issues/17)
8890

89-
## Version: 0.3.3 (19.10.2017)
91+
## Version: 0.3.3
9092
### Improvements
9193
- Updated Chinese translation.
9294

93-
## Version: 0.3.2 (17.09.2017)
95+
## Version: 0.3.2
9496
### Features
9597
- Added support Redmine 3.4 .
9698
- Added copy by click on the fields: url, login.
@@ -100,11 +102,11 @@
100102
### Bugfixes
101103
- Fixed error uploading small files.
102104

103-
## Version: 0.3.1 (11.12.2016)
105+
## Version: 0.3.1
104106
### Bugfixes
105107
- Edit whitelists problem.
106108

107-
## Version: 0.3.0 (07.12.2016)
109+
## Version: 0.3.0
108110
### Features
109111
- Added separation of access rights for users (whitelist).
110112
- Supports Redmine 3.3 .
@@ -116,14 +118,14 @@
116118
### Deprecated
117119
- Supports Redmine 2.6 terminated.
118120

119-
## Version: 0.2.0 (08.07/2016)
121+
## Version: 0.2.0
120122
### Features
121123
- Added ability to search by Name, URL, Tag.
122124
- Added auto-complete for tags.
123125
- Added functionality of creating backup copies of keys (no tags).
124126
- Supports Redmine 3.2 .
125127

126-
## Version: 0.1.2 (27.02.2016)
128+
## Version: 0.1.2
127129
### Features
128130
- Added the ability to attach any file.
129131
- Added the ability to copy to the clipboard, each key field.
@@ -133,19 +135,19 @@
133135
### Bugfixes
134136
- Fixed an issue when you add a key file.
135137

136-
## Version: 0.1.0 (18.01.2016)
138+
## Version: 0.1.0
137139
### Improvements
138140
- Update version.
139141

140-
## Version: 0.0.6 (31.12.2015)
142+
## Version: 0.0.6
141143
### Features
142144
- Added the ability to specify a tag to the keys.
143145
- Added preview mode key card (without editing).
144146
- Added the ability to encrypt through redmine (database_cipher_key).
145147
### Improvements
146148
- Code refactoring.
147149

148-
## Version: 0.0.5 (01.11.2015)
150+
## Version: 0.0.5
149151
### Features
150152
- Added pagination.
151153
- Added ability to sort the keys by name.
@@ -155,24 +157,24 @@
155157
### Improvements
156158
- Updated field at the keys: Name, URL, User Name, Password, Comment.
157159

158-
## Version: 0.0.4 (01.10.2015)
160+
## Version: 0.0.4
159161
### Features
160162
- Adding ssh keys file.
161163
### Improvements
162164
- Updated design.
163165
- Separation of access by role.
164166
- Compatible with Redmine 2.6 .
165167

166-
## Version: 0.0.3 (02.09.2015)
168+
## Version: 0.0.3
167169
### Improvements
168170
- Compatible with Ruby 1.9.1 .
169171

170-
## Version: 0.0.2 (01.09.2015)
172+
## Version: 0.0.2
171173
### Features
172174
- Delete keys.
173175
- Encryption keys.
174176

175-
## Version: 0.0.1 (20.08.2015)
177+
## Version: 0.0.1
176178
### Features
177179
- Support Redmine 3.1.0.stable.
178180
- Support Ruby 2.2.2-p95,2.0.0-p598.

0 commit comments

Comments
 (0)