Skip to content

Releases: theodi/comma-chameleon

signed MacOSX release

05 Jun 12:21
Compare
Choose a tag to compare
signed MacOSX release Pre-release
Pre-release
0.5.2

update README with full packaging prereqs

0.5.1

02 Mar 09:34
Compare
Choose a tag to compare
Update package.json

0.5.0: add support for custom formats (#139)

28 Feb 09:42
Compare
Choose a tag to compare
* add support for custom formats

* close dialog in 'formatSelected' handler

    ..and remove stray console.log

0.4.8: keyboard shortcut improvements (#128)

19 Dec 09:45
Compare
Choose a tag to compare
* 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)

19 Dec 08:13
Compare
Choose a tag to compare
* 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)

08 Dec 09:22
Compare
Choose a tag to compare
* improve insert behaviour

* allow insert above row 0 and left of col 0

0.4.5: Improvements to insert row/insert col behaviour (#125)

07 Dec 09:25
Compare
Choose a tag to compare
* improve insert behaviour

* allow insert above row 0 and left of col 0

0.4.4

05 Dec 15:04
Compare
Choose a tag to compare
Add electron-debug to production dependencies

0.4.3

05 Dec 14:48
Compare
Choose a tag to compare
Switch to Trusty

0.4.0: Validate locally and support validation with schema (#105)

25 May 12:33
Compare
Choose a tag to compare
* 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