Commit Graph

34 Commits

Author SHA1 Message Date
Gregor Vostrak 35ac7ad318 add manual time entry modal 2024-11-14 12:52:53 +01:00
Gregor Vostrak dc26d94857 add github sponsor 2024-11-11 18:41:55 +01:00
Gregor Vostrak 9d7a28d013 bump version for release v0.0.38 2024-10-30 12:39:48 +01:00
Gregor Vostrak 8f494b7ff8 Merge pull request #5 from solidtime-io/feature/data_handling
improve data handling
2024-10-30 12:36:08 +01:00
Gregor Vostrak 66a5a1aebd add time entry mass update 2024-10-29 16:12:05 +01:00
Gregor Vostrak a74c297287 make sure memberships are loaded correctly in mini window, fixes ST-401 2024-10-28 16:34:17 +01:00
Gregor Vostrak 830596aeb2 cleanup autoupdater options in dev mode 2024-10-28 16:34:17 +01:00
Gregor Vostrak eeb476ecae add organization_id to optimistic TimeEntry, fixes ST-420 2024-10-28 16:34:17 +01:00
Gregor Vostrak 06d464376b fix employees stuck in loading screen because clients are not loading v0.0.37 2024-10-28 12:38:56 +01:00
Gregor Vostrak 63579f831c chore: remove unused variable v0.0.36 2024-09-02 13:24:07 +02:00
Gregor Vostrak e01c4a918b fix state issues & ux improvements for update checking
properly clear states on login & logout
fix currentMembership selector when switching account
improve state clearing in mini window
improve draggable areas in mini window
improve “Check for update button” fixes ST-392
add shortcut for settings menu fixes ST-393
fix error when trying to close the mini window
2024-09-02 13:21:30 +02:00
Gregor Vostrak 1079072506 restrict formatting to relevant file extensions 2024-08-29 15:03:55 +02:00
Constantin Graf 549df8b1e7 Added license, security and code of conduct files 2024-08-29 14:48:21 +02:00
Gregor Vostrak 00575d4f4c update readme & cleanup 2024-08-29 14:22:33 +02:00
Gregor Vostrak 02229093ca Update README.md 2024-08-29 00:07:14 +02:00
Gregor Vostrak 9e5b9b43d3 chore: bump version v0.0.35 2024-08-28 16:16:05 +02:00
Gregor Vostrak 71afc99d14 windows: fix javascript crash on window close v0.0.34 2024-08-28 15:55:49 +02:00
Gregor Vostrak aad61cb27f add app icon for deb builds v0.0.33 2024-08-28 15:02:11 +02:00
Gregor Vostrak f6620eec50 fix app quitting on linux, hide tray icon on linux as colors are inconsistent, fix multiplie instance spawning v0.0.32 2024-08-28 14:17:01 +02:00
Gregor Vostrak 5f6f38b83e Add Linux release download links 2024-08-28 02:30:25 +02:00
Gregor Vostrak d818987ad3 build arm versions for deb, tar.gz and rpm v0.0.31 2024-08-28 02:13:02 +02:00
Gregor Vostrak 96bbc2aa68 install multipass for linux amd builds in darwin github action runner v0.0.30 2024-08-28 01:51:30 +02:00
Gregor Vostrak b19cd04d51 build linux arm64 images with mac runner v0.0.29 2024-08-28 01:30:35 +02:00
Gregor Vostrak c251fcd66b add builds for snap and deb builds for arm, publish snaps to stable channel v0.0.28 2024-08-28 00:56:28 +02:00
Gregor Vostrak 9cb59b633a disable request and response validation for zod responses v0.0.27 2024-08-27 23:40:49 +02:00
Gregor Vostrak ce1ba44588 fix autoupdater, change version format v0.0.26 2024-08-27 23:31:44 +02:00
Gregor Vostrak 5df2d5bacb add sentry sourcemaps via build actions v0.0.25 2024-08-27 21:15:37 +02:00
Gregor Vostrak ebc6e475dc change autoupdater to github releases, fix delays in stopping timer v0.0.24 2024-08-27 20:49:58 +02:00
Gregor Vostrak f0a78512d6 chore: bump version v0.0.23 2024-08-27 15:24:15 +02:00
Gregor Vostrak ad299912e9 add unique dmg names for intel and m1 versions v0.0.22 2024-08-27 15:12:07 +02:00
Gregor Vostrak cc34256aae remove flatpak build option, fix typing and formating errors v0.0.21 2024-08-27 14:55:42 +02:00
Gregor Vostrak aeae71e2ff fix description in mini window ST-375, add snap build target, build arm and x86 versions for mac v0.0.20 2024-08-27 14:43:23 +02:00
Gregor Vostrak 02d093b6fe windows: fix title bar, update electron-builder to fix windows install/uninstall 2024-08-26 13:29:06 +02:00
Gregor Vostrak 2c1e3f7a96 initial commit
cleanup api package dependencies and fix imports

add signing and notarization to github action

disable linux snap target

enable mac notarize and change publish provider to github releases

update apple notarize env names

update APPLE_API_KEY env variable to file path

fix APPLE_API_ISSUER env variable name

change github action to directly use electron-builder commands instead of action template

add dependency install and build steps

fix code signing in github action

enable signing debug in github action

add electron osx sign debug messages

fix app id in config

add all debug

fix apple notarize step

change apple api key env variable to use base64

change api key to simple env variable

write api key to file

disable notarization for mac build

remove debug option from github action
2024-08-26 12:20:46 +02:00