Skip to content

Releases: basecamp/console1984

v0.2.1

21 Aug 20:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Aug 20:26
Compare
Choose a tag to compare

What's Changed

  • Add Rails as runtime dependency and require 7.0+ by @rosa in #105
  • Check if Redis' socket classes are defined before using them by @rosa in #108
  • Add missing Active Support require by @ghiculescu in #112
  • Support for irb 1.13+ by @valeronm in #114
  • Require new "rails/console/methods" for Rails 8 by @rosa in #113
  • Use new IRB extension API to add decrypt/encrypt commands by @rosa in #115

New Contributors

Full Changelog: v0.1.31...v0.2.0

v0.1.31

21 Aug 20:26
v0.1.31
f0f2efd
Compare
Choose a tag to compare

Full Changelog: v0.1.30...v0.1.31

v0.1.30

24 Sep 08:10
v0.1.30
35cd842
Compare
Choose a tag to compare
  • [Fix] Prevent errors from leaking encrypted information #99

v0.1.29

10 Jul 09:50
v0.1.29
bf94376
Compare
Choose a tag to compare

[NEW] Add compatibility with latest IRB 7.1+. #97

v0.1.28

15 Jun 08:04
v0.1.28
a898570
Compare
Choose a tag to compare
  • [NEW] Add configuration option to set the base Active Record class. #96

v0.1.27

06 Jun 08:16
v0.1.27
61771c0
Compare
Choose a tag to compare
  • [NEW] Change colorize gem to rainbow #86.

0.1.26

23 Nov 21:44
v0.1.26
0d34734
Compare
Choose a tag to compare
  • [NEW] Forbid reopening ApplicationRecord #76.
  • [NEW] Make sure DB connection is kept alive when executing commands #78.

v0.1.25

20 Jun 09:29
v0.1.25
c2e10ca
Compare
Choose a tag to compare
  • [NEW] Don't change the case of usernames #73.
  • [NEW] Don't patch sockets if no protected URLs configured #74.

v0.1.23

01 Apr 14:07
v0.1.23
eeac862
Compare
Choose a tag to compare
  • [NEW] New option config option ask_for_username_if_empty to make console1984 ask for a username when the resolved username is empty. When its value is false (default), it will now raise an error. #47