aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* Release/5.0.1 (#1354)Libravatar Stefan Malzner2019-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lerna * Add theme * Add forms * Add misty config to build theme & forms * reset packages version * Publish - @meetfranz/forms@1.0.0 - @meetfranz/theme@1.0.0 * Reset package version * restructure packages * try ci with lerna * Fix missing packages in build * move storybook to root + typescript TODO: fix modules * Add lerna instructions * Merge * wip * Make packages work in electron, node and web * Finalize packages & replace storybook with homegrown `uidev` * Bring package-lock back in sync * Publish - @meetfranz/forms@1.0.1 - @meetfranz/theme@1.0.1 * fix webpack issue * expose legacy styles * Add toggle element to @meetfranz/forms * start typings package * Update package.json * Add buttons * Update theme * add types * Add mdi icons to buttons * Publish - @meetfranz/forms@1.0.2 - @meetfranz/theme@1.0.2 - @meetfranz/typings@0.0.1 * Button, add missing success state * Update lerna packages * Try to disable automatic npm ci * Try to get a working bundle * Add href and type to button component * Update packages * update versions * cleanup * Update package versions [ci skip] * Update versions * Add withTheme context to button * Update & reuse electron-rebuild * feat(Windows): Add option to quit Franz from Taskbar icon * Add missing withTheme * Fix package versions * Update versions * Add pageview event * Simplify analytics calls * Pin gulp-sass-variables to 1.1.1 * Add onFocus event * Add modal overlay color * remove legacy theme files * remove code * Add dialog to share franz on social media * Fix service count * remove ping * replace ms time strings with ms module * remove unused packages * fix value setter * new payment flow * fix module reference * feat(Spell check): Add en-gb spell check languages (#1306) * move devmode info * fix(Windows): Fix losing window when "Keep Franz in background" is enabled * fix(Service): Fix service zoom (cmd/ctrl+ & cmd/ctrl-) * fixes appveyor build issue * feat(App): Update electron to 4.0.7 * ignore intellij idea project files * Automatic i18n update (i18n.meetfranz.com) * feat(App): Add security checks for external URLs * setup react-intl translations managing script * use same zooming logic for all os * feat(Linux): Add auto updater for Linux AppImage builds * Add ctrl+ for zoom in on Windows * move translation scripts into src/i18n folder * only manage en-US translations * manage translations before git pushes * Fix unused i18n strings * Bump version to 5.0.1-beta.1 * fix(Service) shortcuts for activating prev/next service fixes #1298 * fix(Service): Fix shortcut for (un)muting notifications & audio * add missing react-intl files * correctly update services submenu on language change * fix(Windows): Fix copy & paste in service context menus Closes #1316 * fix(Linux): Fix minimized window focusing (#1304) (@skoruppa) * trigger build * Check if window is minimized before restoring it * restore() should be executed only when window is minimized * fix(Notifications): Fix notifications & notification click when icon is blob * Fix/service webview unmounting (#1328) * detach service when underlying webview unmounts * disable no-param-reassign eslint rule * Add notification debug events * Update electron to 4.0.8 Update required in order to fix performance degradation due to memory leak issue https://github.com/electron/electron/pull/16772. * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * 5.0.1-beta.1 * Bump version to 5.0.1
* Release/5.0.1 beta.1 (#1344)Libravatar Stefan Malzner2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lerna * Add theme * Add forms * Add misty config to build theme & forms * reset packages version * Publish - @meetfranz/forms@1.0.0 - @meetfranz/theme@1.0.0 * Reset package version * restructure packages * try ci with lerna * Fix missing packages in build * move storybook to root + typescript TODO: fix modules * Add lerna instructions * Merge * wip * Make packages work in electron, node and web * Finalize packages & replace storybook with homegrown `uidev` * Bring package-lock back in sync * Publish - @meetfranz/forms@1.0.1 - @meetfranz/theme@1.0.1 * fix webpack issue * expose legacy styles * Add toggle element to @meetfranz/forms * start typings package * Update package.json * Add buttons * Update theme * add types * Add mdi icons to buttons * Publish - @meetfranz/forms@1.0.2 - @meetfranz/theme@1.0.2 - @meetfranz/typings@0.0.1 * Button, add missing success state * Update lerna packages * Try to disable automatic npm ci * Try to get a working bundle * Add href and type to button component * Update packages * update versions * cleanup * Update package versions [ci skip] * Update versions * Add withTheme context to button * Update & reuse electron-rebuild * feat(Windows): Add option to quit Franz from Taskbar icon * Add missing withTheme * Fix package versions * Update versions * Add pageview event * Simplify analytics calls * Pin gulp-sass-variables to 1.1.1 * Add onFocus event * Add modal overlay color * remove legacy theme files * remove code * Add dialog to share franz on social media * Fix service count * remove ping * replace ms time strings with ms module * remove unused packages * fix value setter * new payment flow * fix module reference * feat(Spell check): Add en-gb spell check languages (#1306) * move devmode info * fix(Windows): Fix losing window when "Keep Franz in background" is enabled * fix(Service): Fix service zoom (cmd/ctrl+ & cmd/ctrl-) * fixes appveyor build issue * feat(App): Update electron to 4.0.7 * ignore intellij idea project files * Automatic i18n update (i18n.meetfranz.com) * feat(App): Add security checks for external URLs * setup react-intl translations managing script * use same zooming logic for all os * feat(Linux): Add auto updater for Linux AppImage builds * Add ctrl+ for zoom in on Windows * move translation scripts into src/i18n folder * only manage en-US translations * manage translations before git pushes * Fix unused i18n strings * Bump version to 5.0.1-beta.1 * fix(Service) shortcuts for activating prev/next service fixes #1298 * fix(Service): Fix shortcut for (un)muting notifications & audio * add missing react-intl files * correctly update services submenu on language change * fix(Windows): Fix copy & paste in service context menus Closes #1316 * fix(Linux): Fix minimized window focusing (#1304) (@skoruppa) * trigger build * Check if window is minimized before restoring it * restore() should be executed only when window is minimized * fix(Notifications): Fix notifications & notification click when icon is blob * Fix/service webview unmounting (#1328) * detach service when underlying webview unmounts * disable no-param-reassign eslint rule * Add notification debug events * Update electron to 4.0.8 Update required in order to fix performance degradation due to memory leak issue https://github.com/electron/electron/pull/16772. * Automatic i18n update (i18n.meetfranz.com) * Automatic i18n update (i18n.meetfranz.com) * 5.0.1-beta.1
* Merge branch 'feature/spellcheck-autodetect' into release/5.0.0Libravatar Stefan Malzner2019-02-12
|\
| * Spellcheck language autodetectionLibravatar Stefan Malzner2019-02-07
| | | | | | | | First prototype is based on slack
* | Bump version to 5.0.0Libravatar Stefan Malzner2019-02-12
| |
* | Merge branch 'master' into developLibravatar Stefan Malzner2019-02-11
|\ \
| * | b24v5.0.0-beta.24Libravatar Stefan Malzner2019-02-03
| |/
* | Update electron-window-stateLibravatar Stefan Malzner2019-02-11
| |
* | feat(Security): Update electron to 4.0.4Libravatar Stefan Malzner2019-02-08
|/
* b23Libravatar Stefan Malzner2019-02-01
|
* Add missing changelog dependencyLibravatar Stefan Malzner2019-02-01
|
* Update to electron 4.0.2Libravatar Stefan Malzner2019-01-30
|
* Merge branch 'feature/basicAuth' into developLibravatar Stefan Malzner2019-01-09
|\
| * BasicAuth first draftLibravatar Stefan Malzner2018-12-21
| |
* | Replace jshashes with node crypto moduleLibravatar Stefan Malzner2019-01-04
| |
* | Update electron, electron-builder & electron-updaterLibravatar Stefan Malzner2018-12-25
| |
* | Make electron 4 compatibleLibravatar Stefan Malzner2018-12-22
|/
* bump version to b22Libravatar Stefan Malzner2018-12-13
|
* Simplify dictionary stepLibravatar Stefan Malzner2018-12-12
|
* Bump version to b21Libravatar Stefan Malzner2018-12-11
|
* Improve webview loaderLibravatar Stefan Malzner2018-12-11
|
* Update mobxLibravatar Stefan Malzner2018-12-09
|
* Upgrade to react 16Libravatar Stefan Malzner2018-12-09
| | | | TODO: add componentDidCatch
* fix(Spellchecker): Dictionaries are now part of app instead of dynamic downloadLibravatar Stefan Malzner2018-12-07
|
* Bump version to b205.0.0-beta.20Libravatar Stefan Malzner2018-12-05
|
* Merge branch 'develop' into release/5.0.0-beta.19Libravatar Stefan Malzner2018-12-01
|\
| * Downgrade electron-builder to 20.34.0Libravatar Stefan Malzner2018-12-01
| |
* | Merge branch 'develop' into release/5.0.0-beta.19Libravatar Stefan Malzner2018-12-01
|\|
| * Downgrade electron-builder & electron-updater to electron@2 compatible versionsLibravatar Stefan Malzner2018-12-01
| |
* | Bump version to beta 19Libravatar Stefan Malzner2018-12-01
|/
* feat(App): Improved spell checker & context menuLibravatar Stefan Malzner2018-11-30
|
* feat(App): Lay groundwork for general themeing supportLibravatar Stefan Malzner2018-11-24
|
* Add "Franz" to debug identifiersLibravatar Stefan Malzner2018-11-22
|
* Update electron-fetchLibravatar Stefan Malzner2018-11-21
|
* Update fs-extraLibravatar Stefan Malzner2018-11-21
|
* Update electron-react-titlebarLibravatar Stefan Malzner2018-11-21
|
* Rebuild native dependencies for target versionLibravatar Stefan2018-11-19
|
* Test loading from nvmrc on winLibravatar Stefan Malzner2018-11-19
|
* Pin electron-fetch to 1.1.0Libravatar Stefan Malzner2018-11-19
| | | | | Closes #1087 Closes #573
* Update electron-builder & electron-updaterLibravatar Stefan Malzner2018-11-16
|
* add prettier to pre-commit hookLibravatar Stefan Malzner2018-11-16
|
* Add pre-push hook & prettierLibravatar Stefan Malzner2018-11-16
|
* Revert "Add pre-push hook"Libravatar Stefan Malzner2018-11-16
| | | | This reverts commit e428e89ad9fe8eeea634fe7c216a71aa6c9bd4e9.
* Add pre-push hookLibravatar Stefan Malzner2018-11-16
|
* Switch to npmLibravatar Stefan Malzner2018-11-15
|
* Update dependenciesLibravatar Stefan Malzner2018-11-15
|
* Bump version to beta 18Libravatar Stefan Malzner2018-04-03
|
* Bump version to beta 17Libravatar Stefan Malzner2018-03-20
|
* feat(Electron): Update electron to 1.8.4Libravatar Stefan Malzner2018-03-19
|
* Replace console logs with debuggerLibravatar Stefan Malzner2018-03-18
|