Changeset 236 for tags


Ignore:
Timestamp:
Jan 25, 2025, 10:57:20 PM (4 weeks ago)
Author:
chronos
Message:
  • Modified: Version 1.7.0 post-release modifications.
  • Added: 1.7.0 Windows installer.
Location:
tags/1.7.0
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • tags/1.7.0/Core.lfm

    r234 r236  
    16851685    VersionMinor = 7
    16861686    VersionBugFix = 0
    1687     VersionSuffix = 'alfa'
    16881687    CompanyName = 'Chronosoft'
    16891688    HomePage = 'https://app.zdechov.net/AcronymDecoder'
     
    16921691    AppName = 'Acronym Decoder'
    16931692    Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.'
    1694     ReleaseDate = 45674
     1693    ReleaseDate = 45682
    16951694    RegistryKey = '\Software\Chronosoft\Acronym Decoder'
    16961695    RegistryRoot = rrKeyCurrentUser
  • tags/1.7.0/Install/flatpak/net.zdechov.app.AcronymDecoder.metainfo.xml

    r224 r236  
    4747
    4848  <releases>
    49     <release version="1.7.0" date="2025-01-04">
    50       <url type="details">https://svn.zdechov.net/AcronymDecoder/tags/1.6.0/Release%20Notes.txt</url>
     49    <release version="1.7.0" date="2025-01-25">
     50      <url type="details">https://svn.zdechov.net/AcronymDecoder/tags/1.7.0/Release%20Notes.txt</url>
    5151      <description>
    5252        <ul>
     53          <li>Added: Vector application logo in SVG format. Generated raster logo with resolution 256x256 pixels.</li>
     54          <li>Added: Key shortcuts form.</li>
     55          <li>* Added: Action to switch to fullscreen mode.</li>
     56          <li>Added: New import source from Wikipedia aviation acronyms.</li>
     57          <li>Modified: Fixed Import sources modification.</li>
     58          <li>Modified: Updated example database.</li>
     59          <li>Modified: Build under Lazarus 3.6.0.</li>
     60          <li>Modified: Scale toolbar images on Linux.</li>
     61          <li>Fixed: Workaround to show checkboxes on Qt5 in import sources and acronym categories.</li>
     62          <li>Fixed: Error in Document check if document empty.</li>
     63          <li>Fixed: Error on new acronym category addition.</li>
     64          <li>Fixed: Downloading from https during acronyms processing.</li>
     65          <li>Fixed: Detect relative Linux share application path.</li>
     66          <li>Fixed: Use scrollbox in resizable forms.</li>
    5367        </ul>
    5468      </description>
  • tags/1.7.0/Install/flatpak/net.zdechov.app.AcronymDecoder.yml

    r234 r236  
    2626    sources:
    2727      - type: svn
    28         url: https://svn.zdechov.net/AcronymDecoder/trunk
    29         revision: r234
     28        url: https://svn.zdechov.net/AcronymDecoder/tags/1.7.0
     29        revision: r236
    3030    buildsystem: simple
    3131    build-commands:
  • tags/1.7.0/Install/win/AcronymDecoder.iss

    r232 r236  
    55#define MyAppNameShort "AcronymDecoder"
    66#define MyAppVersion "1.7.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
  • tags/1.7.0/Packages/Common/Languages/FormKeyShortcuts.cs.po

    r219 r236  
    4444msgid "Window"
    4545msgstr "Okno"
     46
  • tags/1.7.0/Release notes.txt

    r212 r236  
     1Version 1.7.0 (2025-01-25)
     2==========================
     3
     4* Added: Vector application logo in SVG format. Generated raster logo with resolution 256x256 pixels.
     5* Added: Key shortcuts form.
     6* Added: Action to switch to fullscreen mode.
     7* Added: New import source from Wikipedia aviation acronyms.
     8* Modified: Fixed Import sources modification.
     9* Modified: Updated example database.
     10* Modified: Build under Lazarus 3.6.0.
     11* Modified: Scale toolbar images on Linux.
     12* Fixed: Workaround to show checkboxes on Qt5 in import sources and acronym categories.
     13* Fixed: Error in Document check if document empty.
     14* Fixed: Error on new acronym category addition.
     15* Fixed: Downloading from https during acronyms processing.
     16* Fixed: Detect relative Linux share application path.
     17* Fixed: Use scrollbox in resizable forms.
     18
    119Version 1.6.0 (2021-09-20)
    220==========================
Note: See TracChangeset for help on using the changeset viewer.