|
1 |
| -## Version: 0.4.3 (10.05.2021) |
| 1 | +## Version: 0.5.0 |
| 2 | +### Improvements |
| 3 | +- [Redmine 5.0 compatibility.](https://github.com/noshutdown-ru/vault/issues/91) |
| 4 | +- Added view of all keys |
| 5 | +- Key tags view improved, tags are colored now |
| 6 | +- Keys search improved for all and per project |
| 7 | +- Added copy to clipboard for login |
| 8 | +- Added browser title for plugin page |
| 9 | +- Added new type of key SFTP |
| 10 | +- Fixed compatibility issue with the new Zeitwerk loader |
| 11 | +- Improved translation |
| 12 | +- Code refactoring |
| 13 | +- Added Github Actions for CI |
| 14 | + |
| 15 | +### Braking changes |
| 16 | +- Deleted code which checks Redmine version |
| 17 | + - `Redmine::VERSION.to_s.start_with?` |
| 18 | + - 3.1/3.2/3.3/3.4/4 |
| 19 | + |
| 20 | +## Version: 0.4.3 |
2 | 21 | ### Bugfix
|
3 | 22 | - [Saving settings path](https://github.com/noshutdown-ru/vault/pull/67)
|
4 | 23 | - Fixed saving settings if key empty
|
5 | 24 |
|
6 |
| -## Version: 0.4.2 (10.05.2021) |
| 25 | +## Version: 0.4.2 |
7 | 26 | ### Improvements
|
8 | 27 | - Added support of Redmine 4.2.1.stable, tested on 2.7.3-p183
|
9 | 28 | - Updated English translation Keys changed to Passwords
|
10 | 29 | - Error handling for Encryption Key (VaultEencryption) now must be exact 16 symbols
|
11 | 30 |
|
12 |
| -## Version: 0.4.1 (04.01.2020) |
| 31 | +## Version: 0.4.1 |
13 | 32 | ### Improvements
|
14 | 33 | - [Redmine 4.1 compatibility.](https://github.com/noshutdown-ru/vault/issues/57)
|
15 | 34 | - Added CHANGELOG.md
|
16 | 35 |
|
17 |
| -## Version: 0.4.0 (22.12.2019) |
| 36 | +## Version: 0.4.0 |
18 | 37 | ### Features
|
19 | 38 | - [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=...`
|
20 | 39 | ### Improvements
|
|
28 | 47 | - [Export keys not working on Windows.](https://github.com/noshutdown-ru/vault/pull/52)
|
29 | 48 | - [Error in redmine subdir icons display.](https://github.com/noshutdown-ru/vault/pull/47)
|
30 | 49 |
|
31 |
| -## Version: 0.3.11 (10.02.2019) |
| 50 | +## Version: 0.3.11 |
32 | 51 | ### Improvements
|
33 | 52 | - [Support Redmine 4.0.* .](https://github.com/noshutdown-ru/vault/pull/45)
|
34 | 53 | ### Bugfixes
|
35 | 54 | - [Menu admin no icon.](https://github.com/noshutdown-ru/vault/issues/46)
|
36 | 55 |
|
37 |
| -## Version: 0.3.10 (10.12.2018) |
| 56 | +## Version: 0.3.10 |
38 | 57 | ### Improvements
|
39 | 58 | - [Added Spanish translation.](https://github.com/noshutdown-ru/vault/pull/42)
|
40 | 59 | ### Bugfixes
|
41 | 60 | - [Whitelist cannot be modifyed.](https://github.com/noshutdown-ru/vault/issues/41)
|
42 | 61 | - [Redmine encryption, password cannot be longer 32 characters.](https://github.com/noshutdown-ru/vault/issues/43)
|
43 | 62 |
|
44 |
| -## Version: 0.3.9 (23.05.2018) |
| 63 | +## Version: 0.3.9 |
45 | 64 | ### Bugfixes
|
46 | 65 | - [Incompatible character encodings.](https://github.com/noshutdown-ru/vault/issues/37)
|
47 | 66 |
|
48 |
| -## Version: 0.3.8 (21.05.2018) |
| 67 | +## Version: 0.3.8 |
49 | 68 | ### Improvements
|
50 | 69 | - [Added German translation.](https://github.com/noshutdown-ru/vault/pull/33)
|
51 | 70 | - [Added Portugal translation.](https://github.com/noshutdown-ru/vault/pull/26)
|
52 | 71 | ### Bugfixes
|
53 | 72 | - [Double icon.](https://github.com/noshutdown-ru/vault/pull/31)
|
54 | 73 | - [Copy to clipboard.](https://github.com/noshutdown-ru/vault/issues/28)
|
55 | 74 |
|
56 |
| -## Version: 0.3.7 (20.02.2018) |
| 75 | +## Version: 0.3.7 |
57 | 76 | ### Bugfixes
|
58 | 77 | - [Search not working.](https://github.com/noshutdown-ru/vault/issues/24)
|
59 | 78 |
|
60 |
| -## Version: 0.3.6 (13.02.2018) |
| 79 | +## Version: 0.3.6 |
61 | 80 | ### Bugfixes
|
62 | 81 | - [Undefined method 'offset'.](https://github.com/noshutdown-ru/vault/issues/23)
|
63 | 82 |
|
64 |
| -## Version: 0.3.5 (06.02.2018) |
| 83 | +## Version: 0.3.5 |
65 | 84 | ### Bugfixes
|
66 | 85 | - [White lists not block user by direct link.](https://github.com/noshutdown-ru/vault/issues/22)
|
67 |
| -## Version: 0.3.4 (17.01.2018) |
| 86 | + |
| 87 | +## Version: 0.3.4 |
68 | 88 | - [Error on searching by Name/URL (PostgreSQL).](https://github.com/noshutdown-ru/vault/issues/13)
|
69 | 89 | - [Right click no url (Redmine 3.4).](https://github.com/noshutdown-ru/vault/issues/17)
|
70 | 90 |
|
71 |
| -## Version: 0.3.3 (19.10.2017) |
| 91 | +## Version: 0.3.3 |
72 | 92 | ### Improvements
|
73 | 93 | - Updated Chinese translation.
|
74 | 94 |
|
75 |
| -## Version: 0.3.2 (17.09.2017) |
| 95 | +## Version: 0.3.2 |
76 | 96 | ### Features
|
77 | 97 | - Added support Redmine 3.4 .
|
78 | 98 | - Added copy by click on the fields: url, login.
|
|
82 | 102 | ### Bugfixes
|
83 | 103 | - Fixed error uploading small files.
|
84 | 104 |
|
85 |
| -## Version: 0.3.1 (11.12.2016) |
| 105 | +## Version: 0.3.1 |
86 | 106 | ### Bugfixes
|
87 | 107 | - Edit whitelists problem.
|
88 | 108 |
|
89 |
| -## Version: 0.3.0 (07.12.2016) |
| 109 | +## Version: 0.3.0 |
90 | 110 | ### Features
|
91 | 111 | - Added separation of access rights for users (whitelist).
|
92 | 112 | - Supports Redmine 3.3 .
|
|
98 | 118 | ### Deprecated
|
99 | 119 | - Supports Redmine 2.6 terminated.
|
100 | 120 |
|
101 |
| -## Version: 0.2.0 (08.07/2016) |
| 121 | +## Version: 0.2.0 |
102 | 122 | ### Features
|
103 | 123 | - Added ability to search by Name, URL, Tag.
|
104 | 124 | - Added auto-complete for tags.
|
105 | 125 | - Added functionality of creating backup copies of keys (no tags).
|
106 | 126 | - Supports Redmine 3.2 .
|
107 | 127 |
|
108 |
| -## Version: 0.1.2 (27.02.2016) |
| 128 | +## Version: 0.1.2 |
109 | 129 | ### Features
|
110 | 130 | - Added the ability to attach any file.
|
111 | 131 | - Added the ability to copy to the clipboard, each key field.
|
|
115 | 135 | ### Bugfixes
|
116 | 136 | - Fixed an issue when you add a key file.
|
117 | 137 |
|
118 |
| -## Version: 0.1.0 (18.01.2016) |
| 138 | +## Version: 0.1.0 |
119 | 139 | ### Improvements
|
120 | 140 | - Update version.
|
121 | 141 |
|
122 |
| -## Version: 0.0.6 (31.12.2015) |
| 142 | +## Version: 0.0.6 |
123 | 143 | ### Features
|
124 | 144 | - Added the ability to specify a tag to the keys.
|
125 | 145 | - Added preview mode key card (without editing).
|
126 | 146 | - Added the ability to encrypt through redmine (database_cipher_key).
|
127 | 147 | ### Improvements
|
128 | 148 | - Code refactoring.
|
129 | 149 |
|
130 |
| -## Version: 0.0.5 (01.11.2015) |
| 150 | +## Version: 0.0.5 |
131 | 151 | ### Features
|
132 | 152 | - Added pagination.
|
133 | 153 | - Added ability to sort the keys by name.
|
|
137 | 157 | ### Improvements
|
138 | 158 | - Updated field at the keys: Name, URL, User Name, Password, Comment.
|
139 | 159 |
|
140 |
| -## Version: 0.0.4 (01.10.2015) |
| 160 | +## Version: 0.0.4 |
141 | 161 | ### Features
|
142 | 162 | - Adding ssh keys file.
|
143 | 163 | ### Improvements
|
144 | 164 | - Updated design.
|
145 | 165 | - Separation of access by role.
|
146 | 166 | - Compatible with Redmine 2.6 .
|
147 | 167 |
|
148 |
| -## Version: 0.0.3 (02.09.2015) |
| 168 | +## Version: 0.0.3 |
149 | 169 | ### Improvements
|
150 | 170 | - Compatible with Ruby 1.9.1 .
|
151 | 171 |
|
152 |
| -## Version: 0.0.2 (01.09.2015) |
| 172 | +## Version: 0.0.2 |
153 | 173 | ### Features
|
154 | 174 | - Delete keys.
|
155 | 175 | - Encryption keys.
|
156 | 176 |
|
157 |
| -## Version: 0.0.1 (20.08.2015) |
| 177 | +## Version: 0.0.1 |
158 | 178 | ### Features
|
159 | 179 | - Support Redmine 3.1.0.stable.
|
160 | 180 | - Support Ruby 2.2.2-p95,2.0.0-p598.
|
|
0 commit comments