Skip to content

Releases: Forecaster/cmdrs-log-continued

Beta 0.6.0

18 Jan 23:34
Compare
Choose a tag to compare
Beta 0.6.0 Pre-release
Pre-release

❗ THIS IS NOT THE LATEST VERSION! ❗

The latest version is near the bottom of the page (0.6.1) because GitHub can't sort things properly.

This update introduces the Commanders Journal. (not to be confused with the local E:D API "Journal")
This lets you write simple journal entries that will be listed in the same window, accessed through the new button in the icon bar in the bottom right.
This is very straight forward. The only thing worth noting is that when a journal entry is "deleted" it's not actually deleted until the application is closed for any reason, and until then it can be recovered.

This update also introduces the new Date Format setting. This is used to define the way date time strings are displayed in the application. For information on how to customize it, please see this wiki entry.

Another new setting is "Use in-game year". As you may be aware E:D takes place in the future. However you may not be aware that it takes place exactly 1286 years in the future. It ignores any leap-years or similar, so the in-game year is simply the current year plus 1286.
By default CLC will display dates using the in-game year, but if you'd rather have it display the real year instead this can be achieved through this setting.
It doesn't matter if the setting is enabled or disabled when creating journal entries. Only the real date is stored, and the offset is applied when displaying, if enabled.

It's also worth noting that this release includes some internal changes to the settings system. If anything seems broken please report it!

That's what the beta is for!

Changelog

New

  • [New] Commanders Journal
  • [New] Date format setting (see wiki page about formatting)
  • [New] Use in-game year setting

Beta 0.5.0

29 Dec 19:48
Compare
Choose a tag to compare
Beta 0.5.0 Pre-release
Pre-release

This release changes a lot. From station lists to save files! Woo-wee are there a lot of changes.

❗ File Incompatibilities between Beta 0.4 and 0.5! ❗

🔴 You should delete the "settings.json" file since the format has changed!
🔴 You can delete the "commodities.json" and "presets.json" files since they are no longer used!

✅ "systems_stations.json" should be left alone! 0.5 should read your systems and stations from 0.4 fine!

Changelog

New

  • [New] Controlling faction field in station info
  • [New] Display icons next to systems and stations (for stations depending on type)
  • [New] If application is updated and default_commodities and default_presets files are older than the build-in data, they will be updated
  • [New] First character of system and station names are colored by the controlling faction in the station list
  • [New] Add categories to settings menu
  • [New] Allow binding hotkeys to setting commodity status and navigating the commodity list
  • [New] The ability to delete systems and stations
  • [New] Add button for pinning commodity window on-top
  • [New] More presets such as star classes and powers

Changes

  • [Change] Split commodities.json and presets.json into default and user files, to allow auto-updating without overwriting user overrides/additions
  • [Change] Replace old station list with new tree-type list, systems and stations are separate entities
  • [Change] Only display name of selected system or station, instead of System > Station
  • [Change] Internal restructuring
  • [Change] Do not write entire settings object to file now only saves values, and only if non-default
  • [Change] Turned settings button into an icon next to info button
  • [Change] Add more info to about window & improve presentation slightly

Fixes

  • [Fix] Commodity window not working at all
  • [Fix] Settings 'Play Intro', 'Close Add System Dialog...' and 'Auto Update Station List' not actually saving the new state

Beta 0.4.0

29 Nov 18:24
Compare
Choose a tag to compare
Beta 0.4.0 Pre-release
Pre-release

This version changes the main window a bit, hopefully making it a bit nicer, I'm still working!

Changelog

  • [Add] Display name of selected station above detail panel
  • [Add] Selected station is highlighted in the station list
  • [Add] Clicking empty space in station list de-selects the current station
  • [Change] Anchor station details panel to the right
  • [Change] Station list re-sizes to fill space when window is re-sized
  • [Change] Removed "Hide Info" and "Hide Services" buttons (They were barely noticable anyway and not very useful)
  • [Change] Details and service inputs are disabled when no station is selected

Complete changelog: https://github.com/Forecaster/cmdrs-log-continued/wiki/Changelog

Beta 0.3.0

20 Nov 20:18
Compare
Choose a tag to compare
Beta 0.3.0 Pre-release
Pre-release

Quick update to fix services not saving neither in memory nor file.
Also updated presets
There are a lot of commodities missing since the current ones are from the original Cmdr's Log.

Changelog

  • Added Planetary Outpost to port_types with a max size of 3
  • Added Water under Chemicals
  • Changed "Corporate State" government to "Corporate" in default
  • Fixed services not saving

Full Changelog: https://github.com/Forecaster/cmdrs-log-continued/wiki/Changelog

Beta 0.2.0

20 Nov 11:34
Compare
Choose a tag to compare
Beta 0.2.0 Pre-release
Pre-release

The very first beta test!

Features include

  • Adding systems & stations
  • Setting station attributes such as Economy etc
  • Setting commodity data for a station
  • Finding trade routes for said stations, taking commodities & supply/demand into account

That's it for now. This is a public beta test! Please report bugs and missing features for which tickets do not already exist on the issue tracker!

Windows install:

"Extract here" in an empty directory, or "Extract to cmdrs_log_continued_etc", then run the file cmdrs_log_continued.exe (You may not see the .exe depending on your windows settings)

Linux install:

Extract the archive to a directory.
Allow "cmdrs_log_continued" and "cmdrs_log_contued.desktop" to be run as applications (right-click, properties, permissions)
Run cmdrs_log_continued.desktop to start the application

OSX install:

This is a mystery to me. I can't test this because creating an OSX virtual machine is really difficult. So I have no idea how this works. If you try this do report your success/failure to me! I'm very curious.

Beta 0.6.1

24 Feb 21:47
Compare
Choose a tag to compare
Beta 0.6.1 Pre-release
Pre-release

This quick hotfix version fixes the application saving incorrect time stamps when editing journal entries.

Changes

  • [Change] When saving after editing a journal entry the time is now not updated if the time stamp cannot be parsed.
  • [Change] The title field now displays "Log Entry" when empty instead of "Title" since that is the default title.

Beta 0.5.1

11 Jan 11:09
Compare
Choose a tag to compare
Beta 0.5.1 Pre-release
Pre-release

A quick update to fix some reported annoyances, like having the ability to delete entire systems by accident, and the system/station list not scrolling at all.

Changelog

New

  • [New] Confirmation dialog when deleting systems/stations
  • [New] Settings for disabling confirmation dialog for deleting systems/stations (Defaults to enabled)

Fixes

  • [Fix] System/station list contents not scrollable