Skip to content

Releases: Kiyozz/papyrus-compiler-app

PCA v5.8.0

06 May 10:15
Compare
Choose a tag to compare

5.8.0 (2022-05-06)

Bug fixes

  • Fallout 4 support
  • "Command line is too long" error should occur less by using Powershell. Powershell is installed by default starting with Windows 7.
  • When closing the drawer panel, links could break into multiple lines
  • Duplicated logs entry
  • Changelog window correctly displays images

Features

  • New compilation logs view

    https://github.com/Kiyozz/papyrus-compiler-app/blob/master/docs/changelog/5.8.0/new_logs.png?raw=true

  • Group preview is replaced with a new "more details" button

    https://github.com/Kiyozz/papyrus-compiler-app/blob/master/docs/changelog/5.8.0/group_preview.png?raw=true
    https://github.com/Kiyozz/papyrus-compiler-app/blob/master/docs/changelog/5.8.0/group_preview_open.png?raw=true

  • New design

  • The configuration is now checked when you enter the compilation page, giving you any tips if your configuration is wrong.

  • Better mo2 configuration check

  • Button to open compilation logs now changes color at the end of a compilation

    Green: when all scripts compile successfully

    Red: when a script gone wrong

  • New documentation released: access the documentation via NexusMods or with the new button at the bottom left

    https://github.com/Kiyozz/papyrus-compiler-app/blob/master/docs/changelog/5.8.0/documentation.png?raw=true

  • You can now compile a single script in the list

    https://github.com/Kiyozz/papyrus-compiler-app/blob/master/docs/changelog/5.8.0/script_list.png?raw=true

  • Recent files: option to show the script's full path (#130)

  • Recent files dialog displays more scripts at once

    It is now easier to click on a line

    https://github.com/Kiyozz/papyrus-compiler-app/blob/master/docs/changelog/5.8.0/recent-files.png?raw=true

  • A loading screen now appear when the application start

    https://github.com/Kiyozz/papyrus-compiler-app/blob/master/docs/changelog/5.8.0/loading.png?raw=true

  • New application titlebar

    The application menu is now accessible with the application icon at the left

    https://github.com/Kiyozz/papyrus-compiler-app/blob/master/docs/changelog/5.8.0/new-titlebar-open.png?raw=true

  • The position of the app is now memoized between launch

  • Bumps dependencies

  • The application restarts when resetting the configuration

PCA v5.7.0

17 Aug 13:23
Compare
Choose a tag to compare

5.7.0 (2021-08-17)

Features

  • Dialogs can be validated with "Enter" (#119)
  • Display a preview of a group when you hover the mouse over it (#118)
    docs/changelog/5.7.0/group_showcase_preview.png

Improvements

  • Telemetry event "AppLoaded" now send the application version (#114)

  • Telemetry are sent in a job queue (#123)

  • Group dialog is bigger and display more scripts at once (#117)

    docs/changelog/5.7.0/groups_dialog.png

PCA v5.6.0

10 Jun 20:34
Compare
Choose a tag to compare

5.6.0 (2021-06-10)

Features

  • Recent compiled files appear in a new section called "Recent files"

    You can now add files faster

docs/changelog/5.6.0/recent_files_1.png
docs/changelog/5.6.0/recent_files_2.png

  • App top bar is now draggable

  • The "waiting to compile" icon has been deleted

    This icon could show that a compilation was in progress when not

  • Application menu bar items are now
    translated (PCA only supports english and french at the moment, helps are welcome)

  • When checking for updates, a message now appear when you're already using the latest version

    docs/changelog/5.6.0/toast_1.png

PCA v5.5.2

25 Apr 09:34
Compare
Choose a tag to compare

5.5.2 (2021-04-25)

Bug fixes

  • Fix the new version popup background in light theme

  • FO4 support - Creation Kit installation

    PCA was checking your Creation Kit installation by searching for YOUR_GAME/Data/Scripts/Source/Actor.psc file.

    This was invalid because Fallout 4 use YOUR_GAME/Data/Scripts/Source/Base/Actor.psc

PCA v5.5.1

18 Mar 08:43
Compare
Choose a tag to compare

5.5.1 (2021-03-18)

Bug fixes

  • Fixes a bug with telemetry

PCA v5.5.0

17 Mar 22:49
Compare
Choose a tag to compare

5.5.0 (2021-03-17)

Features

  • Add anonymous telemetry data (can be disabled)
  • Choose which theme to use, from your system, light, or dark

PCA v5.4.0

13 Mar 11:46
Compare
Choose a tag to compare
bump electron-esbuild from 1.1.5 to 1.1.6

PCA 5.2.0

27 Jan 21:27
Compare
Choose a tag to compare

5.2.0 (2021-01-27) v5.1.0...v5.2.0

Features

  • multi thread compilation (b4b2102)
  • tutorial (07556a2)
  • copy compilation logs (2a581bf)
  • change version indication design and drop files overlay design (d2c6d67)
  • check for updates in menu (6cd97ac), closes #77

Bug Fixes

PCA 5.1.0

07 Jan 11:14
Compare
Choose a tag to compare

5.1.0 (2021-01-07) v5.0.0...v5.1.0

Features

  • add skyrim vr support (c64d642)
  • smaller text in compilation logs (32a000a)

Bug Fixes

  • menu transparent, loading indicator (9af41b0)

PCA 5.0.0

30 Dec 11:35
Compare
Choose a tag to compare

5.0.0 (2020-12-30) v4.5.0...v5.0.0

Features

  • design overall, general optimization (#69)
  • use the app in debug mode (110102c)
  • better configuration error explanation (26c1e21)
  • better mo2 compilation (66e6ac1)
  • add the left panel expand (839aff2)