Releases: theodi/comma-chameleon
Releases · theodi/comma-chameleon
signed MacOSX release
0.5.2 update README with full packaging prereqs
0.5.1
0.5.0: add support for custom formats (#139)
* add support for custom formats * close dialog in 'formatSelected' handler ..and remove stray console.log
0.4.8: keyboard shortcut improvements (#128)
* factor out insert/remove functions * add insert/remove functions to edit menu * mod insert/remove funcs not to throw error with no selection * add keyboard shortcuts for insert above/below/left/right * add keyboard shortcuts help dialog * document enter/tab behaviour * Keep cell selected after insert via menu bar or keyboard ..but deselect after insert from right-click menu (I see why you did that now) * switch to vim-inspired shortcuts for above/below/left/right * Close any cells in edit mode +discard changes before insert Also fixes strange behaviour with enterBeginsEditing=false when using Alt+key shortcuts * use Ctrl ad modifier key instead of Alt * Modify shortcuts again - Restore CmdOrCtrl+H for hide on OSX - Remove shortcut for Import from Excel - Use CmdOrCtrl+I/K/J/L for insert above/below/left/right
0.4.7: Add cells with tab and enter (#129)
* Disable editing with enter * Tab inserts a column when you reach the end * Enter inserts a row when you reach the bottom * Avoid overloading shift+tab * Fix bug with new rows * Avoid overloading shift+enter * Skip to start of row when new row is created * Add callbacks to file reading tests
0.4.6: Improvements to insert row/insert col behaviour (#125)
* improve insert behaviour * allow insert above row 0 and left of col 0
0.4.5: Improvements to insert row/insert col behaviour (#125)
* improve insert behaviour * allow insert above row 0 and left of col 0
0.4.4
0.4.3
0.4.0: Validate locally and support validation with schema (#105)
* Shell out to csvlint to get results * Display results on the frontend * Ignore binary directory * Add build steps to get csvlint binary for each platform * Add altered build steps to Travis * Update Readme * Allow schema to be sent to csvlint * Handle schema response * Make sure column number gets converted to letter * Only respond to first `dataSent` event * Fix validation template * Highlight single cell if row and column are present * Rejig menu * Add duplicate column guidance * Remove linebreaks Causes Windows to choke and we don't use them anyway * Bin off info messages