Skip to content

Releases: lsteinmann/milQuant-dist

2.0.1

23 Mar 09:42
Compare
Choose a tag to compare

milQuant-dist 2.0.0 2024-03-23

  • Split the Electron-App further from milQuant-R-Package: milQuant (the shiny App) is now only included in this standalone app as one of the installed R-Packages.
  • milQuant-Shiny-App can be updated (and users are prompted to do so on a new release) without needing to re-install milQuant-dist.
  • The code is better organized and cleaner.
  • Errors, Warnings and Messages from R are now displayed in the Developer Tools Console.

Minor additions:

  • An R-Console can now be opened from the Menubar.
  • There is a rudimentary context menu for copying/pasteing.

Changelog

Full Changelog: v1.1.0...v2.0.0

milQuant 1.1.0

23 Nov 18:46
Compare
Choose a tag to compare

milQuant 1.1.0 2023-11-23

  • Added a button that refreshes the index, so that newly added resources can be seen as well.
  • Added the 'Activity' tab which shows latest and overall changes to the database by Place and user.
  • All buttons are now disabled while shiny is busy to avoid unnecessary queries.
  • Moved the database query to each tab. Now only the data that is needed in each tab is queried from Field Desktop, hopefully reducing overall loading time and memory usage.
  • Redesigned the overview-plot in Plotly. It now displays the complete project database with the exception of Type- and Image-categories.
  • Added many tabs for different Find-categories using generalized barplot-module (Plotly).
  • Modularized all other tabs.
  • From now on, (almost) all plots are produced in Plotly directly to make better use of Plotlys features.
  • Corrected typos, minor text and made some layout changes.

What's Changed

Full Changelog: v1.0.3...v1.1.0

milQuant 1.0.3

30 Oct 15:46
Compare
Choose a tag to compare

milQuant 1.0.3 2023-30-10

(tiny update so that people are able to download their plots)

  • uses idaifieldR 0.3.2
  • change the plot download buttons and handlers to a module: fixes non-reactive plot download

milQuant 1.0.1

08 Mar 08:14
Compare
Choose a tag to compare

milQuant 1.0.1 2023-03-08

  • clean up main.js a lot, restructure directory
  • restructure the menu bar at the top and add links to GitHub, the Miletus Excavation Homepage, and an about-window
  • add a modal for default settings to the topmenu so users have custom default connection settingson their computer and don't need to reenter password
  • remove bug where app would exit on every output from shiny
  • add electron-updater/autoUpdater
  • from milQuant:
    • the connection settings (name/pw) are reusable (with milQuant-dist)
    • improved plot legends and added bar plot display options
    • fixed period order in pottery & quant B plots
    • fixed issue with dates
    • use plotly for all graphs
    • add a workflow overview
    • add object table to pottery plot

Full Changelog: v1.0.0...v1.0.1

milQuant 1.0.0

21 Feb 10:59
Compare
Choose a tag to compare

milQuant 1.0.0 2023-02-21

miQuant is an installable Desktop app for Windows meant for participants of the Miletus Excavation. It displays basic quantitative visualizations of data from iDAI.field / Field Desktop for find processing. This app comes with a portable distribution of R for windows. For those who have R installed on their computer, it is also possible to use and customize the shiny app itself located at lsteinmann/milQuant.

This is the first release. Previous changes and updates can be viewed in the NEWS.md and will be tracked here as well in future releases.

This repository tracks changes to lsteinmann/milQuant and lsteinmann/shiny-electron.

Full Changelog: https://github.com/lsteinmann/milQuant-dist/commits/v1.0.0