Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes are not available.
|
|
conflicts with ruby-sprockets package.
|
|
Changes are too many to write here, please refer CHANGELOG.md file.
|
|
=== 0.6.2 / 2014-12-30
* Updated gemspec, license and README to reflect new maintainer.
|
|
## Version 2.4.3 - 2014-11-03
* Update documentation - <https://github.com/copiousfreetime/launchy/pull/81> - supremebeing7
* Fix launching of `exo-open` for XFCE - <https://github.com/copiousfreetime/launchy/issues/82> - dsandstrom
* Add iceweasel as a fallback browser - <https://github.com/copiousfreetime/launchy/pull/92> - jackturnbull
* Reopen $stderr in really bad situation - <https://github.com/copiousfreetime/launchy/pull/77> - infertux
|
|
## 3.4.0 (02/02/2014)
* [#271](https://github.com/intridea/hashie/pull/271): Added ability to define defaults based on current hash - [@gregory](https://github.com/gregory).
* [#247](https://github.com/intridea/hashie/pull/247): Fixed #stringify_keys and #symbolize_keys collision with ActiveSupport - [@bartoszkopinski](https://github.com/bartoszkopinski).
* [#249](https://github.com/intridea/hashie/pull/249): SafeAssignment will now also protect hash-style assignments - [@jrochkind](https://github.com/jrochkind).
* [#251](https://github.com/intridea/hashie/pull/251): Added block support to indifferent access #fetch - [@jgraichen](https://github.com/jgraichen).
* [#252](https://github.com/intridia/hashie/pull/252): Added support for conditionally required Hashie::Dash attributes - [@ccashwell](https://github.com/ccashwell).
* [#256](https://github.com/intridia/hashie/pull/256): Inherit key coercions - [@Erol](https://github.com/Erol).
* [#259](https://github.com/intridia/hashie/pull/259): Fixed handling of default proc values in Mash - [@Erol](https://github.com/Erol).
* [#260](https://github.com/intridia/hashie/pull/260): Added block support to Extensions::DeepMerge - [@galathius](https://github.com/galathius).
* [#254](https://github.com/intridea/hashie/pull/254): Added public utility methods for stringify and symbolize keys - [@maxlinc](https://github.com/maxlinc).
* [#261](https://github.com/intridea/hashie/pull/261): Fixed bug where Dash.property modifies argument object - [@d_tw](https://github.com/d_tw).
* [#264](https://github.com/intridea/hashie/pull/264): Methods such as abc? return true/false with Hashie::Extensions::MethodReader - [@Zloy](https://github.com/Zloy).
* [#269](https://github.com/intridea/hashie/pull/269): Add #extractable_options? so ActiveSupport Array#extract_options! can extract it - [@ridiculous](https://github.com/ridiculous).
* Your contribution here.
## 3.3.2 (11/26/2014)
* [#233](https://github.com/intridea/hashie/pull/233): Custom error messages for required properties in Hashie::Dash subclasses - [@joss](https://github.com/joss).
* [#231](https://github.com/intridea/hashie/pull/231): Added support for coercion on class type that inherit from Hash - [@gregory](https://github.com/gregory).
* [#228](https://github.com/intridea/hashie/pull/228): Made Hashie::Extensions::Parsers::YamlErbParser pass template filename to ERB - [@jperville](https://github.com/jperville).
* [#224](https://github.com/intridea/hashie/pull/224): Merging Hashie::Mash now correctly only calls the block on duplicate values - [@amysutedja](https://github.com/amysutedja).
* [#221](https://github.com/intridea/hashie/pull/221): Reduce amount of allocated objects on calls with suffixes in Hashie::Mash - [@kubum](https://github.com/kubum).
* [#245](https://github.com/intridea/hashie/pull/245): Added Hashie::Extensions::MethodAccessWithOverride to autoloads - [@Fritzinger](https://github.com/Fritzinger).
## 3.3.1 (8/26/2014)
* [#183](https://github.com/intridea/hashie/pull/183): Added Mash#load with YAML file support - [@gregory](https://github.com/gregory).
* [#195](https://github.com/intridea/hashie/pull/195): Ensure that the same object is returned after injecting IndifferentAccess - [@michaelherold](https://github.com/michaelherold).
* [#201](https://github.com/intridea/hashie/pull/201): Hashie::Trash transforms can be inherited - [@fobocaster](https://github.com/fobocaster).
* [#189](https://github.com/intridea/hashie/pull/189): Added Rash#fetch - [@medcat](https://github.com/medcat).
* [#200](https://github.com/intridea/hashie/pull/200): Improved coercion: primitives and error handling - [@maxlinc](https://github.com/maxlinc).
* [#204](https://github.com/intridea/hashie/pull/204): Added Hashie::Extensions::MethodOverridingWriter and Hashie::Extensions::MethodAccessWithOverride - [@michaelherold](https://github.com/michaelherold).
* [#205](http://github.com/intridea/hashie/pull/205): Added Hashie::Extensions::Mash::SafeAssignment - [@michaelherold](https://github.com/michaelherold).
* [#206](http://github.com/intridea/hashie/pull/206): Fixed stack overflow from repetitively including coercion in subclasses - [@michaelherold](https://github.com/michaelherold).
* [#207](http://github.com/intridea/hashie/pull/207): Fixed inheritance of transformations in Trash - [@fobocaster](https://github.com/fobocaster).
* [#209](http://github.com/intridea/hashie/pull/209): Added Hashie::Extensions::DeepFind - [@michaelherold](https://github.com/michaelherold).
* [#69](https://github.com/intridea/hashie/pull/69): Fixed regression in assigning multiple properties in Hashie::Trash - [@michaelherold](https://github.com/michaelherold), [@einzige](https://github.com/einzige), [@dblock](https://github.com/dblock).
## 3.2.0 (7/10/2014)
* [#164](https://github.com/intridea/hashie/pull/164), [#165](https://github.com/intridea/hashie/pull/165), [#166](https://github.com/intridea/hashie/pull/166): Fixed stack overflow when coercing mashes that contain ActiveSupport::HashWithIndifferentAccess values - [@numinit](https://github.com/numinit), [@kgrz](https://github.com/kgrz).
* [#177](https://github.com/intridea/hashie/pull/177): Added support for coercing enumerables and collections - [@gregory](https://github.com/gregory).
* [#179](https://github.com/intridea/hashie/pull/179): Mash#values_at will convert each key before doing the lookup - [@nahiluhmot](https://github.com/nahiluhmot).
* [#184](https://github.com/intridea/hashie/pull/184): Allow ranges on Rash to match all Numeric types - [@medcat](https://github.com/medcat).
* [#187](https://github.com/intridea/hashie/pull/187): Automatically require version - [@medcat](https://github.com/medcat).
* [#190](https://github.com/intridea/hashie/issues/190): Fixed `coerce_key` with `from` Trash feature and Coercion extension - [@gregory](https://github.com/gregory).
* [#192](https://github.com/intridea/hashie/pull/192): Fixed StringifyKeys#stringify_keys! to recursively stringify keys of embedded ::Hash types - [@dblock](https://github.com/dblock).
## 3.1.0 (6/25/2014)
* [#169](https://github.com/intridea/hashie/pull/169): Hash#to_hash will also convert nested objects that implement to_hash - [@gregory](https://github.com/gregory).
* [#171](https://github.com/intridea/hashie/pull/171): Include Trash and Dash class name when raising `NoMethodError` - [@gregory](https://github.com/gregory).
* [#172](https://github.com/intridea/hashie/pull/172): Added Dash and Trash#update_attributes! - [@gregory](https://github.com/gregory).
* [#173](https://github.com/intridea/hashie/pull/173): Auto include Dash::IndifferentAccess when IndiferentAccess is included in Dash - [@gregory](https://github.com/gregory).
* [#174](https://github.com/intridea/hashie/pull/174): Fixed `from` and `transform_with` Trash features when IndifferentAccess is included - [@gregory](https://github.com/gregory).
## 3.0.0 (6/3/2014)
**Note:** This version introduces several backward incompatible API changes. See [UPGRADING](UPGRADING.md) for details.
* [#150](https://github.com/intridea/hashie/pull/159): Handle nil intermediate object on deep fetch - [@stephenaument](https://github.com/stephenaument).
* [#146](https://github.com/intridea/hashie/issues/146): Mash#respond_to? inconsistent with #method_missing and does not respond to #permitted? - [@dblock](https://github.com/dblock).
* [#152](https://github.com/intridea/hashie/pull/152): Do not convert keys to String in Hashie::Dash and Hashie::Trash, use Hashie::Extensions::Dash::IndifferentAccess to achieve backward compatible behavior - [@dblock](https://github.com/dblock).
* [#152](https://github.com/intridea/hashie/pull/152): Do not automatically stringify keys in Hashie::Hash#to_hash, pass `:stringify_keys` to achieve backward compatible behavior - [@dblock](https://github.com/dblock).
* [#148](https://github.com/intridea/hashie/pull/148): Consolidated Hashie::Hash#stringify_keys implementation - [@dblock](https://github.com/dblock).
* [#149](https://github.com/intridea/hashie/issues/149): Allow IgnoreUndeclared and DeepMerge to be used with undeclared properties - [@jhaesus](https://github.com/jhaesus).
|
|
|
|
${RUBY_PKGPREFIX}-hashie2.
## 2.1.2 (5/12/2014)
* [#169](https://github.com/intridea/hashie/pull/169): Hash#to_hash will also convert nested objects that implement `to_hash` - [@gregory](https://github.com/gregory).
## 2.1.1 (4/12/2014)
* [#144](https://github.com/intridea/hashie/issues/144): Fixed regression invoking `to_hash` with no parameters - [@mbleigh](https://github.com/mbleigh).
## 2.1.0 (4/6/2014)
* [#134](https://github.com/intridea/hashie/pull/134): Add deep_fetch extension for nested access - [@tylerdooling](https://github.com/tylerdooling).
* Removed support for Ruby 1.8.7 - [@dblock](https://github.com/dblock).
* Ruby style now enforced with Rubocop - [@dblock](https://github.com/dblock).
* [#138](https://github.com/intridea/hashie/pull/138): Added Hashie::Rash, a hash whose keys can be regular expressions or ranges - [@epitron](https://github.com/epitron).
* [#131](https://github.com/intridea/hashie/pull/131): Added IgnoreUndeclared, an extension to silently ignore undeclared properties at intialization - [@righi](https://github.com/righi).
* [#136](https://github.com/intridea/hashie/issues/136): Removed Hashie::Extensions::Structure - [@markiz](https://github.com/markiz).
* [#107](https://github.com/intridea/hashie/pull/107): Fixed excessive value conversions, poor performance of deep merge in Hashie::Mash - [@davemitchell](https://github.com/dblock), [@dblock](https://github.com/dblock).
* [#69](https://github.com/intridea/hashie/issues/69): Fixed assigning multiple properties in Hashie::Trash - [@einzige](https://github.com/einzige).
* [#100](https://github.com/intridea/hashie/pull/100): IndifferentAccess#store will respect indifference - [@jrochkind](https://github.com/jrochkind).
* [#103](https://github.com/intridea/hashie/pull/103): Fixed support for Hashie::Dash properties that end in bang - [@thedavemarshall](https://github.com/thedavemarshall).
* [89](https://github.com/intridea/hashie/issues/89): Do not respond to every method with suffix in Hashie::Mash, fixes Rails strong_parameters - [@Maxim-Filimonov](https://github.com/Maxim-Filimonov).
* [#110](https://github.com/intridea/hashie/pull/110): Correctly use Hash#default from Mash#method_missing - [@ryansouza](https://github.com/ryansouza).
* [#120](https://github.com/intridea/hashie/pull/120): Pass options to recursive to_hash calls - [@pwillett](https://github.com/pwillett).
* [#113](https://github.com/intridea/hashie/issues/113): Fixed Hash#merge with Hashie::Dash - [@spencer1248](https://github.com/spencer1248).
* [#99](https://github.com/intridea/hashie/issues/99): Hash#deep_merge raises errors when it encounters integers - [@defsprite](https://github.com/defsprite).
* [#133](https://github.com/intridea/hashie/pull/133): Fixed Hash##to_hash with symbolize_keys - [@mhuggins](https://github.com/mhuggins).
* [#130](https://github.com/intridea/hashie/pull/130): IndifferentAccess now works without MergeInitializer - [@npj](https://github.com/npj).
* [#111](https://github.com/intridea/hashie/issues/111): Trash#translations correctly maps original to translated names - [@artm](https://github.com/artm).
* [#129](https://github.com/intridea/hashie/pull/129): Added Trash#permitted_input_keys and inverse_translations - [@artm](https://github.com/artm).
|
|
|
|
|
|
Changes are not available.
|
|
0.9.0 Dec 5, 2014 - Early gecko
0.8.9 Apr 19, 2014
- Add columnize method to Array class and a place to set its default options
- Add option :colfmt to allow a format specifier to use (e.g. '%02d')
in stringifying
list items
- Add option linesuffix (default is "\n")
- When using arrange_array each line now has trailing ","
|
|
|
|
Ruby String class extension. Adds methods to set text color, background
color and, text effects on ruby console and command line output, using ANSI
escape sequences.
|
|
## 1.7.12 (2015-01-08)
Bugfixes:
- Always send credentials for sources, fixing private Gemfury gems (#3342, @TimMoore)
## 1.7.11 (2015-01-04)
Bugfixes:
- Recognize `:mri_22` and `:mingw_22`, rather than just `:ruby_22` (#3328, @myabc)
## 1.7.10 (2014-12-29)
Bugfixes:
- Fix source blocks sometimes causing deployment mode to fail wrongly (#3298, @TimMoore)
Features(?):
- Support `platform :mri_22` and related version bits (#3309, @thomasfedb)
## 1.7.9 (2014-12-09)
Bugfixes:
- Fix an issue where bundler sometime spams one gem in Gemfile.lock (#3216, @Who828)
- Ensure bundle update installs the newer version of the gem (#3089, @Who828)
- Fix an regression which stopped Bundler from resolving some Gemfiles (#3059, #3248, @Who828)
## 1.7.8 (2014-12-06)
Bugfixes:
- Hide credentials while warning about gems with ambiguous sources (#3256, @TimMoore)
## 1.7.7 (2014-11-19)
Bugfixes:
- Ensure server credentials stored in config or ENV will be used (#3180, @arronmabrey)
- Fix race condition causing errors while installing git-based gems (#3174, @Who828)
- Use single quotes in config so YAML won't add more quotes (#3261, @indirect)
## 1.7.6 (2014-11-11)
Bugfixes:
- CA certificates that work with all OpenSSLs (@luislavena, @indirect)
## 1.7.5 (2014-11-10)
Bugfixes:
- Fix --deployment with source blocks and non-alphabetical gems (#3224, @TimMoore)
- Vendor CA chain to validate new rubygems.org HTTPS certificate (@indirect)
## 1.7.4 (2014-10-19)
Bugfixes:
- Allow --deployment after `pack` while using source blocks (#3167, @TimMoore)
- Use dependency API even when HTTP credentials are in ENV (#3191, @fvaleur)
- Silence warnings (including root warning) in --quiet mode (#3186, @indirect)
- Stop asking gem servers for gems already found locally (#2909, @dubek)
|
|
## 1.5.0 | 2015-01-16
ANSI 1.5 introduces one change that is not backward compatiable. The
`:clear_line` code no longer clears to the end of the line. Instead it
clears the entire line. If you have used this in the past you
will need to update your code to use `:clear_eol` or `:clear_right`
instead. In addition this release finally fixes some long time issues
with Windows compatability, and a few other bugs. Yeah!
Changes:
* Alias `:right` and `:left` as `:forward` and `:back` respectively.
* Change `:clear_line` to clear whole line, not just to the end of line.
* Add `:cursor_hide` and `:cursor_show` codes.
* Fix and adjust #rgb method to work as one would expect.
* Fix Windows compatability (old code was alwasy using stty).
* Fix duplicated hash key in chart.rb.
|
|
Bump PKGREVISION.
|
|
Added misc/p5-Business-ISMN version 1.13
|
|
(This package is imported from wip. Thanks nros@ and othyro@.)
This Perl5 module allows validation and manipulation of International
Standard Music Numbers (ISMNs).
|
|
(This package is imported from wip. Thanks nros@ and othyro@.)
This perl module allows validation and manipulation of International
Standard Serial Numbers (ISSNs).
|
|
2015/01/25
+ suppress highlighting of character which denotes an abbreviation or
shortcut for the OK/Cancel and other buttons for these widgets, which
use abbreviations for the list shown on the screen: buildlist,
checklist/radiobox, menubox, treeview (Debian #775295).
+ add grid up/left and down/right bindings in editbox.c as synonyms for
field prev and next, respectively when handling the OK/Cancel buttons
(Debian #775294).
|
|
|
|
|
|
2015-01-18 : zyGrib Version 7.0.0
Download and display new data GFS from NOAA: grid 0.25°x0.25°
and up to 10 days forecasts.
Restriction: for long-term files, only the first 5 days are
with a grid of 0.25°, beyond the grid is 0.5°.
|
|
Changes are too many to write here, please refer rubygem's github:
https://github.com/rubygems/rubygems/blob/master/History.txt.
|
|
|
|
|
|
|
|
Release 8.0.0
- Retrieve OpenStack-specific metadata.
- Add Cloudstack support.
- Remove newlines in CPU strings on Darwin.
- Match zpool output for OmniOS 151006.
- Add Parallels Cloud Server (PCS) platform support.
- Add Go language plugin.
- regression: qualify device names from lsblk
- Add support for ip version ss131122.
- Reduce GCE metadata timeout to 6 seconds.
- Add Pidora platform detection.
- Presume 'latest' API version on 404 from Eucalyptus metadata server.
- Look for any number of spaces between the VxID and the value.
- Removed *.static.cloud-ips.com and fixed the DNS resolution
on Rackspace hosts.
- Update specs to use RSpec 3 syntax
- Update mixlib-shellout pin to ~> 2.x
Release 7.6.0
- This release was yanked due to mixlib-shellout 1.x/2.x issues
Release 7.4.0
- Added Powershell plugin.
Release 7.2.4
- linux::network should handle ECMP routes
Release 7.2.2
- Use lsblk instead of blkid if available.
- linux::filesystem now reads all of /proc/mounts instead of just 4K
Release: 7.2.0
- Added platform_family support for ibm_powerkvm (OHAI-558)
- EC2 metadata errors are unhelpful (OHAI-566)
- Support deep virtualization systems in node[:virtualization][:systems]
- Passwd plugin now ignores duplicate users. (OHAI-561)
- Fix warning message about constants already defined (OHAI-572)
- Present all CPU flags on FreeBSD (OHAI-568)
- Ohai doesn't detect all KVM processor types as KVM on FreeBSD (OHAI-575)
- Ohai should expose mdadm raid information on Linux systems (OHAI-578)
- relax regex to match newer Oracle Solaris releases (OHAI-563)
- add exherbo support (OHAI-570)
- Add inode information to the Linux Filesystem plugin. (OHAI-539)
- Change log-level from warn to debug for missing gateway IPs.
- Include Joyent SmartOS specific attributes in Ohai. (OHAI-458)
- Collect ec2 metadata even if one of the resources returns a 404.
- Provide basic memory information for Mac OS X. (OHAI-431)
- Rackspace plugin rescues Errno::ENOENT if xenstor-* utils are not found
- root_group provider not implemented for Windows (OHAI-491)
- Ohai::Exceptions::AttributeNotFound errors in Chef's ohai resource
- Be reluctant to call something an LXC host (OHAI-573)
- Assume 'latest' metadata versions on 404
|
|
Changelog not published, see commits:
https://github.com/ahoward/systemu/commits/master
|
|
|
|
2014-12-23 tim <gyunaev@ulduzsoft.com>
- Version 7.2 released
- Ported to Qt5 (but still builds and works with Qt4)
- Added support for 3rd party integration
- Fixed some minor issues
|
|
|
|
Do not require releases to contain install floppies, since amd64 no
longer has them.
The default value of the --boot-from option is now "cdrom" if the
install floppies are missing.
When reporting a failed download of optional files, be clearer that
this is not an error. Also, don't treat arbitrary exceptions during
downloads as indicating a missing file, only the expected IOError.
Increase the default disk size from 768M to 1G, as 768M is no
longer sufficient for amd64.
New command line option --structured-log-file. This is like
--structured-log but takes the name of a log file as an
argument, and the structured logging is in addition to, not
instead of, the traditional logging to stdout.
Increase installation timeout from 1 hour to 3 hours so that
a system built with DEBUG and LOCKDEBUG can be installed under
qemu without timing out.
Unconditionally print a greeting message including the version number
of startup, so that logs from automated anita runs will always
indicate the version used.
In --structured-log mode, log the string matched by expect() instead
of the return value, as the latter is always zero and therefore
conveys no useful information.
|
|
which already tweaked the tty.sh file, name it according to the new rules.
This is to actually get the netbsd-5 branch working with this, since
realpath() insists on a non-NULL second argument.
|
|
second argument, so make the usage cater for that.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
From @tristelo, https://gist.github.com/steleto/7767b954611888aaa67d
Changelog:
Ver. 3.01b Abortion with sparc64 architecture is fixed.
(05/06/14) Failure to expand macros with Linux kernel >=2.6.23 is fixed.
Failure to overwrite some macro with 'bind' is fixed.
Infinite loop by some builtin with %M macro is fixed.
Ver. 3.01a Change 'IMELARNING' internal variable to 'IMELEARNING'.
(06/08/13) Sorting rule for tree screen is adjusted to browser screen.
Bug that any invalid UID/GID breaks file list is fixed.
Bug that file list is not updated with lost directory is fixed.
Failure to compile with environments using termio is fixed.
Ver. 3.01 Add 'WIDEDIGIT', 'SIZEUNIT' internal variables.
(08/03/12) Add 'HISTUMASK', 'DIRHISTUMASK' internal variables.
Add 'IMELARNING', 'FREQFILE', 'FREQUMASK' internal variables.
Add 'getfreq', 'setfreq' builtins.
The object tables of 'IMEBUFFER' internal variable is extended.
Ver. 3.00m Add the identifier UTF8LANG for compile.
(07/27/12) Abortion when save file on customizer with some OS is fixed.
Wrong priority with IME translation candidates is fixed.
Unavailable dictionary in DICTSRC with ShiftJIS OS is fixed.
Failure to compile with gcc-4.2 is fixed.
Bug that some pipes cause infinite loop is fixed.
Ineffective suspend key in any pipes is fixed.
Wrong manual page for 'wait' builtin with no argument is fixed.
Ver. 3.00l Support Android 4.0.
(06/30/12) Support MINIX 3.2.
Add the identifiers DEFKCODE, UTF8DOC, LANGWIDTH for compile.
Add the identifiers _NOUNICDTBL, _NODICTTBL for compile.
The cross-compiling is supported more carefully.
Strange attribute-changing screen in narrow terminal is fixed.
Some abortion when open archive browser is fixed.
Some abortion when access MS-DOS formed path is fixed.
Persistence of "Wait a minute" when TRADLAYOUT=1 is fixed.
Ineffective sequence to save cursor when PTYMODE=1 is fixed.
Unreadable file starting with "./" in archive browser is fixed.
Ver. 3.00k Support Cygwin 1.7.13.
(04/21/12) The cursor position after changing directory upward is changed.
Failure by PageUp/PageDown key on the tree screen is fixed.
Unsupported second resolution on the floppy drive is fixed.
Some abortions by Bs key on the tree screen is fixed.
Broken tree screen on the MS-DOS formed path is fixed.
Failure to get HTTP log on some environments is fixed.
Ineffective command result just before NEXT_WINDOW is fixed.
Abortion with LOG_DIR in archive browser is fixed.
Unexpected result of LOG_DIR in archive browser is fixed.
Overflow by the too long path name is suppressed.
Some commands in archive browser is restricted.
|
|
|
|
|
|
|
|
to support at least some other OSes and machines, so leave it unrestricted
until we find what it really does and doesn't work on.
|
|
|
|
|
|
Remove now unnecessary overrides in various packages.
|
|
bump PKGREVISION for zyGrib update to 6.2.4
|
|
2014-11-02 : zyGrib Version 6.2.4
Reading grib files at high resolution from model SKIRON (University
of Athens, Department of Physics, Atmospheric Modelling and Weather
Forecasting Group) available here : http://wild-silk.org/en.
2014-01-09 : zyGrib Version 6.2.3
New color scale for the waves, with a max range of 20m instead of 15m.
Bug fixed: the arrows winds was not always displayed when the map
contained the longitude of 180°.
2014-01-04 : zyGrib Version 6.2.2
Bug fixed: the wave model was not always displayed correctly in the
headers (confusion between FNMOC-WW3-GLOBAL and FNMOC-WW3-MEDIT).
Fortunately, the displayed data were correct.
2013-11-25 : zyGrib Version 6.2.1
Bug fixed: it was impossible to disable isolines.
2013-11-13 : zyGrib Version 6.2.0
Map scrolling with the mouse (+Ctrl).
Note: this first version is not really optimized. The movements
are jerky if the grib file is too large or if the machine
is too slow.
Reminder: click with the middle button to move the target point to
the center of the window.
Enhancements of the curves module (thank you François-X): the main
window remains active, other curves can be opened.
wind gust display with lines.
temperature display is correct even if the grib does not contain the
min/max temperatures.
deflection curve of the wind no longer interferes with the pressure
and cloudiness.
More accurate display of jet streams with a color scale modified
(adaptation of a proposal from Sailingyachto2 aka ON3CHD). the wind
below 40 kts is ignored and the scale goes up to 240 kts.
Use key combination 'Ctrl+Maj+J' to toggle between jet stream
colormap and the standard one, or navigate in the menu 'Weather
map'->'Options'.
Bug fixed: loss of the altitude displayed at startup or when
loading a new file.
Pseudo bug fixed: a stable version of the qwt library is installed
with source files, because it is not compatible with itself from
one version to another.
2013-04-28 : zyGrib Version 6.1.4
Bug fixed: the levels 400 and 600 hPa are fully taken into account.
2013-04-08 : zyGrib Version 6.1.3
New russian translation (####### Yaroslav Zavarzin).
Export SkewT data in a spreadsheet format.
2 new levels of altitude : 400 hPa and 600 hPa.
Warning : you have to check "SkewT" in the tab "Altitude" to retreive
data, so files are big.
2013-01-06 : zyGrib Version 6.1.2
Update spanish translation (muchas gracias Luis Mederos).
2013-01-02 : zyGrib Version 6.1.1
Display of color scales in saved images.
SkewT-LogP diagrams more complete :
Color display of areas of convection.
Display of surface level (mean altitude moyenne in the grid).
Convection indices calculation :
LI: Lifted Index
SI: Showalter Index
KI: K-Index
TT: Total Totals Index
SW: SWEAT Index
CAPE / CIN: pseudo-graphical method very approximate, for
comparison with the values ##given by the model forecast.
Bug fixed : with Windows, sometimes, it was impossible to put
forward the main window when meteotable or skewt was displayed.
2012-12-10 : zyGrib Version 6.1.0
Color maps an isolines for the theta-e (Equivalent potential
temperature) at levels 925, 850, 700, 500, 300, 200 hPa.
Isotherms at levels 925, 850, 700, 500, 300, 200 hPa, in addition to 2m.
Sun and Moon rise and set in the meteotables.
Restructuring menus that became too long.
Start a new instance with the same geographic parameters (Ctrl+Shift+N).
Zoom on Grib area becomes an option (menu Earth) to keep the current position and scale.
Possibility to choose run GFS (Last, 0h, 6h, 12h, 18h) at download. Warning : it is slow, except for the last run.
The maximum size of the files generated by the server is 100 MB (instead of 50).
The values panel is in a scrollable area.
Bug fixed in the curve drawer module (thanks François-X).
Less bad estimate of the size of the files.
Indication of the absence of data in the diagrams SkewT.
Remove external libraries from source (must install them separately to compile in Windows).
Improved zyGrib.pro file to compile without change in Debian and Ubuntu.
2012-09-30 : zyGrib Version 6.0.2
Update spanish translation (muchas gracias Luis Mederos).
Bug fixed: bad wind unit in the curve drawer module (merci François X).
Bug fixed: loss of the grib file directory.
And a few minor bugs fixed.
|