Skip to content

Latest commit

 

History

History
189 lines (163 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

189 lines (163 loc) · 5.93 KB

Version: 0.5.0

Improvements

  • Redmine 5.0 compatibility.
  • 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
  • Added Github Actions for CI

Braking changes

  • Deleted code which checks Redmine version
    • Redmine::VERSION.to_s.start_with?
    • 3.1/3.2/3.3/3.4/4

Version: 0.4.3

Bugfix

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

Improvements

Version: 0.4.0

Features

Improvements

Bugfixes

Version: 0.3.11

Improvements

Bugfixes

Version: 0.3.10

Improvements

Bugfixes

Version: 0.3.9

Bugfixes

Version: 0.3.8

Improvements

Bugfixes

Version: 0.3.7

Bugfixes

Version: 0.3.6

Bugfixes

Version: 0.3.5

Bugfixes

Version: 0.3.4

Version: 0.3.3

Improvements

  • Updated Chinese translation.

Version: 0.3.2

Features

  • Added support Redmine 3.4 .
  • Added copy by click on the fields: url, login.
  • Added China translation.
  • Added Dutch translation.
  • Added Italian translation.

Bugfixes

  • Fixed error uploading small files.

Version: 0.3.1

Bugfixes

  • Edit whitelists problem.

Version: 0.3.0

Features

  • Added separation of access rights for users (whitelist).
  • Supports Redmine 3.3 .
  • Supports PostgreSQL.
  • Added context menu to the list of keys.

Improvements

  • Improved mechanism for creating backups: added tags.
  • http/https url open in new tabs.

Deprecated

  • Supports Redmine 2.6 terminated.

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

Features

  • Added the ability to attach any file.
  • Added the ability to copy to the clipboard, each key field.

Improvements

  • Improved user interface display tags.
  • Improved key list display interface.

Bugfixes

  • Fixed an issue when you add a key file.

Version: 0.1.0

Improvements

  • Update version.

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

Features

  • Added pagination.
  • Added ability to sort the keys by name.
  • Added a more flexible system of separation of access rights by role.
  • Added the ability to clone a key (it helps to create the same type of keys).
  • Added ability to print a list of passwords to PDF.

Improvements

  • Updated field at the keys: Name, URL, User Name, Password, Comment.

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

Improvements

  • Compatible with Ruby 1.9.1 .

Version: 0.0.2

Features

  • Delete keys.
  • Encryption keys.

Version: 0.0.1

Features

  • Support Redmine 3.1.0.stable.
  • Support Ruby 2.2.2-p95,2.0.0-p598.
  • Support Rails 4.2.3 .
  • Support Database: SQLite, MySQL.
  • Support OS: Linux, OS X, Windows.
  • Support Browsers: Chrome, Safari, Internet Explorer, Firefox.
  • Storage of keys for each project.
  • Search keys.
  • Adding keys.
  • Edit keys.
  • Saving the key to the clipboard.