update OBS-URL: https://build.opensuse.org/request/show/993065 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-tmuxinator?expand=0&rev=32
183 lines
5.6 KiB
Plaintext
183 lines
5.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Aug 4 13:32:29 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 3.0.5
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 21 11:38:43 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 3.0.2
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 24 18:05:04 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 3.0.1
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 17 03:17:55 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to version 2.0.3
|
|
* add support for tmux 3.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 20 13:29:12 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 2.0.2
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 7 21:36:01 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 2.0.1
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 10 15:56:35 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 1.1.4
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 19 09:42:42 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 1.1.1
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 5 09:47:36 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 1.1.0
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 14 14:00:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 0.15.0
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 19 07:17:20 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 0.14.0
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 9 11:21:17 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Update to version 0.13.0
|
|
* Prevent optargs from being lost when using the project-config flag
|
|
* Add support for tmux 2.8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 3 16:14:35 UTC 2018 - factory-auto@kulow.org
|
|
|
|
- updated to version 0.12.0
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 11 17:55:34 UTC 2018 - factory-auto@kulow.org
|
|
|
|
- updated to version 0.11.3
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 08:21:27 UTC 2018 - factory-auto@kulow.org
|
|
|
|
- updated to version 0.11.2
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 24 12:16:30 UTC 2018 - factory-auto@kulow.org
|
|
|
|
- updated to version 0.11.1
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 31 04:31:44 UTC 2018 - factory-auto@kulow.org
|
|
|
|
- updated to version 0.11.0
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 27 05:38:01 UTC 2018 - factory-auto@kulow.org
|
|
|
|
- updated to version 0.10.1
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 27 11:35:53 UTC 2017 - mrueckert@suse.de
|
|
|
|
- add post install scriptlet to fix wrong symlink
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 27 11:29:54 UTC 2017 - mrueckert@suse.de
|
|
|
|
- limit to 2.3 or newer
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 27 11:25:20 UTC 2017 - mrueckert@suse.de
|
|
|
|
- update to 0.10.0
|
|
- Bugfixes
|
|
- Fix a bug causing the user's global pane-base-index setting
|
|
not to be
|
|
- respected
|
|
- Remove Object#blank? monkey patch (#458)
|
|
- Add Project Configuration Location entry to README (#360,
|
|
#534)
|
|
- Attach original exception message to exception re-raised by
|
|
Project::load
|
|
- Remove unused attr_readers from Tmuxinator::Window
|
|
- Add ability for pre_window commands to parse yaml arrays
|
|
- Refactor Tmuxinator::Config by extracting a
|
|
Tmuxinator::Doctor class (#457)
|
|
- Fix a bug where startup_window and startup_pane were not
|
|
respected if running
|
|
- tmuxinator from within an existing tmux session (#537)
|
|
- Fix a bug causing the pane-base-index option to override
|
|
base-index
|
|
- Misc
|
|
- Removed support for Ruby 1.9.3, 2.0, & 2.1
|
|
- Move gem dependencies from Gemfile to tmuxinator.gemspec
|
|
- Add tmux 2.2 and 2.3 the TravisCI test matrix
|
|
- Fix typos
|
|
- Support user-specified and XDG Base Dirs configuration
|
|
directories
|
|
- New Features
|
|
- add on_project_start, on_project_first_start,
|
|
on_project_restart, on_project_exit and on_project_stop hooks
|
|
for project
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 13 04:37:42 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to version 0.9.0
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 8 04:38:50 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to version 0.8.1
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 15 05:34:34 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 0.7.1
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 11 05:34:00 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 0.7.0
|
|
no changelog found
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 8 07:27:52 UTC 2015 - tboerger@suse.com
|
|
|
|
- Initial packaging of 0.6.11
|
|
|