Skip to content

Latest commit

 

History

History
1169 lines (986 loc) · 129 KB

CHANGELOG.md

File metadata and controls

1169 lines (986 loc) · 129 KB

(2024-03-30)

Bug Fixes

  • Add fileType prop to DataTableToolbar component (8137c43)
  • Add image loader to AlbumArtwork component (6d9b22c)
  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • Fix video file path escaping (8a2b308)
  • Refactor actors object in NfoFileEntity (520e76e)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)
  • whisper setting build error (746695a)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • Add autoStartCustomSettings (d5f6757)
  • add client component gallery list (f8652e8)
  • Add default values for video language and model (327ed71)
  • Add dev:tauri script to package.json (1a6f8ac)
  • Add downloadWhisper to setting page (7caf5e0)
  • add env OPEN_AUTH (9a43a41)
  • Add FileType to shared types (5d097f1)
  • add first setup whisper service (0ecc531)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery preview modal component (41f8ba3)
  • add gallery srt completed icon (68336b5)
  • Add HttpExceptionFilter to AppModule (05725ad)
  • Add initial setup page for configuring local (0591aa5)
  • Add language selection popover and search functionality (0f7e666)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add makeType to whisper compile (90628c2)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • add nfo-parse to watch service (04be5eb)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • Add options parameter to whisper function (26b53af)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • Add PrioritySlider component to columns.tsx (e1a22ca)
  • add queues nav (f4693f9)
  • Add search functionality and separator component to gallery list (88385e6)
  • add server config to settings (00399c2)
  • add server whisper module (0c005ed)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • Add StartModalContent component and useSWR hook (f7b281b)
  • add system settings interface (6b40cad)
  • Add tooltip functionality to album artwork and (4e89d57)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • Add TRANSLATE_GROUP and TRANSLATE_DELAY to settings page (5291f77)
  • add update settings interface (dd61215)
  • Add updateWhisper and getWhisper endpoints to AuthController and AuthService (6c80830)
  • add UserNav (66bdd4d)
  • Add WhisperConfig to CreateOsrtDto and OsrtService (ab98029)
  • Add whisperConfig to whisper function calls (bc5764f)
  • Adjust the previewModal interface and add functionality. (12c2a8a)
  • auth-route: Add proxy URL support for login (80183c3)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Increase the resource download for preview modal (3596f0a)
  • Initialize personal profile settings. (e241710)
  • Refactor album artwork component and (9870eb5)
  • Refactor ModelSelect component to accept value and onChange props (816f06f)
  • Refactor outPutSrt function parameters in DataTableRowActions (f830c93)
  • Refactor video file search and pagination (dfb80ed)
  • Refactor whisper function arguments (e582fac)
  • Refactor WhisperForm and add FormMessage components (0ee0428)
  • remove user authentication (1fb7c4b)
  • setup whisper add dir arg (1c1f3b6)
  • Update config.entity.ts and custom-config.service.ts (38d33e7)
  • update tauri icon (48359cf)
  • Update Whisper settings schema and API client (28d51d6)

Reverts

  • Revert "docs: Remove redundant comment in .env.template and README files" (3b14edc)
  • Revert "chore(deploy): Release" (c99b3c8)

(2024-03-23)

Bug Fixes

  • Add fileType prop to DataTableToolbar component (8137c43)
  • Add image loader to AlbumArtwork component (6d9b22c)
  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • Fix video file path escaping (8a2b308)
  • Refactor actors object in NfoFileEntity (520e76e)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)
  • whisper setting build error (746695a)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • Add default values for video language and model (327ed71)
  • Add dev:tauri script to package.json (1a6f8ac)
  • Add downloadWhisper to setting page (7caf5e0)
  • add env OPEN_AUTH (9a43a41)
  • Add FileType to shared types (5d097f1)
  • add first setup whisper service (0ecc531)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery preview modal component (41f8ba3)
  • add gallery srt completed icon (68336b5)
  • Add HttpExceptionFilter to AppModule (05725ad)
  • Add initial setup page for configuring local (0591aa5)
  • Add language selection popover and search functionality (0f7e666)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add makeType to whisper compile (90628c2)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • add nfo-parse to watch service (04be5eb)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • Add options parameter to whisper function (26b53af)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • Add PrioritySlider component to columns.tsx (e1a22ca)
  • add queues nav (f4693f9)
  • Add search functionality and separator component to gallery list (88385e6)
  • add server config to settings (00399c2)
  • add server whisper module (0c005ed)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • Add StartModalContent component and useSWR hook (f7b281b)
  • add system settings interface (6b40cad)
  • Add tooltip functionality to album artwork and (4e89d57)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • Add TRANSLATE_GROUP and TRANSLATE_DELAY to settings page (5291f77)
  • add update settings interface (dd61215)
  • Add updateWhisper and getWhisper endpoints to AuthController and AuthService (6c80830)
  • add UserNav (66bdd4d)
  • Add WhisperConfig to CreateOsrtDto and OsrtService (ab98029)
  • Add whisperConfig to whisper function calls (bc5764f)
  • Adjust the previewModal interface and add functionality. (12c2a8a)
  • auth-route: Add proxy URL support for login (80183c3)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Increase the resource download for preview modal (3596f0a)
  • Initialize personal profile settings. (e241710)
  • Refactor album artwork component and (9870eb5)
  • Refactor ModelSelect component to accept value and onChange props (816f06f)
  • Refactor outPutSrt function parameters in DataTableRowActions (f830c93)
  • Refactor video file search and pagination (dfb80ed)
  • Refactor whisper function arguments (e582fac)
  • Refactor WhisperForm and add FormMessage components (0ee0428)
  • remove user authentication (1fb7c4b)
  • setup whisper add dir arg (1c1f3b6)
  • Update config.entity.ts and custom-config.service.ts (38d33e7)
  • update tauri icon (48359cf)
  • Update Whisper settings schema and API client (28d51d6)

Reverts

  • Revert "docs: Remove redundant comment in .env.template and README files" (3b14edc)
  • Revert "chore(deploy): Release" (c99b3c8)

(2024-03-23)

Bug Fixes

  • Add fileType prop to DataTableToolbar component (8137c43)
  • Add image loader to AlbumArtwork component (6d9b22c)
  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • Fix video file path escaping (8a2b308)
  • Refactor actors object in NfoFileEntity (520e76e)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)
  • whisper setting build error (746695a)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • Add default values for video language and model (327ed71)
  • Add dev:tauri script to package.json (1a6f8ac)
  • Add downloadWhisper to setting page (7caf5e0)
  • add env OPEN_AUTH (9a43a41)
  • Add FileType to shared types (5d097f1)
  • add first setup whisper service (0ecc531)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery preview modal component (41f8ba3)
  • add gallery srt completed icon (68336b5)
  • Add HttpExceptionFilter to AppModule (05725ad)
  • Add initial setup page for configuring local (0591aa5)
  • Add language selection popover and search functionality (0f7e666)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add makeType to whisper compile (90628c2)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • add nfo-parse to watch service (04be5eb)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • Add options parameter to whisper function (26b53af)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • Add PrioritySlider component to columns.tsx (e1a22ca)
  • add queues nav (f4693f9)
  • Add search functionality and separator component to gallery list (88385e6)
  • add server config to settings (00399c2)
  • add server whisper module (0c005ed)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • Add StartModalContent component and useSWR hook (f7b281b)
  • add system settings interface (6b40cad)
  • Add tooltip functionality to album artwork and (4e89d57)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • Add TRANSLATE_GROUP and TRANSLATE_DELAY to settings page (5291f77)
  • add update settings interface (dd61215)
  • Add updateWhisper and getWhisper endpoints to AuthController and AuthService (6c80830)
  • add UserNav (66bdd4d)
  • Add WhisperConfig to CreateOsrtDto and OsrtService (ab98029)
  • Add whisperConfig to whisper function calls (bc5764f)
  • Adjust the previewModal interface and add functionality. (12c2a8a)
  • auth-route: Add proxy URL support for login (80183c3)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Increase the resource download for preview modal (3596f0a)
  • Initialize personal profile settings. (e241710)
  • Refactor album artwork component and (9870eb5)
  • Refactor ModelSelect component to accept value and onChange props (816f06f)
  • Refactor outPutSrt function parameters in DataTableRowActions (f830c93)
  • Refactor video file search and pagination (dfb80ed)
  • Refactor whisper function arguments (e582fac)
  • Refactor WhisperForm and add FormMessage components (0ee0428)
  • remove user authentication (1fb7c4b)
  • setup whisper add dir arg (1c1f3b6)
  • Update config.entity.ts and custom-config.service.ts (38d33e7)
  • update tauri icon (48359cf)
  • Update Whisper settings schema and API client (28d51d6)

Reverts

  • Revert "docs: Remove redundant comment in .env.template and README files" (3b14edc)
  • Revert "chore(deploy): Release" (c99b3c8)

(2024-03-21)

Bug Fixes

  • Add fileType prop to DataTableToolbar component (8137c43)
  • Add image loader to AlbumArtwork component (6d9b22c)
  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • Fix video file path escaping (8a2b308)
  • Refactor actors object in NfoFileEntity (520e76e)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)
  • whisper setting build error (746695a)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • Add default values for video language and model (327ed71)
  • Add dev:tauri script to package.json (1a6f8ac)
  • Add downloadWhisper to setting page (7caf5e0)
  • add env OPEN_AUTH (9a43a41)
  • Add FileType to shared types (5d097f1)
  • add first setup whisper service (0ecc531)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery preview modal component (41f8ba3)
  • add gallery srt completed icon (68336b5)
  • Add HttpExceptionFilter to AppModule (05725ad)
  • Add initial setup page for configuring local (0591aa5)
  • Add language selection popover and search functionality (0f7e666)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add makeType to whisper compile (90628c2)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • add nfo-parse to watch service (04be5eb)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • Add options parameter to whisper function (26b53af)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • Add PrioritySlider component to columns.tsx (e1a22ca)
  • add queues nav (f4693f9)
  • Add search functionality and separator component to gallery list (88385e6)
  • add server config to settings (00399c2)
  • add server whisper module (0c005ed)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • Add StartModalContent component and useSWR hook (f7b281b)
  • add system settings interface (6b40cad)
  • Add tooltip functionality to album artwork and (4e89d57)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • Add TRANSLATE_GROUP and TRANSLATE_DELAY to settings page (5291f77)
  • add update settings interface (dd61215)
  • Add updateWhisper and getWhisper endpoints to AuthController and AuthService (6c80830)
  • add UserNav (66bdd4d)
  • Add WhisperConfig to CreateOsrtDto and OsrtService (ab98029)
  • Add whisperConfig to whisper function calls (bc5764f)
  • Adjust the previewModal interface and add functionality. (12c2a8a)
  • auth-route: Add proxy URL support for login (80183c3)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Increase the resource download for preview modal (3596f0a)
  • Initialize personal profile settings. (e241710)
  • Refactor album artwork component and (9870eb5)
  • Refactor ModelSelect component to accept value and onChange props (816f06f)
  • Refactor outPutSrt function parameters in DataTableRowActions (f830c93)
  • Refactor video file search and pagination (dfb80ed)
  • Refactor whisper function arguments (e582fac)
  • Refactor WhisperForm and add FormMessage components (0ee0428)
  • remove user authentication (1fb7c4b)
  • setup whisper add dir arg (1c1f3b6)
  • Update config.entity.ts and custom-config.service.ts (38d33e7)
  • update tauri icon (48359cf)
  • Update Whisper settings schema and API client (28d51d6)

Reverts

  • Revert "docs: Remove redundant comment in .env.template and README files" (3b14edc)
  • Revert "chore(deploy): Release" (c99b3c8)

(2024-02-22)

Bug Fixes

  • Add fileType prop to DataTableToolbar component (8137c43)
  • Add image loader to AlbumArtwork component (6d9b22c)
  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • Fix video file path escaping (8a2b308)
  • Refactor actors object in NfoFileEntity (520e76e)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)
  • whisper setting build error (746695a)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • Add default values for video language and model (327ed71)
  • Add dev:tauri script to package.json (1a6f8ac)
  • Add downloadWhisper to setting page (7caf5e0)
  • add env OPEN_AUTH (9a43a41)
  • Add FileType to shared types (5d097f1)
  • add first setup whisper service (0ecc531)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery preview modal component (41f8ba3)
  • add gallery srt completed icon (68336b5)
  • Add HttpExceptionFilter to AppModule (05725ad)
  • Add initial setup page for configuring local (0591aa5)
  • Add language selection popover and search functionality (0f7e666)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add makeType to whisper compile (90628c2)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • add nfo-parse to watch service (04be5eb)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • Add options parameter to whisper function (26b53af)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • Add PrioritySlider component to columns.tsx (e1a22ca)
  • add queues nav (f4693f9)
  • Add search functionality and separator component to gallery list (88385e6)
  • add server config to settings (00399c2)
  • add server whisper module (0c005ed)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • Add StartModalContent component and useSWR hook (f7b281b)
  • add system settings interface (6b40cad)
  • Add tooltip functionality to album artwork and (4e89d57)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • Add TRANSLATE_GROUP and TRANSLATE_DELAY to settings page (5291f77)
  • add update settings interface (dd61215)
  • Add updateWhisper and getWhisper endpoints to AuthController and AuthService (6c80830)
  • add UserNav (66bdd4d)
  • Add WhisperConfig to CreateOsrtDto and OsrtService (ab98029)
  • Add whisperConfig to whisper function calls (bc5764f)
  • Adjust the previewModal interface and add functionality. (12c2a8a)
  • auth-route: Add proxy URL support for login (80183c3)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Increase the resource download for preview modal (3596f0a)
  • Initialize personal profile settings. (e241710)
  • Refactor album artwork component and (9870eb5)
  • Refactor ModelSelect component to accept value and onChange props (816f06f)
  • Refactor outPutSrt function parameters in DataTableRowActions (f830c93)
  • Refactor video file search and pagination (dfb80ed)
  • Refactor whisper function arguments (e582fac)
  • Refactor WhisperForm and add FormMessage components (0ee0428)
  • remove user authentication (1fb7c4b)
  • setup whisper add dir arg (1c1f3b6)
  • Update config.entity.ts and custom-config.service.ts (38d33e7)
  • update tauri icon (48359cf)
  • Update Whisper settings schema and API client (28d51d6)

Reverts

  • Revert "docs: Remove redundant comment in .env.template and README files" (3b14edc)
  • Revert "chore(deploy): Release" (c99b3c8)

(2024-01-24)

Bug Fixes

  • Add fileType prop to DataTableToolbar component (8137c43)
  • Add image loader to AlbumArtwork component (6d9b22c)
  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • Fix video file path escaping (8a2b308)
  • Refactor actors object in NfoFileEntity (520e76e)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)
  • whisper setting build error (746695a)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • Add default values for video language and model (327ed71)
  • Add dev:tauri script to package.json (1a6f8ac)
  • Add downloadWhisper to setting page (7caf5e0)
  • add env OPEN_AUTH (9a43a41)
  • Add FileType to shared types (5d097f1)
  • add first setup whisper service (0ecc531)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery preview modal component (41f8ba3)
  • add gallery srt completed icon (68336b5)
  • Add HttpExceptionFilter to AppModule (05725ad)
  • Add initial setup page for configuring local (0591aa5)
  • Add language selection popover and search functionality (0f7e666)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add makeType to whisper compile (90628c2)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • add nfo-parse to watch service (04be5eb)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • Add options parameter to whisper function (26b53af)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • Add PrioritySlider component to columns.tsx (e1a22ca)
  • add queues nav (f4693f9)
  • Add search functionality and separator component to gallery list (88385e6)
  • add server config to settings (00399c2)
  • add server whisper module (0c005ed)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • Add StartModalContent component and useSWR hook (f7b281b)
  • add system settings interface (6b40cad)
  • Add tooltip functionality to album artwork and (4e89d57)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • Add TRANSLATE_GROUP and TRANSLATE_DELAY to settings page (5291f77)
  • add update settings interface (dd61215)
  • Add updateWhisper and getWhisper endpoints to AuthController and AuthService (6c80830)
  • add UserNav (66bdd4d)
  • Add WhisperConfig to CreateOsrtDto and OsrtService (ab98029)
  • Add whisperConfig to whisper function calls (bc5764f)
  • Adjust the previewModal interface and add functionality. (12c2a8a)
  • auth-route: Add proxy URL support for login (80183c3)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Increase the resource download for preview modal (3596f0a)
  • Initialize personal profile settings. (e241710)
  • Refactor album artwork component and (9870eb5)
  • Refactor ModelSelect component to accept value and onChange props (816f06f)
  • Refactor outPutSrt function parameters in DataTableRowActions (f830c93)
  • Refactor video file search and pagination (dfb80ed)
  • Refactor whisper function arguments (e582fac)
  • Refactor WhisperForm and add FormMessage components (0ee0428)
  • remove user authentication (1fb7c4b)
  • setup whisper add dir arg (1c1f3b6)
  • Update config.entity.ts and custom-config.service.ts (38d33e7)
  • update tauri icon (48359cf)
  • Update Whisper settings schema and API client (28d51d6)

Reverts

  • Revert "docs: Remove redundant comment in .env.template and README files" (3b14edc)
  • Revert "chore(deploy): Release" (c99b3c8)

(2024-01-18)

Bug Fixes

  • Add fileType prop to DataTableToolbar component (8137c43)
  • Add image loader to AlbumArtwork component (6d9b22c)
  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • Fix video file path escaping (8a2b308)
  • Refactor actors object in NfoFileEntity (520e76e)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)
  • whisper setting build error (746695a)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • Add default values for video language and model (327ed71)
  • Add dev:tauri script to package.json (1a6f8ac)
  • Add downloadWhisper to setting page (7caf5e0)
  • add env OPEN_AUTH (9a43a41)
  • Add FileType to shared types (5d097f1)
  • add first setup whisper service (0ecc531)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery preview modal component (41f8ba3)
  • add gallery srt completed icon (68336b5)
  • Add HttpExceptionFilter to AppModule (05725ad)
  • Add initial setup page for configuring local (0591aa5)
  • Add language selection popover and search functionality (0f7e666)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • add nfo-parse to watch service (04be5eb)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • Add options parameter to whisper function (26b53af)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • Add PrioritySlider component to columns.tsx (e1a22ca)
  • add queues nav (f4693f9)
  • Add search functionality and separator component to gallery list (88385e6)
  • add server config to settings (00399c2)
  • add server whisper module (0c005ed)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • Add StartModalContent component and useSWR hook (f7b281b)
  • add system settings interface (6b40cad)
  • Add tooltip functionality to album artwork and (4e89d57)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • Add TRANSLATE_GROUP and TRANSLATE_DELAY to settings page (5291f77)
  • add update settings interface (dd61215)
  • Add updateWhisper and getWhisper endpoints to AuthController and AuthService (6c80830)
  • add UserNav (66bdd4d)
  • Add WhisperConfig to CreateOsrtDto and OsrtService (ab98029)
  • Add whisperConfig to whisper function calls (bc5764f)
  • Adjust the previewModal interface and add functionality. (12c2a8a)
  • auth-route: Add proxy URL support for login (80183c3)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Increase the resource download for preview modal (3596f0a)
  • Initialize personal profile settings. (e241710)
  • Refactor album artwork component and (9870eb5)
  • Refactor ModelSelect component to accept value and onChange props (816f06f)
  • Refactor outPutSrt function parameters in DataTableRowActions (f830c93)
  • Refactor video file search and pagination (dfb80ed)
  • Refactor whisper function arguments (e582fac)
  • Refactor WhisperForm and add FormMessage components (0ee0428)
  • remove user authentication (1fb7c4b)
  • setup whisper add dir arg (1c1f3b6)
  • Update config.entity.ts and custom-config.service.ts (38d33e7)
  • update tauri icon (48359cf)
  • Update Whisper settings schema and API client (28d51d6)

Reverts

  • Revert "docs: Remove redundant comment in .env.template and README files" (3b14edc)
  • Revert "chore(deploy): Release" (c99b3c8)

(2023-12-25)

Bug Fixes

  • Add fileType prop to DataTableToolbar component (8137c43)
  • Add image loader to AlbumArtwork component (6d9b22c)
  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • Fix video file path escaping (8a2b308)
  • Refactor actors object in NfoFileEntity (520e76e)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • Add dev:tauri script to package.json (1a6f8ac)
  • add env OPEN_AUTH (9a43a41)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery preview modal component (41f8ba3)
  • add gallery srt completed icon (68336b5)
  • Add HttpExceptionFilter to AppModule (05725ad)
  • Add initial setup page for configuring local (0591aa5)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • add nfo-parse to watch service (04be5eb)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • add queues nav (f4693f9)
  • add server config to settings (00399c2)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • add system settings interface (6b40cad)
  • Add tooltip functionality to album artwork and (4e89d57)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • Add TRANSLATE_GROUP and TRANSLATE_DELAY to settings page (5291f77)
  • add update settings interface (dd61215)
  • add UserNav (66bdd4d)
  • Adjust the previewModal interface and add functionality. (12c2a8a)
  • auth-route: Add proxy URL support for login (80183c3)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Increase the resource download for preview modal (3596f0a)
  • Initialize personal profile settings. (e241710)
  • Refactor album artwork component and (9870eb5)
  • remove user authentication (1fb7c4b)
  • update tauri icon (48359cf)

Reverts

  • Revert "docs: Remove redundant comment in .env.template and README files" (3b14edc)
  • Revert "chore(deploy): Release" (c99b3c8)

(2023-11-22)

Bug Fixes

  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • Refactor actors object in NfoFileEntity (520e76e)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • add env OPEN_AUTH (9a43a41)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery preview modal component (41f8ba3)
  • add gallery srt completed icon (68336b5)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • add nfo-parse to watch service (04be5eb)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • add queues nav (f4693f9)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • add system settings interface (6b40cad)
  • Add tooltip functionality to album artwork and (4e89d57)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • add update settings interface (dd61215)
  • add UserNav (66bdd4d)
  • Adjust the previewModal interface and add functionality. (12c2a8a)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Initialize personal profile settings. (e241710)

Reverts

  • Revert "chore(deploy): Release" (c99b3c8)

(2023-11-18)

Bug Fixes

  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • add env OPEN_AUTH (9a43a41)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery srt completed icon (68336b5)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • Add NFO parser description and CLI script (2855d98)
  • Add nfoParser package (c91a048)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • add queues nav (f4693f9)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • add system settings interface (6b40cad)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • add update settings interface (dd61215)
  • add UserNav (66bdd4d)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Initialize personal profile settings. (e241710)

Reverts

  • Revert "chore(deploy): Release" (c99b3c8)

(2023-11-13)

Bug Fixes

  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • add env OPEN_AUTH (9a43a41)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery srt completed icon (68336b5)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • add OUTPUT_SRT_THEN_TRANSLATE to setting (8490c87)
  • add pagination params to osrt list interface (4bec2bb)
  • add queues nav (f4693f9)
  • add settings page (b79fc64)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • add system settings interface (6b40cad)
  • add Translate Language to setting page (9607100)
  • add Translate Model to setting page (ef956f9)
  • add update settings interface (dd61215)
  • add UserNav (66bdd4d)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase env variable support to display Oauth when using Github. (#168) (ea52470)
  • Increase terminal automatic scrolling (bd39205)
  • Initialize personal profile settings. (e241710)

Reverts

  • Revert "chore(deploy): Release" (c99b3c8)

(2023-10-21)

Bug Fixes

  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • add env OPEN_AUTH (9a43a41)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery srt completed icon (68336b5)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • add pagination params to osrt list interface (4bec2bb)
  • add queues nav (f4693f9)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • add UserNav (66bdd4d)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase terminal automatic scrolling (bd39205)

Reverts

  • Revert "chore(deploy): Release" (c99b3c8)

(2023-10-21)

Bug Fixes

  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • fix next build error (b107e45)
  • fix sign up then not login (fed3739)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)

Features

  • add auth login api (a21ff82)
  • add auth refreshToken (95f431c)
  • add client component gallery list (f8652e8)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery srt completed icon (68336b5)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add login and sign up page (b5a77a8)
  • add ModelSelect in gallery (2dd7bef)
  • add next-auth (52aef7e)
  • add next-auth login (b7299f4)
  • add oauth login handler (0fc0b92)
  • add Oauth User (c813484)
  • add pagination params to osrt list interface (4bec2bb)
  • add queues nav (f4693f9)
  • add sign up button in site header (db7f2ca)
  • add sse and terminal (06435ab)
  • add UserNav (66bdd4d)
  • axios request add header token (0318026)
  • Change video list table to server pagination (c719fae)
  • Increase terminal automatic scrolling (bd39205)

Reverts

  • Revert "chore(deploy): Release" (c99b3c8)

(2023-10-08)

Bug Fixes

  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)

Features

  • add client component gallery list (f8652e8)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery pagination (22441f9)
  • add gallery preview content (e593b8f)
  • add gallery srt completed icon (68336b5)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add ModelSelect in gallery (2dd7bef)
  • add pagination params to osrt list interface (4bec2bb)
  • add queues nav (f4693f9)
  • add sse and terminal (06435ab)
  • Change video list table to server pagination (c719fae)
  • Increase terminal automatic scrolling (bd39205)

Reverts

  • Revert "chore(deploy): Release" (c99b3c8)

(2023-09-27)

Bug Fixes

  • ci:test type error (e9c3b15)
  • env file comments parsing error may occur (ad8c015)
  • env file comments parsing error may occur (0b0c793)
  • fix glob type error (80bff0c)
  • translate this pointer error (ba392ec)
  • translate this pointer error (e77bdf1)
  • web app build error (0de6aef)

Features

  • add client component gallery list (f8652e8)
  • add gallery api call (11466ec)
  • add gallery frame (8de1ec1)
  • add gallery preview content (e593b8f)
  • add gallery srt completed icon (68336b5)
  • add log terminal refresh button (fe70da8)
  • add log translate terminal to gallery (eb0d4d3)
  • add ModelSelect in gallery (2dd7bef)
  • add queues nav (f4693f9)
  • add sse and terminal (06435ab)
  • Increase terminal automatic scrolling (bd39205)

(2023-08-22)

Features