Releases: sillsdev/languageforge-lexbox
Releases · sillsdev/languageforge-lexbox
v2025-02-28-f90b45a4
Full Changelog: v2025-02-21-f5938524...v2025-02-28-f90b45a4
v2025-02-21-f5938524
- fixes a bug preventing you from downloading a project from lexbox if it had spaces in the name
Full Changelog: v2025-02-21-e1ea581d...v2025-02-21-f5938524
v2025-02-21-e1ea581d
What's Changed
- Refresh related entries on changes by @rmunn in #1377
- Fix ask to join by @myieye in #1471
- Viewer fixes by @myieye in #1472
- add a Try Fw Lite button to project pages by @hahn-kev in #1375
- Stop using the "FLEx" abbreviation in the UI by @myieye in #1473
- Use Svelte 5 without migration by @rmunn in #1283
- Fw lite use prod server by @hahn-kev in #1474
- Fw headless otel by @hahn-kev in #1476
- Fix error creating example project by @hahn-kev in #1479
Note: installers were removed due to a bug, use the next version
Full Changelog: v2025-02-14-00d37fdd...v2025-02-21-e1ea581d
v2025-02-14-00d37fdd
What's Changed
- Ensure guest users cannot be org admins by @rmunn in #1453
- Bump pgAdmin version to 8.14 by @rmunn in #1452
- Add basic feature flags by @rmunn in #1428
- Allow devs to delete and name projects by @myieye in #1434
- Update fw-lite.yaml by @myieye in #1460
- create FW Lite view by @hahn-kev in #1447
- multi-window-support by @hahn-kev in #1455
- Improve event bus by @hahn-kev in #1456
- configure some chaos testing by @hahn-kev in #1448
- update harmony and fix race condition by @hahn-kev in #1461
- Feat/1246 allow reordering complex form components by @myieye in #1385
- never let User.FeatureFlags contain null by @hahn-kev in #1463
- Sort complex forms alphabetically by @myieye in #1389
- Typeahead allows selecting with keyboard by @rmunn in #1462
- Bump PNPM to 9.15.5 by @rmunn in #1440
- Improve API to query sync status by @rmunn in #1454
- Disable hg bundle2 compression by @myieye in #1465
Full Changelog: v2025-02-04-9baf11c7...v2025-02-14-00d37fdd
v2025-02-04-9baf11c7
What's Changed
- fix notification overflow by @hahn-kev in #1432
- Add tests for requesting to join project by @rmunn in #1410
- Improve error logging by @hahn-kev in #1436
- simplify create new entry dialog by @hahn-kev in #1438
- Reproduce duplicate pos by @myieye in #1439
- Show loading server status by @hahn-kev in #1442
- set the sync date on commits to show in the activity view by @hahn-kev in #1443
- UI field and editor improvements by @myieye in #1445
Full Changelog: v2025-01-30-4d6c6d91...v2025-02-04-9baf11c7
v2025-01-30-4d6c6d91
v2025-01-29-8089159b
What's Changed
- Project page now shows "Ask to join project" button for org members by @rmunn in #1390
- Get FW projects dir from registry on Windows by @rmunn in #1399
- Add "Register with Google" button to /register page by @rmunn in #1403
- change FwLitePlatform to edition by @hahn-kev in #1402
- Mobile fixups by @myieye in #1398
- sync on project open by @hahn-kev in #1416
- fix json deserialize errors by @hahn-kev in #1420
- Load 100 activity items instead of only 20 by @myieye in #1421
- add a dev only writing system editor by @hahn-kev in #1415
- Apply some user feedback and other small improvements by @myieye in #1423
- Fix POS server validation triggers when POS is changed by @myieye in #1424
- create troubleshooting dialog by @hahn-kev in #1422
- Import and validation fixups by @myieye in #1407
Full Changelog: v2025-01-23-9cdd4d81...v2025-01-29-8089159b
v2025-01-23-9cdd4d81
What's Changed
- Catch and ignore expected exceptions by @myieye in #1386
- New API for downloading LDML files from projects that allow sharing WS data by @rmunn in #1309
- Allow org admins to create guest users by @rmunn in #1373
- track author in commit metadata by @hahn-kev in #1392
- Chore/fix android release zip by @hahn-kev in #1395
- Use project-loader component to prevent delayed project loading state by @myieye in #1394
- apply more user feedback by @hahn-kev in #1397
- fix logout issue by @hahn-kev in #1400
- Make headword and other utils writing-system aware by @myieye in #1393
- prevent reference cycles in complex forms by @hahn-kev in #1401
- setup android signing with the upload key by @hahn-kev in #1406
- Create new service scope each time a project is opened by @myieye in #1405
Full Changelog: v2025-01-17-a62c709c...v2025-01-23-9cdd4d81
v2025-01-17-a62c709c
What's Changed
- Split developer docs into per-OS files by @rmunn in #1305
- Make Sense.PartOfSpeech an object instead of a string by @rmunn in #1350
- Autofocus lexeme form when new entry dialog opens by @rmunn in #1368
- Add missing entry change notifications by @myieye in #1380
- apply feedback from user testing by @hahn-kev in #1384
- Fix up icons and splash screen by @myieye in #1387
- Make dialog close button usable even when loading by @rmunn in #1388
Full Changelog: v2025-01-15-68e81195...v2025-01-17-a62c709c
v2025-01-15-68e81195
What's Changed
- fix auto updating package in use by @hahn-kev in #1317
- Make SyncFixture users use seperate directories and clean them up by @myieye in #1311
- Feat/1246 Allow reordering senses by @myieye in #1308
- Try to fix Playwright by @myieye in #1323
- remove UsersICanSeeQueryTests by @hahn-kev in #1322
- Make sync API consistent: always (before, after) by @rmunn in #1303
- Mark more tests as integration, beacuse they use Postgres by @myieye in #1312
- Blazor Hybrid android by @hahn-kev in #1320
- confirm deleting fwlite entries by @hahn-kev in #1337
- fix login fwlite web by @hahn-kev in #1338
- Mobile fixups by @myieye in #1346
- Make Node GC kick in before available RAM runs out by @rmunn in #1343
- improve fw lite dx by using vite dev by @hahn-kev in #1345
- enable linting on github actions by @hahn-kev in #1352
- Viewer mobile improvements by @myieye in #1348
- New home fw lite for mobile by @hahn-kev in #1351
- Blazor cleanup by @hahn-kev in #1358
- Validate MiniLcm types by @rmunn in #1344
- display notifications for updates by @hahn-kev in #1360
- Fix random failure on msbuild --getProperty:OutputPath by @rmunn in #1365
- Store canonical GUIDs in fast-to-load format by @rmunn in #1364
- Make new entries appear in navigation list by @rmunn in #1367
- Allow reordering example sentences by @myieye in #1359
- introduce configuration to define fw lite platform releases and how release assets are matched per platform, add a platform as a parameter to the http api by @hahn-kev in #1371
- make activity changes textbox readonly by @hahn-kev in #1370
- Add close buttons to history & activity views by @rmunn in #1376
- Fix up order stuff by @myieye in #1362
- use EF Migrations in FwLite by @hahn-kev in #1378
Full Changelog: v2024-12-11-45257719...v2025-01-15-68e81195