- Some UI updates
- Ported the app to the web
- New option 'First column is
<th>
' (closes #6) - New column separator: '| pipe' (closes #4)
- Some UI changes
- Separators '1 or more spaces' and '4 or more spaces' don't treat tabs as spaces any longer (closes #5)
- Added new column separators: '1+ spaces', '4 spaces' (closes #2), '4+ spaces' (closes #3)
- Slightly bigger UI text, some wording changes
- Text from HTML panel couldn't be selected anymore. (closes #1)
- GitHub links were not working. In Chrome Apps
target="_blank"
is necessary for links to work.
- Updated links in the sidebar.
- Sidebar scrolls correctly now.
- Get app version dynamically from the manifest file.
- Using ES6 classes.
- Fixed a typo in the source code that prevented the app from working.
- Link "Change log" points to GitHub repository instead of the old log file now.
- Fixed warnings and errors pointed out by PhpStorm.
- New option to disable output of the
<table>
element. - New option to define cells of the first row as
<th>
elements. - Preview of the generated table
- Added color to the window frame and changed input and sidebar colors.
- Updated and optimized the source code since Chrome now supports
let
andconst
.
- The window now remembers its size and position.
- Added links to a changelog file (which is not existing anymore).
- More reliable event handling for the options.
- Font "Ubuntu Mono" included so everyone can see it.
- Everything :D ...it was the first release after all.