Skip to content

Releases: DragonPunk-Team/Reviser

Release 1.1.7

09 Jul 12:40
Compare
Choose a tag to compare

Hey! I wish I could have released this a bit sooner, but... life happened.

  • Fixed bug that caused the Edit Line and Delete Line buttons to wrongly activate when no items were selected, thus making the program crash when clicked.
  • Improve tag cleaning for GMDv2
  • Improve line ID cleaning in LineEditor and OtherLinesEditor
    This should prevent some crashes when trying to search for IDs ending with a dash (-) or a comma (,).
  • Slight code refactor in MainForm
  • Add prompt when marking last file as complete
    It will ask the user to create a new report upon marking a file as complete when all the other files are already marked as such.

Release 1.1.6

16 Jan 20:40
Compare
Choose a tag to compare

This is a hotfix release. (well, I'd say this is another coldfix, since it's been almost two weeks since 1.1.5)

  • Fixed critical bug that caused Reviser to crash when trying to delete a line with a lineID shared with an already existing line.
    Remember 1.1.3? This is it now, feel old yet?

Release 1.1.5

03 Jan 18:05
Compare
Choose a tag to compare

This is a hotfix release.

  • Fixed bug which could crash Reviser while trying to generate a report.

Release 1.1.4

01 Jan 15:57
Compare
Choose a tag to compare
  • Add button in LineEditor to add next lines
    Previously, you could only add... well, previous lines.
  • Restore intended sorting for lines in MainForm
  • Automatically update version number in InfoForm
    Since I forgot to do it manually on the 1.1.3 release.

Release 1.1.3

01 Jan 12:08
Compare
Choose a tag to compare

Hey! It's been a while.

  • Fixed critical bug that caused Reviser to crash when trying to edit a line with a lineID shared with an already existing line
  • Slight refactor in GenerateReport

Release 1.1.2

10 Nov 14:15
Compare
Choose a tag to compare
  • Generating reports is much faster than the previous version
  • LineEditor: tweaked behaviour of the "Normal Text" button
    Now it's going to preserve the selected text, if any, and just add the <n> and </n> tags to it.
  • After adding or editing a line, it will be visible in the line list in the main window
  • A portion of GenerateReport has been rewritten in order to be much more reliable than before
    This should fix issues where text between the <n> and </n> tags was put in wrong places in the generated report.
  • General code cleanup

Release 1.1.1

04 Oct 22:29
Compare
Choose a tag to compare

This is a hotfix release. (actually, you might call this a coldfix, since it's been almost two weeks since 1.1)

  • Fixed critical bug which zeroed out project files when trying to create or edit projects, rendering the whole program useless and causing data losses.

Release 1.1

22 Sep 15:11
Compare
Choose a tag to compare

WARNING: Creating or editing projects in this release is currently broken. This issue was fixed in 1.1.1.

Hey! Long time no see.

  • Localization support has been added for both the program and SoJ's cast.
    Currently, the only languages supported are English and Italian.
  • Show * symbol in window title when there are pending changes yet to be saved
  • Switch to new FolderBrowserDialog
  • Add interface for generic file handling
    This will be useful in the future when adding support for more files.
  • ILMerge has been replaced with LibZ
    This means we'll have even smaller binaries for Reviser in the future. For reference, 1.1 is ~23% smaller than 1.0.8.
  • Avoid repetition of separators in idBox in both LineEditor and PrevLinesEditor
  • Avoid deleting paths when clicking Cancel in folder selectors in ProjectSettings
  • Check if the note has actually been edited before marking the project as edited
  • Fix bug in GenerateReport which caused asterisks to not be preserved
  • Fix bug in InsertLineID which caused both InsertLineID and InsertFileName to basically... not work at all
  • Fix bug in NoteEditor which caused file name to not be shown at all
  • Fix bug in ProjectSettings which caused the selected first and last files to not appear at all if the project loaded has not existing paths for either original and/or translated files
  • A lot, and I mean a lot, of code cleanup and minimal UI tweaks

Release 1.0.8

20 Mar 16:02
Compare
Choose a tag to compare
  • Enable delete button when selecting multiple lines
  • Change focus after clicking a button in LineEditor's toolstrip
  • Don't move cursor after replacing unwanted characters from idBox in LineEditor and PrevLinesEditor
  • Properly format IDs before saving in LineEditor and PrevLinesEditor
  • Disable fileSelectBtn when creating a project if only one single file is selected in ProjectSettings
  • Fixed another crash in ProjectSettings when trying to create a project
  • Fixed a bug which caused some tags to not be removed
  • Fixed an issue which caused some part of the proposals to disappear when generating a report
  • Slight code refactor

Release 1.0.7

18 Mar 16:17
Compare
Choose a tag to compare
  • Fixed PrevLinesEditor (was broken since 1.0.4), now lines will be showed correctly and Add button will be enabled when needed
  • Added scrollbar to commentBox in LineEditor