Releases: serge-community/zing
Releases · serge-community/zing
v0.2.1
v0.2.0
- Editor:
- Reworked the way unit fetching is done (#8).
- The list of units always takes up the entire screen.
- Navigating between units now preserves the editor's vertical position.
- New easy way to preview context rows by just hovering over the unit link.
- Tweaked the UI for displaying obsolete messages (#94).
- Streamlined indexed TM data and made the UI more robust (#96).
- Optimized terminology access (#144).
v0.1.4
- Fixed browser table sorting for total/untranslated columns (#120).
- Restricted access to project-wide export views (#142).
- Quality checks now default to a site-wide checker (#119).
In the future, project-specific checkers will be disallowed. - Implemented view testing via snapshots (#45).
More tests will need to be adapted although this puts in place the scaffolding to write tests using this technique. - Removed multiple file format support in favor of a single interchange format (#115).
- Removed support for deploying to subpaths (#140).
- Removed unused config utilities (#114).
- Removed unmaintained web-based terminology management (#123).
- Removed unused
ignoredfiles
project field (#139).
v0.1.3
v0.1.2
- Editor:
- Fixed table sorting for last updated columns (#91).
- Fixed stats auto-expanding when browsing to files (#97).
- Removed extra layer of serialization (#88).
- Removed external language mapping (#100).
- Removed project-specific directory layouts (#102).
- Removed support for the special "templates" language (#103).
v0.1.1
v0.1.0
- Initial version diverging off Pootle.
- Django 1.9 support (#24, #39, #76).
- Cleaned up features out of the scope of the project:
- Added Mac-aware keyboard shortcuts and popup keyboard help (#51).
- UI Redesign, which includes:
- Improved the way data is provided to, and rendered on, a browser page;
this speeds up page rendering, especially on large tables (#37). - Optimized the amount of data that is cached, so that overall it takes less
space. Note this requires running a server-widerefresh_stats
(#37, #75).