Advertisement
Carl123432

Untitled

Dec 11th, 2023
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.60 KB | None | 0 0
  1. commit dd16f4516163c09ac70db083097dc549dbe94dc3
  2. Author: carl beattie <12beattiecastp@gmail.com>
  3. Date: Thu Nov 30 22:35:42 2023 +0000
  4.  
  5. feat(OpenAI): Function to generate response for Latin translated to English
  6.  
  7. commit 4cbb1015f936de49c14cf16a738237fea8e368d4
  8. Author: carl beattie <12beattiecastp@gmail.com>
  9. Date: Thu Nov 30 19:34:27 2023 +0000
  10.  
  11. fix(WiktionaryParser): Was not using category_data when creating multiterm decks
  12.  
  13. commit d6440bba278d6b23152cb68b746169bb13a1df15
  14. Author: carl beattie <12beattiecastp@gmail.com>
  15. Date: Thu Nov 30 16:34:46 2023 +0000
  16.  
  17. add(Notifications): Setup needed function to use/send notifications to client
  18.  
  19. commit 562a4a702c1c2b9432f03851b7b7bfc14475177f
  20. Author: carl beattie <12beattiecastp@gmail.com>
  21. Date: Thu Nov 30 16:07:46 2023 +0000
  22.  
  23. feat(Notifications): Handle client notifications
  24.  
  25. commit 5a220035897e74a03408086c933ad4c75d9e7947
  26. Author: carl beattie <12beattiecastp@gmail.com>
  27. Date: Thu Nov 30 15:47:10 2023 +0000
  28.  
  29. add(LatinTextParserIPC): Connected with UI and function to handle parsing every page
  30.  
  31. commit d9ef9ba2d2efc53f54afb35227d06356ccbbe980
  32. Author: carl beattie <12beattiecastp@gmail.com>
  33. Date: Thu Nov 30 12:08:35 2023 +0000
  34.  
  35. feat(LatinTextParser): Find next page link
  36.  
  37. commit 1fab23080aa9a0c8281c846733494b410184ade7
  38. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  39. Date: Thu Nov 30 09:38:52 2023 +0000
  40.  
  41. feat(LatinTextParser): Extract page links, and pages
  42.  
  43. commit 6627c0c224c66bd82fca2eef3352a20ca5830f01
  44. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  45. Date: Thu Nov 30 08:01:02 2023 +0000
  46.  
  47. feat(LatinTextParser): Default class setup, file and fetching handling
  48.  
  49. commit c7e39f72af0ea69335b2fbbbb247d7c5454f5513
  50. Merge: 2444cec e58ba80
  51. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  52. Date: Thu Nov 30 07:13:19 2023 +0000
  53.  
  54. Merge branch 'main' of https://github.com/carlbeattie2000/Lemnky into latin_text_extracts
  55.  
  56. commit 2444cec049d7c0f049c2a1a5a6cebd8846ed23d9
  57. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  58. Date: Thu Nov 30 07:11:52 2023 +0000
  59.  
  60. feat(LatinTextParser): init types and class
  61.  
  62. commit 4da647c2540bf00fbe367357a6a447bd1256e640
  63. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  64. Date: Thu Nov 30 06:40:29 2023 +0000
  65.  
  66. chore: Bumped version to 2.0.0
  67.  
  68. BREAKING CHANGES: Main parser has been re-written and now has different types & naming
  69.  
  70. commit e58ba808afd37b7afd3cf463f74b79c1af8a73a3
  71. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  72. Date: Thu Nov 30 06:40:29 2023 +0000
  73.  
  74. chore: Bumped version to 2.0.0
  75.  
  76. BREAKING CHANGES: Main parser has been re-written and now has diffrent types & naming
  77.  
  78. commit 33bfbd6bc9d2ae8d0ddca44c4f9f17c267f422d0
  79. Merge: 12910bf 973d63b
  80. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  81. Date: Thu Nov 30 06:36:50 2023 +0000
  82.  
  83. Merge macro_fix with main
  84.  
  85. commit 973d63b9384c6acc42edf4c1b7c851c58e64cfca
  86. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  87. Date: Thu Nov 30 06:34:36 2023 +0000
  88.  
  89. feat(parser): exclude capital letters
  90.  
  91. If the language is latin, exclude words with captial letters
  92.  
  93. commit 60c3dc0e6abce543ce8b355431c5ccb0b6344513
  94. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  95. Date: Wed Nov 29 19:02:52 2023 +0000
  96.  
  97. feat(parser): keep bold text bold
  98.  
  99. commit 64e1a2695b95d0ce6653d6ca033c0bf0ee9391b6
  100. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  101. Date: Wed Nov 29 13:57:12 2023 +0000
  102.  
  103. fix(parser): now using correct word for tts gen
  104.  
  105. commit a7015bfc25450de88120a66d1d971c9216bfd908
  106. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  107. Date: Wed Nov 29 11:28:10 2023 +0000
  108.  
  109. fix(parser): category string cleanup | fix(ipc_events_parser): now working with updated parser
  110.  
  111. commit 12910bf24724bd6fd39ad54ca1283cf9ecd64146
  112. Author: carl beattie <12beattiecastp@gmail.com>
  113. Date: Tue Nov 28 06:33:12 2023 +0000
  114.  
  115. fix(config): encoder now encodes & decodes correctly
  116.  
  117. commit af3f5dcd7cf872afe14fba67c550855df87cbd7d
  118. Author: carl beattie <12beattiecastp@gmail.com>
  119. Date: Tue Nov 28 06:25:30 2023 +0000
  120.  
  121. fix(config): encoding string not being decoded
  122.  
  123. This is a temp fix
  124.  
  125. commit 3d21a0e483247b4e6f074ae5b738879a2c3e6e1a
  126. Author: carl beattie <12beattiecastp@gmail.com>
  127. Date: Tue Nov 28 03:57:39 2023 +0000
  128.  
  129. chore(parser): file handler using lib package.json
  130.  
  131. commit ee5a5f65d882560aea045aa965d3242a69225e67
  132. Author: carl beattie <12beattiecastp@gmail.com>
  133. Date: Tue Nov 28 03:56:04 2023 +0000
  134.  
  135. chore(parser): wording
  136.  
  137. commit 01469d0afe1d391eb6d9430af7956f6c6220cd38
  138. Author: carl beattie <12beattiecastp@gmail.com>
  139. Date: Tue Nov 28 03:54:10 2023 +0000
  140.  
  141. chore(format): formatted parser files
  142.  
  143. commit 3fbc47f14746d6b75b706730ff4c46b430d51524
  144. Author: carl beattie <12beattiecastp@gmail.com>
  145. Date: Tue Nov 28 03:50:23 2023 +0000
  146.  
  147. feat(parser): fetching/ caching now done from within lib
  148.  
  149. BREAKING CHANGE: The wiktionary parser is now a self contained library. It can be used outside this project/electron
  150.  
  151. commit 819742c494efeeb5ded2ab786a37757b6b346853
  152. Author: carl beattie <12beattiecastp@gmail.com>
  153. Date: Tue Nov 28 01:14:45 2023 +0000
  154.  
  155. chore(version): Bumped version to 1.3.0
  156.  
  157. commit 2dfc8c4d84c35dea86347f548878bae107d9f42d
  158. Author: carl beattie <12beattiecastp@gmail.com>
  159. Date: Tue Nov 28 01:04:36 2023 +0000
  160.  
  161. chore(parser): Better naming of exports and functions
  162.  
  163. BREAKING CHANGE: Lots of functioning blocks will stop working until file, class and function names are updated
  164.  
  165. commit 61d08df0e41e2b1cce1276b42deaeb2761d5496a
  166. Author: carl beattie <12beattiecastp@gmail.com>
  167. Date: Mon Nov 27 21:40:21 2023 +0000
  168.  
  169. add: File handler for wiktionary parser | modify: wiktionary parser types refactor
  170.  
  171. commit 42b1ef13a65301bb3bfc987888ae1c67e495305f
  172. Author: carl beattie <12beattiecastp@gmail.com>
  173. Date: Mon Nov 27 19:32:53 2023 +0000
  174.  
  175. Bumped version to 1.2.3
  176.  
  177. commit f4ede8748792c5853054385e23cbfb93f5e2e465
  178. Author: carl beattie <12beattiecastp@gmail.com>
  179. Date: Mon Nov 27 19:26:36 2023 +0000
  180.  
  181. fix: usage notes correctly parsing, even if no list is present
  182.  
  183. commit 58b9d6bbf61fd5582aed25096e89ca252e2aed68
  184. Author: carl beattie <12beattiecastp@gmail.com>
  185. Date: Mon Nov 27 17:10:56 2023 +0000
  186.  
  187. Bumped version to 1.2.2
  188.  
  189. commit 2c9113fc5c383c0bcd9847881e03b05894a2c3d2
  190. Author: carl beattie <12beattiecastp@gmail.com>
  191. Date: Mon Nov 27 17:06:11 2023 +0000
  192.  
  193. fix: Some speech section were absent, even when present on the wiktionary page
  194.  
  195. commit da5cba4bcd753bc9edd61a26940704bbad699098
  196. Author: carl beattie <12beattiecastp@gmail.com>
  197. Date: Mon Nov 27 16:47:26 2023 +0000
  198.  
  199. remove: logging IPC info
  200.  
  201. commit 0fdeb06b8807e78c17b865b35cf06b0592518e48
  202. Author: carl beattie <12beattiecastp@gmail.com>
  203. Date: Mon Nov 27 16:42:06 2023 +0000
  204.  
  205. add: script to zip the squirrel files
  206.  
  207. commit 47f6b9c79e57b9f836aab4427968f19eed0d32ef
  208. Author: carl beattie <12beattiecastp@gmail.com>
  209. Date: Mon Nov 27 16:27:44 2023 +0000
  210.  
  211. Bumped version to 1.2.1
  212.  
  213. commit b4899fe6dcc2bf366cf1da334a0cdba6c9febab5
  214. Author: carl beattie <12beattiecastp@gmail.com>
  215. Date: Mon Nov 27 16:26:09 2023 +0000
  216.  
  217. fix: bug that was preventing multi-term parser to complete
  218.  
  219. commit bf1884acadef9b1f5af963863f4df4dc070e17b2
  220. Author: carl beattie <12beattiecastp@gmail.com>
  221. Date: Mon Nov 27 03:38:40 2023 +0000
  222.  
  223. Merge from parser_fix_v2 Bumped version number to 1.2.0
  224.  
  225. commit e761848a88492caa2485638b8087dc3b97c6c813
  226. Author: carl beattie <12beattiecastp@gmail.com>
  227. Date: Mon Nov 27 03:37:02 2023 +0000
  228.  
  229. fix: multi_term parser | fix: default ver deck being created | cleanups
  230.  
  231. commit c430a28c9c6e62bca7ae36e4a994f68f370836cc
  232. Author: carl beattie <12beattiecastp@gmail.com>
  233. Date: Mon Nov 27 02:51:26 2023 +0000
  234.  
  235. rewrite: main process ipc starting parser
  236.  
  237. commit f364f7f546d6959093b283335cb6a1df327efd7a
  238. Author: Heraclitus6 <151959603+Heraclitus6@users.noreply.github.com>
  239. Date: Sun Nov 26 17:17:03 2023 -0600
  240.  
  241. Update ankiModels.ts
  242.  
  243. commit 092c128da7dad033fe30cb2b39d910cb0b139181
  244. Author: carl beattie <12beattiecastp@gmail.com>
  245. Date: Sat Nov 25 21:26:37 2023 +0000
  246.  
  247. fix: espeak build dir | add: cache clear button
  248.  
  249. commit febbb181a4ebcd9fcb9d21d40c6d7fdeda476162
  250. Author: carl beattie <12beattiecastp@gmail.com>
  251. Date: Fri Nov 24 20:36:11 2023 +0000
  252.  
  253. remove: HTML Bloat
  254.  
  255. commit 45424515907663479dd723e9c93ddacbfcb86b3d
  256. Author: carl beattie <12beattiecastp@gmail.com>
  257. Date: Fri Nov 24 20:12:40 2023 +0000
  258.  
  259. Bumped version number to 1.0.0
  260.  
  261. commit 15a74d5c61223720805cf601ec696016ff9ef82b
  262. Author: carl beattie <12beattiecastp@gmail.com>
  263. Date: Fri Nov 24 18:20:40 2023 +0000
  264.  
  265. fixes: final
  266.  
  267. commit 49c81f22fbfcc967a3144ba48b22cd023bc9c5b5
  268. Author: carl beattie <12beattiecastp@gmail.com>
  269. Date: Fri Nov 24 04:52:52 2023 +0000
  270.  
  271. add: use espeak & openai_tts | fix: multi section parser
  272.  
  273. commit 08157ee21c6de100dc555feb17496f03d67eb099
  274. Author: carl beattie <12beattiecastp@gmail.com>
  275. Date: Fri Nov 24 04:30:03 2023 +0000
  276.  
  277. multiple: fixes, improvment, tweaks, cleanups
  278.  
  279. commit ba0aa86715f700af684396c344f2f801c084f64a
  280. Author: carl beattie <12beattiecastp@gmail.com>
  281. Date: Fri Nov 24 02:39:54 2023 +0000
  282.  
  283. add: anki adding default categories cards
  284.  
  285. commit e3b557a81c15bd8161e6ec20d2ceed6d22973d83
  286. Author: carl beattie <12beattiecastp@gmail.com>
  287. Date: Fri Nov 24 01:23:54 2023 +0000
  288.  
  289. remove: big-json
  290.  
  291. commit 3ea85c09a6e5d4144d377abc7fe2e6aeacc2c07b
  292. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  293. Date: Fri Nov 24 00:58:49 2023 +0000
  294.  
  295. add: main anki class + types + model
  296.  
  297. commit 96c9e8beeaaeecfece0f0cfb1ff226bbc52d767e
  298. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  299. Date: Thu Nov 23 22:24:39 2023 +0000
  300.  
  301. fix: bug that was showing anki connect popup on every page when anki connect temp disabled
  302.  
  303. commit 3a3df491c4c07e33c27ad707b9a634c456cbf000
  304. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  305. Date: Thu Nov 23 22:18:24 2023 +0000
  306.  
  307. add: literature page
  308.  
  309. commit f890fb018a5f621bcfc3f56eeb052b242e63b004
  310. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  311. Date: Thu Nov 23 22:10:01 2023 +0000
  312.  
  313. fix: bug which was perm disabling anki connect if temp disabled in a session
  314.  
  315. commit 2869c89070d200704fc42669568f51762a236598
  316. Author: carl beattie <carlbeattie@carls-MacBook-Pro.local>
  317. Date: Thu Nov 23 21:31:35 2023 +0000
  318.  
  319. modify: moved anki connect to main process
  320.  
  321. commit 8ca01ffbe00c5706c66701ff06076fb88c1ee465
  322. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  323. Date: Thu Nov 23 16:50:41 2023 +0000
  324.  
  325. add: intergrated core parser with frontend
  326.  
  327. commit ca8586d1b406363b71e07a4458b8d077d8a9dd60
  328. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  329. Date: Thu Nov 23 07:45:51 2023 +0000
  330.  
  331. fix: main process was not indexing dict correctly, leading to whole word list being included for every parsed word
  332.  
  333. commit 1f25507c81024ff4f19250893fb1eb3ecbad48af
  334. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  335. Date: Thu Nov 23 07:06:59 2023 +0000
  336.  
  337. add: parser added to main application, memory issue needs fixing & saving JSON needs to be streamed
  338.  
  339. commit 005dd684d54f0bb53c9499c03e3af18b55e32284
  340. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  341. Date: Thu Nov 23 02:36:02 2023 +0000
  342.  
  343. fix: created a interface for correctly handing/saving the categories list
  344.  
  345. commit 04b7cbeb351935a4f13b127c8e30f284b9b36e7e
  346. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  347. Date: Thu Nov 23 02:25:25 2023 +0000
  348.  
  349. add: hacky way to match category names from json with the flags
  350.  
  351. commit fdee9fac0563953599c64be91ce26eb8f0606101
  352. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  353. Date: Thu Nov 23 02:17:47 2023 +0000
  354.  
  355. add: further testing
  356.  
  357. commit ee8ae743836821312e68a2d3f932b29c8d46b282
  358. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  359. Date: Thu Nov 23 02:06:46 2023 +0000
  360.  
  361. add: test for real page | fixed issue with not cloning the $ causing missing content later in the process
  362.  
  363. commit b8d6a92af3716e0bf090badaa6c07316fc8958ae
  364. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  365. Date: Thu Nov 23 00:58:59 2023 +0000
  366.  
  367. fix: prettier formated the HTML, which broke part of the parser. Instead of reverting the HTML, I've adapted the parser
  368.  
  369. commit d40a776d85d88c56e1d8d58348bfae602e2fe718
  370. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  371. Date: Wed Nov 22 23:10:25 2023 +0000
  372.  
  373. fix: parser not using the content returned from fetch | add: category dict
  374.  
  375. commit fa86ccb5a6a15a76d4ca86dee48d1615209f2757
  376. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  377. Date: Wed Nov 22 21:57:24 2023 +0000
  378.  
  379. fix: typings folder was excluded by .gitingore
  380.  
  381. commit 553d7ff9df19345ce2f519d49faf0653bab2cedf
  382. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  383. Date: Wed Nov 22 21:52:35 2023 +0000
  384.  
  385. modify: cleaned up parser class
  386.  
  387. commit 95d87e5683106cafd6a82a9bc40079189d7c622f
  388. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  389. Date: Wed Nov 22 21:17:20 2023 +0000
  390.  
  391. add: tests for parsed content filter
  392.  
  393. commit aff13a059570f7269c09bee5059122482b79c8b7
  394. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  395. Date: Wed Nov 22 21:06:49 2023 +0000
  396.  
  397. add: multi section parser | add: parsed content filter
  398.  
  399. commit a1b3bd46f76e12a434b5e0668cecbaa04cb0a998
  400. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  401. Date: Wed Nov 22 20:26:42 2023 +0000
  402.  
  403. add: flag to require most important part of the page to exist to return result.
  404.  
  405. commit 5bae062d9260212619845731c1733185148b619b
  406. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  407. Date: Tue Nov 21 20:08:00 2023 +0000
  408.  
  409. add: change parser after class init
  410.  
  411. commit 0227407a5e870752649faf36ea3eee405a8c8519
  412. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  413. Date: Tue Nov 21 20:05:03 2023 +0000
  414.  
  415. add: core parser
  416.  
  417. commit 98aec2d9bef8673666a78905c724797d465134c5
  418. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  419. Date: Tue Nov 21 19:29:30 2023 +0000
  420.  
  421. fix: method naming | add: word filtering methods
  422.  
  423. commit 301cd57fa4e124859ad20259d64be7dcb2bbc944
  424. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  425. Date: Tue Nov 21 18:26:38 2023 +0000
  426.  
  427. fix: parser function were taking testing arugments as what they would recieve at run time, now they take what they should and the tests pass the correct values
  428.  
  429. commit 40dcc80d102c7ff327bae2fac24cd1273480931a
  430. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  431. Date: Tue Nov 21 16:29:58 2023 +0000
  432.  
  433. fix: phrase parser was not using updated method
  434.  
  435. commit 8c89a3a3d4a587c89118defddf39d7663ffc0a84
  436. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  437. Date: Tue Nov 21 16:22:03 2023 +0000
  438.  
  439. add: support for parsing usage notes
  440.  
  441. commit 337f867c3de6bc49356c352624a48577cd4c8e9f
  442. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  443. Date: Tue Nov 21 16:15:11 2023 +0000
  444.  
  445. add: pronunciation parser + tests | fix: correct types for parsing section functions
  446.  
  447. commit dd0a5dbcf9935e9e6db6cfa8b60a870eddeaa68a
  448. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  449. Date: Tue Nov 21 15:50:32 2023 +0000
  450.  
  451. add: phrase parser + tests
  452.  
  453. commit 5bab627382cea1b1dc7a4f5d15182cf36b05bbcb
  454. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  455. Date: Tue Nov 21 15:46:37 2023 +0000
  456.  
  457. add: particle parser + tests
  458.  
  459. commit 9fe24e73a56cd8402c2e99eda7115ccc841e248c
  460. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  461. Date: Tue Nov 21 15:41:38 2023 +0000
  462.  
  463. add: interjection parser + tests
  464.  
  465. commit 565f57318a8334f6ca545126cf27595d95c37df3
  466. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  467. Date: Tue Nov 21 15:36:57 2023 +0000
  468.  
  469. fix: determiner switch now setting to correct parser
  470.  
  471. commit 36bb7a78ebc81fc6d14f3c5b746d3b0f70f27ef7
  472. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  473. Date: Tue Nov 21 15:35:39 2023 +0000
  474.  
  475. add: determiner parser + tests
  476.  
  477. commit 5f676cc41ff8304e46d410ee8d847c7d9a73fc4f
  478. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  479. Date: Tue Nov 21 15:18:08 2023 +0000
  480.  
  481. modify: Merged multiple separate functions performing similar tasks into a single, more efficient function.
  482.  
  483. commit ad5807236ee1ed3b5a9304ca74fbbfe2bd738478
  484. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  485. Date: Tue Nov 21 06:10:17 2023 +0000
  486.  
  487. add: conjunction parser + tests
  488.  
  489. commit 94d174dfe9b83daf250434c5917fa3cad00b0cb8
  490. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  491. Date: Tue Nov 21 05:58:54 2023 +0000
  492.  
  493. add: postposition parser + tests
  494.  
  495. commit a3535e5498c591cd5584f5329f4af2e5c7769734
  496. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  497. Date: Tue Nov 21 05:51:08 2023 +0000
  498.  
  499. add: preposition parser + tests
  500.  
  501. commit d2fa11bbe0ef79c6b1e95b17ee469cdb83544829
  502. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  503. Date: Tue Nov 21 05:40:53 2023 +0000
  504.  
  505. add: numeral parser + tests
  506.  
  507. commit 0f68c34ad1a48b84dbcfda1444d876561163108d
  508. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  509. Date: Tue Nov 21 05:32:13 2023 +0000
  510.  
  511. add: pronoun parser + tests
  512.  
  513. commit d67c5cdd4ed9b6a06ef30e8dcd840e4b45ba4ce1
  514. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  515. Date: Tue Nov 21 05:24:41 2023 +0000
  516.  
  517. add: adverb parser + tests
  518.  
  519. commit 64f208aa163dbbcd1eacaaf9a61d7e3fc8566424
  520. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  521. Date: Tue Nov 21 05:17:31 2023 +0000
  522.  
  523. add: adjective parser + tests
  524.  
  525. commit d3b8a087884117ab3a0a7e8076cf57d61de55b2b
  526. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  527. Date: Tue Nov 21 05:03:33 2023 +0000
  528.  
  529. add: verb parser + tests
  530.  
  531. commit d837c98f267ea55a5004514a7ec7eeffc60bdf62
  532. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  533. Date: Tue Nov 21 04:44:04 2023 +0000
  534.  
  535. fix: changed HTML test file to be more of a more complicated type
  536.  
  537. commit 6c8c1b6c3ca20f4faa0b75a53a4ac1145e08295c
  538. Author: carlbeattie2000 <12beattiecastp@gmail.com>
  539. Date: Tue Nov 21 04:13:22 2023 +0000
  540.  
  541. add: noun section parser complete + tests
  542.  
  543. commit 5fc643cd5cbecdeecbf8f7b33ea7eefd0180f92e
  544. Author: carl beattie <12beattiecastp@gmail.com>
  545. Date: Tue Nov 21 01:06:05 2023 +0000
  546.  
  547. add: test coverage for category section extraction + minior extract functions rewrite
  548.  
  549. commit 74de16e6948955a45348c28ab8d2384bcbf97a5f
  550. Author: carl beattie <12beattiecastp@gmail.com>
  551. Date: Mon Nov 20 22:04:29 2023 +0000
  552.  
  553. add: abstract category parsing & add test
  554.  
  555. commit 6ed7c00f58a069885aa55603cd5f2b617c188575
  556. Author: carl beattie <12beattiecastp@gmail.com>
  557. Date: Mon Nov 20 19:57:01 2023 +0000
  558.  
  559. fix: test html content had wrong div open/close
  560.  
  561. commit bb0db5f8d6c3a35324e32826afab9b63d35e06ab
  562. Author: carl beattie <12beattiecastp@gmail.com>
  563. Date: Mon Nov 20 19:51:19 2023 +0000
  564.  
  565. test: node v18 with github actions
  566.  
  567. commit 7cda4c9f8dd40dce323e31a09d119064c3e77495
  568. Author: carl beattie <12beattiecastp@gmail.com>
  569. Date: Mon Nov 20 19:39:34 2023 +0000
  570.  
  571. fix: reduce test html size further
  572.  
  573. commit bbee1f3ea2acecc1d797e842734b3560ae5e8d67
  574. Author: carl beattie <12beattiecastp@gmail.com>
  575. Date: Mon Nov 20 19:36:06 2023 +0000
  576.  
  577. fix: test html file size | test script
  578.  
  579. commit 40f26e8adf8b144f7a2ba0f53a4fece184430672
  580. Author: carl beattie <12beattiecastp@gmail.com>
  581. Date: Mon Nov 20 19:16:46 2023 +0000
  582.  
  583. add: jest for testing | fix: category list was not being created if no ignore flags were set
  584.  
  585. commit ef578cee1e012ece771e0c0317f78cd3b4263435
  586. Author: carl beattie <12beattiecastp@gmail.com>
  587. Date: Mon Nov 20 18:19:01 2023 +0000
  588.  
  589. remove: testing framework, it did not want to work with the project config | modify: lib types change to .ts from .d.ts
  590.  
  591. commit 7eb2b0ce306b52eb8347588a1b45a72e883442d2
  592. Author: carl beattie <12beattiecastp@gmail.com>
  593. Date: Mon Nov 20 01:04:46 2023 +0000
  594.  
  595. fix: removed publish from github workflow
  596.  
  597. commit 672d41512b5cc15e3feee8d9a3dff5d40be8e308
  598. Author: carl beattie <12beattiecastp@gmail.com>
  599. Date: Sun Nov 19 21:10:09 2023 +0000
  600.  
  601. revert: Github
  602. workflow -> ubuntu
  603.  
  604. commit bdce7c05090b3fe80b32557b604f3e772295a21f
  605. Author: carl beattie <12beattiecastp@gmail.com>
  606. Date: Sun Nov 19 21:03:59 2023 +0000
  607.  
  608. modify: moved to windows-2019
  609.  
  610. commit 20e1fb2bdbfa5234c0e135fc2d37afa2f71eca59
  611. Author: carl beattie <12beattiecastp@gmail.com>
  612. Date: Sun Nov 19 21:00:14 2023 +0000
  613.  
  614. fix: dropped down to windows 2016 for github workdflow
  615.  
  616. commit a12826b088874e334d57ec93736ba0531c902920
  617. Author: carl beattie <12beattiecastp@gmail.com>
  618. Date: Sun Nov 19 20:50:41 2023 +0000
  619.  
  620. fix: Github workflow rewrite
  621.  
  622. commit 8ded8527ee3adce0d07a420a0e4b7a03a66eb7bb
  623. Author: carl beattie <12beattiecastp@gmail.com>
  624. Date: Sun Nov 19 20:33:35 2023 +0000
  625.  
  626. add: working-directory for github workflow
  627.  
  628. commit a74099729f7c21312baa807b40f24f0807d795cd
  629. Author: carl beattie <12beattiecastp@gmail.com>
  630. Date: Sun Nov 19 20:32:44 2023 +0000
  631.  
  632. fix: workflow
  633.  
  634. commit a98ee616c3f7a50ed8704670ff3f90c060366157
  635. Author: carl beattie <12beattiecastp@gmail.com>
  636. Date: Sun Nov 19 20:20:35 2023 +0000
  637.  
  638. remove: invalid github workflow
  639.  
  640. commit faca7a7fec08fd8fc20e44152f9dfc85827ea4de
  641. Author: carl beattie <12beattiecastp@gmail.com>
  642. Date: Sun Nov 19 20:19:14 2023 +0000
  643.  
  644. fix: package.json version check
  645.  
  646. commit e70cf3a0dca74a56ff100cfa137ca48f5a79eb14
  647. Author: carl beattie <12beattiecastp@gmail.com>
  648. Date: Sun Nov 19 20:08:26 2023 +0000
  649.  
  650. fix: re-added -
  651.  
  652. commit 509fe151b49182020d6028db573a7deb4497044b
  653. Author: carl beattie <12beattiecastp@gmail.com>
  654. Date: Sun Nov 19 20:06:50 2023 +0000
  655.  
  656. modify: changed github workflow to use windows
  657.  
  658. commit b5cbb1451e79971e8668a1e7fe7bfce51ec8f5e8
  659. Author: carl beattie <12beattiecastp@gmail.com>
  660. Date: Sun Nov 19 19:54:26 2023 +0000
  661.  
  662. fix: changed .d.ts file to just .ts and changed code so that it reflect the change
  663.  
  664. commit bf292e4fb3380117efa8f7d17007232b9496714c
  665. Author: carl beattie <12beattiecastp@gmail.com>
  666. Date: Sun Nov 19 19:11:04 2023 +0000
  667.  
  668. fix: errors preventing github publish
  669.  
  670. commit 0441e568814b84ed6857863c91338ef1909f8962
  671. Author: carl beattie <12beattiecastp@gmail.com>
  672. Date: Sun Nov 19 17:18:31 2023 +0000
  673.  
  674. fix: github-publish package was missing
  675.  
  676. commit 36337cf32a1700c43f9ddc8da9771f9bc8add4a4
  677. Author: carl beattie <12beattiecastp@gmail.com>
  678. Date: Sun Nov 19 17:12:33 2023 +0000
  679.  
  680. fix: yarn script name overlap with yarn command
  681.  
  682. commit 8f453dbfd187c1f6040c37daaf9f2c71f6a21d0e
  683. Author: carl beattie <12beattiecastp@gmail.com>
  684. Date: Sun Nov 19 17:10:14 2023 +0000
  685.  
  686. add: github token for publishing
  687.  
  688. commit 509e2eb05c8b8554f178afc923b2aa62ebe7339b
  689. Author: carl beattie <12beattiecastp@gmail.com>
  690. Date: Sun Nov 19 17:06:29 2023 +0000
  691.  
  692. fix: node version
  693.  
  694. commit eaef5ffa4c62785acf37d6302af61601d61f0e76
  695. Author: carl beattie <12beattiecastp@gmail.com>
  696. Date: Sun Nov 19 17:04:15 2023 +0000
  697.  
  698. fix: checkout code before checking for version
  699.  
  700. commit 200d3cb27a0581cae8a3d2ce34186b0c5a260332
  701. Author: carl beattie <12beattiecastp@gmail.com>
  702. Date: Sun Nov 19 16:57:11 2023 +0000
  703.  
  704. fix: search for version change every commit
  705.  
  706. commit e3d34385cdea60ac309e149f4a5da3b5db05f11c
  707. Author: carl beattie <12beattiecastp@gmail.com>
  708. Date: Sun Nov 19 16:54:23 2023 +0000
  709.  
  710. add: repo token to workflow
  711.  
  712. commit 3659733c26f5a2960fedea26bc132e5b8a954560
  713. Author: carl beattie <12beattiecastp@gmail.com>
  714. Date: Sun Nov 19 16:51:41 2023 +0000
  715.  
  716. add: tests | publish config
  717.  
  718. commit 7fae234dc55bfa181aee70b764b39f72cc27a382
  719. Author: Carl Beattie <12beattiecastp@gmail.com>
  720. Date: Sun Nov 19 16:50:56 2023 +0000
  721.  
  722. add: github workflow
  723.  
  724. commit 1b3c483cdd4149585dda5e5083774e9a87acbe3c
  725. Author: carl beattie <12beattiecastp@gmail.com>
  726. Date: Sun Nov 19 15:44:17 2023 +0000
  727.  
  728. fix: searching for speech section is now case-insenstive
  729.  
  730. commit 0b442680ffdd4eaa29555cb9f4a787ae5eb0bf5b
  731. Author: carl beattie <12beattiecastp@gmail.com>
  732. Date: Sun Nov 19 07:47:51 2023 +0000
  733.  
  734. add: parsing lib language sections and lists
  735.  
  736. commit 6086c37086fdf125f6f181fb1b2379f2b9263330
  737. Author: carl beattie <12beattiecastp@gmail.com>
  738. Date: Sun Nov 19 03:56:58 2023 +0000
  739.  
  740. modify: shrink down html file size for cache
  741.  
  742. commit 16cc7ed900a877ca26110c4705298e1447bb5097
  743. Author: carl beattie <12beattiecastp@gmail.com>
  744. Date: Sun Nov 19 03:49:02 2023 +0000
  745.  
  746. fix: lemma word page was not using fetch with cache
  747.  
  748. commit 46e75ce6fd5eaa04721b45a3063791774b58add3
  749. Author: carl beattie <12beattiecastp@gmail.com>
  750. Date: Sun Nov 19 03:38:06 2023 +0000
  751.  
  752. fix: now to including excluded categories
  753.  
  754. commit 7a8ecc0be683e7b74219fba10f5ff6bf8243da23
  755. Author: carl beattie <12beattiecastp@gmail.com>
  756. Date: Sun Nov 19 03:15:22 2023 +0000
  757.  
  758. add: wiktionary parser event emitter | fix: checking if cached config is not null before checking cache date
  759.  
  760. commit b7d13e6e05cdc6ac4b176d524f53b8d41a3a0a80
  761. Author: carl beattie <12beattiecastp@gmail.com>
  762. Date: Sun Nov 19 02:35:22 2023 +0000
  763.  
  764. fix: removed large test html document | removed old parser functions and usage | moved handling of start parsing event to file | sending espeak boolean along with language to main process
  765.  
  766. commit 4d2756dab03ef09feb446ba51bd9180de091d31f
  767. Author: carl beattie <12beattiecastp@gmail.com>
  768. Date: Sun Nov 19 02:17:58 2023 +0000
  769.  
  770. modify: changed parsing update message queue to remove a item when full instead of doing all the extra work removing items after a certain period of time has elapsed
  771.  
  772. commit bb0300d72a697a765f1ba70d330e3f4750598620
  773. Author: carl beattie <12beattiecastp@gmail.com>
  774. Date: Sun Nov 19 02:05:02 2023 +0000
  775.  
  776. add: component for displaying parsing update messages
  777.  
  778. commit f7dbff8eb7ca10a107a5ec5a9d153ebe4df07396
  779. Author: carl beattie <12beattiecastp@gmail.com>
  780. Date: Sun Nov 19 00:57:05 2023 +0000
  781.  
  782. cleanup: node modules / code style
  783.  
  784. commit 30927a0b55012aa77a870a49bc71f832bf17c0fc
  785. Author: carl beattie <12beattiecastp@gmail.com>
  786. Date: Sun Nov 19 00:54:22 2023 +0000
  787.  
  788. modify: adding to main electron app, removing isolated testing
  789.  
  790. commit 5ad91f5eb256e148d41ebc1ca2fa98f6a1218772
  791. Author: carl beattie <12beattiecastp@gmail.com>
  792. Date: Sun Nov 19 00:14:38 2023 +0000
  793.  
  794. add: get word lists by category: part-2: lib component functional and working correctly
  795.  
  796. commit 867276f743a4dda3a20cfa05915b80dff5f5e75d
  797. Author: carl beattie <12beattiecastp@gmail.com>
  798. Date: Sat Nov 18 23:07:09 2023 +0000
  799.  
  800. add: get word lists by category: part-1
  801.  
  802. commit baeebae3549029f8b87b364a8a302df12c0ebaee
  803. Author: carl beattie <12beattiecastp@gmail.com>
  804. Date: Sat Nov 18 21:40:59 2023 +0000
  805.  
  806. add: config/script to allow parsing lib testing without running main electron app
  807.  
  808. commit 5104669fe5c783d8a535398aa43b15dcbc2a52f0
  809. Author: carl beattie <12beattiecastp@gmail.com>
  810. Date: Sat Nov 18 20:41:55 2023 +0000
  811.  
  812. modify: moving wiktionary parser into lib
  813.  
  814. commit 428d6efd4e26c7f17468facbd5775acfa6c1d5b1
  815. Author: carl beattie <12beattiecastp@gmail.com>
  816. Date: Sat Nov 18 20:35:56 2023 +0000
  817.  
  818. remove: accidental duplicated item
  819.  
  820. commit 7e2bb39ca32c99615c765ddd4a04a72eeaa7d4d9
  821. Author: carl beattie <12beattiecastp@gmail.com>
  822. Date: Sat Nov 18 05:11:36 2023 +0000
  823.  
  824. fix: parser function naming
  825.  
  826. commit 928a6b331d5fcedd84f2fc48ca612753d2305142
  827. Author: carl beattie <12beattiecastp@gmail.com>
  828. Date: Sat Nov 18 05:00:14 2023 +0000
  829.  
  830. add: Wiktionary parser lib
  831.  
  832. commit 8d72bb78ce00895db332321ff18792edc0e487ea
  833. Author: carl beattie <12beattiecastp@gmail.com>
  834. Date: Sat Nov 18 04:35:39 2023 +0000
  835.  
  836. add: python external for fetching pages
  837.  
  838. commit 6ad8f4603d097e56ccf0d6e8fce8b4a37eeaa102
  839. Author: carl beattie <12beattiecastp@gmail.com>
  840. Date: Fri Nov 17 13:27:08 2023 +0000
  841.  
  842. fix: Typescript now in strict mode
  843.  
  844. commit 8bc8e4d63702a6dd27fca06ece9d4a41ca3e0552
  845. Author: carl beattie <12beattiecastp@gmail.com>
  846. Date: Fri Nov 17 12:02:50 2023 +0000
  847.  
  848. add: unhandled/caught error handling
  849.  
  850. commit 5b7411303c48000a3021d7f27b67ec0968bdb719
  851. Merge: 014329e 12b3b3b
  852. Author: carl beattie <12beattiecastp@gmail.com>
  853. Date: Thu Nov 16 20:28:53 2023 +0000
  854.  
  855. Merge branch 'main' of https://github.com/carlbeattie2000/Lemnky
  856.  
  857. commit 014329e13e97b46ebe8b8baf20dbdcb156746d01
  858. Author: carl beattie <12beattiecastp@gmail.com>
  859. Date: Thu Nov 16 20:28:38 2023 +0000
  860.  
  861. fix: functions that should be async are now correctly async
  862.  
  863. commit 12b3b3bd768a4e24f63c1e7d0ba7238aecc9b750
  864. Author: Carl Beattie <12beattiecastp@gmail.com>
  865. Date: Thu Nov 16 00:39:14 2023 +0000
  866.  
  867. modify: file rename
  868.  
  869. commit ad16078ad0c285eb36b4077b871fdc9f027876d7
  870. Author: carl beattie <12beattiecastp@gmail.com>
  871. Date: Thu Nov 16 00:38:15 2023 +0000
  872.  
  873. fix: renderer documentation was not included
  874.  
  875. commit edec9dcd96f2669e39e1907ff5c3eb543197b5b5
  876. Author: carl beattie <12beattiecastp@gmail.com>
  877. Date: Thu Nov 16 00:34:02 2023 +0000
  878.  
  879. add: documentation for main process and renderer
  880.  
  881. commit e42b1af0e2bbb05226d8f66b12ac7b0a6b0de4dd
  882. Author: Carl Beattie <12beattiecastp@gmail.com>
  883. Date: Thu Nov 16 00:25:26 2023 +0000
  884.  
  885. add: overview of the project documentation
  886.  
  887. commit e0a649586737a2cccbfde95c5924dfc6275a831e
  888. Author: Carl Beattie <12beattiecastp@gmail.com>
  889. Date: Thu Nov 16 00:18:46 2023 +0000
  890.  
  891. add: documentation for building the application.
  892.  
  893. commit 92bcb1f9fd8d7a0682dc63fed50156a90079c67e
  894. Author: Carl Beattie <12beattiecastp@gmail.com>
  895. Date: Thu Nov 16 00:03:04 2023 +0000
  896.  
  897. fix: fix formatting list error
  898.  
  899. commit ef227d0759d1a32e34ce3e1d9b8cf0a715b6a87c
  900. Author: Carl Beattie <12beattiecastp@gmail.com>
  901. Date: Thu Nov 16 00:02:13 2023 +0000
  902.  
  903. modify: todo formatting
  904.  
  905. commit 51766b29772d98ca7f01087c4192393d21ca99d3
  906. Author: carl beattie <12beattiecastp@gmail.com>
  907. Date: Wed Nov 15 23:59:34 2023 +0000
  908.  
  909. add: documentation folder
  910.  
  911. commit 8645791327c4db684b38659371e16ca84de8d7f2
  912. Author: carl beattie <12beattiecastp@gmail.com>
  913. Date: Wed Nov 15 23:57:56 2023 +0000
  914.  
  915. add: Parsing and scraping basic functionality
  916.  
  917. commit 17bd5960e2361276a2652922884944b08ff57e98
  918. Author: carl beattie <12beattiecastp@gmail.com>
  919. Date: Wed Nov 15 02:52:43 2023 +0000
  920.  
  921. add: refresh page state when parsing done, using a questionable method
  922.  
  923. commit 3b39e2a8904ae6bbf0a1786ebee33c2fa05666de
  924. Author: carl beattie <12beattiecastp@gmail.com>
  925. Date: Wed Nov 15 02:42:23 2023 +0000
  926.  
  927. modify: changed getting language lemmas functions to a class, added loading information to UI for parsing lemmas
  928.  
  929. commit fd138b00013734433dedcafa50dca3bcb5d9aa33
  930. Author: carl beattie <12beattiecastp@gmail.com>
  931. Date: Wed Nov 15 01:36:26 2023 +0000
  932.  
  933. add: getting the lemma word list pages
  934.  
  935. commit c59c2a4622ed39826abf0f42040ce933461da546
  936. Author: carl beattie <12beattiecastp@gmail.com>
  937. Date: Wed Nov 15 00:50:36 2023 +0000
  938.  
  939. add: lib for parsing HTML files
  940.  
  941. commit 6171ec59853211303338ae69e006f923432023d9
  942. Author: carl beattie <12beattiecastp@gmail.com>
  943. Date: Wed Nov 15 00:48:20 2023 +0000
  944.  
  945. fix: get and cache pages, get main page based on language selected by user, foundation for lemma scraping
  946.  
  947. commit 890c21251516d6d1b779eed7ee49a099f42fb72f
  948. Author: carl beattie <12beattiecastp@gmail.com>
  949. Date: Wed Nov 15 00:22:33 2023 +0000
  950.  
  951. fix: attempting to call anki connect is only started when the config has been loaded, not before like it was
  952.  
  953. commit 1484b99dbc85453f4bc0353875abc95406c39d70
  954. Author: carl beattie <12beattiecastp@gmail.com>
  955. Date: Wed Nov 15 00:07:22 2023 +0000
  956.  
  957. fix: config loaded into input values when opening config popup for edits
  958.  
  959. commit e1a44c95b7b033451d6a4a8688c8dfc6d99bbc9e
  960. Author: carl beattie <12beattiecastp@gmail.com>
  961. Date: Tue Nov 14 19:56:03 2023 +0000
  962.  
  963. modify: page for open ai tts testing, toggle for espeak, edit config button, changed languages struct
  964.  
  965. commit e09ef557fb2fc645f9997d787066805fa68c2819
  966. Author: carl beattie <12beattiecastp@gmail.com>
  967. Date: Tue Nov 14 17:46:21 2023 +0000
  968.  
  969. add: espeak binaries + class to handle creating TTS using espeak
  970.  
  971. commit fbe3afa362bd3301eb677970deb42addda6b994f
  972. Author: carl beattie <12beattiecastp@gmail.com>
  973. Date: Fri Nov 10 22:35:00 2023 +0000
  974.  
  975. add: Open AI TTS Testing function & component
  976.  
  977. commit 3bb34fba9d4e68b05dea41702209f700d4e40e08
  978. Author: carl beattie <12beattiecastp@gmail.com>
  979. Date: Fri Nov 10 15:43:10 2023 +0000
  980.  
  981. add: Open AI as TTS method
  982.  
  983. commit 70a8db8f0864be14801d479a0959c772d95b44f4
  984. Author: carl beattie <12beattiecastp@gmail.com>
  985. Date: Thu Nov 9 05:15:59 2023 +0000
  986.  
  987. modify: html cache and config loading now using json file loading helper functions
  988.  
  989. commit c59ba2d1b6ed7221b6a98bbcd675c5146b175bbd
  990. Author: carl beattie <12beattiecastp@gmail.com>
  991. Date: Thu Nov 9 05:00:32 2023 +0000
  992.  
  993. add: helper for saving/reading json files
  994.  
  995. commit c313060e6b7301fd50e89a515a184ee69fee51f1
  996. Author: carl beattie <12beattiecastp@gmail.com>
  997. Date: Thu Nov 9 03:35:19 2023 +0000
  998.  
  999. add: caching html files
  1000.  
  1001. commit ab8396c27b583b479e47a3f6291d8c333f075ed7
  1002. Author: carl beattie <12beattiecastp@gmail.com>
  1003. Date: Thu Nov 9 02:29:58 2023 +0000
  1004.  
  1005. modify: toggle anki connect uri input field based on use anki connect checkbox
  1006.  
  1007. commit 88632b663d5dbc00ef6e347013884eaa870583db
  1008. Author: carl beattie <12beattiecastp@gmail.com>
  1009. Date: Thu Nov 9 02:01:14 2023 +0000
  1010.  
  1011. add: config option to change anki connect uri
  1012.  
  1013. commit 28be7f730bb2a243965f992f0cbe95315808eb6f
  1014. Author: carl beattie <12beattiecastp@gmail.com>
  1015. Date: Thu Nov 9 01:51:37 2023 +0000
  1016.  
  1017. modify: project config
  1018.  
  1019. commit 5f6fd630191b9c49585b5dc772be6e78c3eca17f
  1020. Author: carl beattie <12beattiecastp@gmail.com>
  1021. Date: Thu Nov 9 00:58:08 2023 +0000
  1022.  
  1023. modify: now using IPC main helper
  1024.  
  1025. commit eec2d5b04271052ea09d063f81bc9c87a0321b12
  1026. Author: carl beattie <12beattiecastp@gmail.com>
  1027. Date: Thu Nov 9 00:40:59 2023 +0000
  1028.  
  1029. add: logging & modify: IPC main helper
  1030.  
  1031. commit f29eeae02d447ef4c5167a4a77d4ef8e51c2c078
  1032. Author: carl beattie <12beattiecastp@gmail.com>
  1033. Date: Thu Nov 9 00:05:03 2023 +0000
  1034.  
  1035. fix: correct for saving config
  1036.  
  1037. commit 3ce3ae0f8422d83d53452e51730e403fead1c706
  1038. Author: carl beattie <12beattiecastp@gmail.com>
  1039. Date: Wed Nov 8 22:03:53 2023 +0000
  1040.  
  1041. fix: IPC channel misnammed & modify: config options
  1042.  
  1043. commit 987c115bf77c4bad841bbaa967d3969399f3f77b
  1044. Author: carl beattie <12beattiecastp@gmail.com>
  1045. Date: Wed Nov 8 17:45:35 2023 +0000
  1046.  
  1047. add: select language & demo timeout
  1048.  
  1049. commit b17099dedcf920deaee901412505ccbc0afbf99d
  1050. Author: carl beattie <12beattiecastp@gmail.com>
  1051. Date: Wed Nov 8 15:49:34 2023 +0000
  1052.  
  1053. add: UI kit
  1054.  
  1055. commit b5b4706d346f6f01a48efaa5901ddc92b72bb587
  1056. Author: carl beattie <12beattiecastp@gmail.com>
  1057. Date: Tue Nov 7 19:09:44 2023 +0000
  1058.  
  1059. modify: gitignore
  1060.  
  1061. commit b1984681d662055f4e8df26aecc7003b04eb3f50
  1062. Author: carl beattie <12beattiecastp@gmail.com>
  1063. Date: Tue Nov 7 18:59:15 2023 +0000
  1064.  
  1065. modify: config popup
  1066.  
  1067. commit 718082b557e3060826075a01d77826af112a7d16
  1068. Author: carl beattie <12beattiecastp@gmail.com>
  1069. Date: Tue Nov 7 18:55:11 2023 +0000
  1070.  
  1071. modify: project & product name
  1072.  
  1073. commit 6422af98720f3353040b52c6f5780fb1caa54418
  1074. Author: carl beattie <12beattiecastp@gmail.com>
  1075. Date: Tue Nov 7 18:50:48 2023 +0000
  1076.  
  1077. modify: config popup styles
  1078.  
  1079. commit e86cc62eb54ac0da6b9858ca0427fc6af315453f
  1080. Author: carl beattie <12beattiecastp@gmail.com>
  1081. Date: Tue Nov 7 18:47:05 2023 +0000
  1082.  
  1083. modify: css reset styles
  1084.  
  1085. commit 847d79e02846b9cfc60e50d340a0864cd41f624c
  1086. Author: carl beattie <12beattiecastp@gmail.com>
  1087. Date: Tue Nov 7 18:17:46 2023 +0000
  1088.  
  1089. add: eslint path resolver ts plugin
  1090.  
  1091. commit 6afd20c68b2520f1b0e451afe97c0a851fc3fb78
  1092. Author: carl beattie <12beattiecastp@gmail.com>
  1093. Date: Tue Nov 7 18:16:29 2023 +0000
  1094.  
  1095. add: sass loader & css reset
  1096.  
  1097. commit 22d3f4ae342c018112debf2badd046080d9d1871
  1098. Author: carl beattie <12beattiecastp@gmail.com>
  1099. Date: Tue Nov 7 17:40:36 2023 +0000
  1100.  
  1101. add: ipc bridge & app config
  1102.  
  1103. commit 4ecd3e4ef3d14a772542a2edc7c40ee1893da6ec
  1104. Author: carl beattie <12beattiecastp@gmail.com>
  1105. Date: Tue Nov 7 16:03:05 2023 +0000
  1106.  
  1107. add: react and react router
  1108.  
  1109. commit 17baa48ecc68cb20c1865ec4d74b754a4d884196
  1110. Author: carl beattie <12beattiecastp@gmail.com>
  1111. Date: Tue Nov 7 15:44:50 2023 +0000
  1112.  
  1113. modify: rearranged project structure
  1114.  
  1115. commit b991f211139b6a48e5f9f9200c54f21b3fce3db8
  1116. Author: carl beattie <12beattiecastp@gmail.com>
  1117. Date: Tue Nov 7 15:36:09 2023 +0000
  1118.  
  1119. modify: set project name and description
  1120.  
  1121. commit d355f276e8033f2e6fe57cdef38c9bdd66aaff37
  1122. Author: carl beattie <12beattiecastp@gmail.com>
  1123. Date: Tue Nov 7 05:08:39 2023 +0000
  1124.  
  1125. add: auto-unpack-natives
  1126.  
  1127. commit 17c43c817cab10813643e7daab3205d7c3edb074
  1128. Author: carl beattie <12beattiecastp@gmail.com>
  1129. Date: Tue Nov 7 05:06:59 2023 +0000
  1130.  
  1131. add: project init
  1132.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement